Home
last modified time | relevance | path

Searched defs:getInt32 (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DDataView.h52 …int32_t getInt32(unsigned byteOffset, ExceptionState& ec) { return getInt32(byteOffset, false, ec)… in getInt32() function
DDataView.cpp182 int32_t DataView::getInt32(unsigned byteOffset, bool littleEndian, ExceptionState& exceptionState) in getInt32() function in WebCore::DataView
/external/chromium_org/third_party/sqlite/src/tool/
Dshowwal.c157 static unsigned int getInt32(const unsigned char *a){ in getInt32() function
/external/llvm/include/llvm/IR/
DIRBuilder.h210 ConstantInt *getInt32(uint32_t C) { in getInt32() function