Home | History | Annotate | Download | only in Core

Lines Matching refs:uval64

470                 uint64_t uval64 = Args::StringToUInt64(value_str, UINT64_MAX, 0, &success);
473 else if (!Args::UInt64ValueIsValidForByteSize (uval64, byte_size))
474 uval64, byte_size);
477 if (!SetUInt (uval64, reg_info->byte_size))