Home
last modified time | relevance | path

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

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