Searched defs:getUint64 (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp52 deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); } function in class:de::Random
/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp182 bool getUint64(uint64_t &Result);
1647 bool MIParser::getUint64(uint64_t &Result) { function in class:MIParser
1789 if (getUint64(Size))

Completed in 719 milliseconds