Home | History | Annotate | Download | only in Symbol

Lines Matching refs:uval64

6188                 uint64_t uval64 = data.GetMaxU64 (&offset, byte_size);
6191 value = (unsigned int)uval64;
6196 value = (unsigned long)uval64;
6201 value = (unsigned long long )uval64;