Searched defs:getUint32 (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DDataView.h53 uint32_t getUint32(unsigned byteOffset, ExceptionState& ec) { return getUint32(byteOffset, false, ec); } function in class:blink::FINAL
54 uint32_t getUint32(unsigned byteOffset, bool littleEndian, ExceptionState&);
H A DDataView.cpp188 uint32_t DataView::getUint32(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) function in class:blink::DataView
/external/deqp/framework/delibs/decpp/
H A DdeRandom.hpp52 deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); }
53 deUint32 getUint32 (void) { return deRandom_getUint32(&m_rnd); } function in class:de::Random
95 return (int)getUint32();
97 return min + (int)(getUint32() % (deUint32)(max-min+1));
/external/chromium_org/third_party/WebKit/Source/modules/crypto/
H A DNormalizeAlgorithm.cpp371 bool getUint32(const Dictionary& raw, const char* propertyName, uint32_t& value, const ErrorContext& context, AlgorithmError* error) function in namespace:blink::__anon11182
524 if (!getUint32(raw, "modulusLength", modulusLength, context, error))

Completed in 317 milliseconds