Home | History | Annotate | Download | only in Core

Lines Matching defs:sval64

491                 uint64_t sval64 = Args::StringToSInt64(value_str, INT64_MAX, 0, &success);
494 else if (!Args::SInt64ValueIsValidForByteSize (sval64, byte_size))
495 error.SetErrorStringWithFormat ("value 0x%" PRIx64 " is too large to fit in a %u byte signed integer value", sval64, byte_size);
498 if (!SetUInt (sval64, reg_info->byte_size))