Home
last modified time | relevance | path

Searched defs:getUint32 (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeRandom.hpp53 deUint32 getUint32 (void) { return deRandom_getUint32(&m_rnd); } in getUint32() function in de::Random
/external/libchrome/mojo/public/js/lib/
Dbuffer.js64 Buffer.prototype.getUint32 = function(offset) { method in Buffer