HomeSort by relevance Sort by last modified time
    Searched defs:readUint (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
buffer_with_extendable_buffer.cpp 26 uint32_t BufferWithExtendableBuffer::readUint(const int size, const int pos) const {
29 return ByteArrayUtils::readUint(getBuffer(readingPosIsInAdditionalBuffer), size, posInBuffer);
34 const uint32_t value = readUint(size, *pos);
161 const uint32_t data = sourceBuffer->readUint(copyingSize, copyingPos);
byte_array_utils.h 117 static AK_FORCE_INLINE uint32_t readUint(const uint8_t *const buffer,
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.cpp 369 void readUint (tcu::UVec4& dst, const VertexAttribType type, const int size, const void* ptr)
540 readUint(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset);
  /packages/apps/TV/usbtuner/libs/
exoplayer_1.5.6.jar 

Completed in 46 milliseconds