Searched defs:getUint64 (Results 1 – 2 of 2) sorted by relevance
52 …deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (… in getUint64() function in de::Random
1554 bool MIParser::getUint64(uint64_t &Result) { in getUint64() function in MIParser