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
66 Buffer.prototype.getUint64 = function(offset) { method in Buffer