Searched defs:byteOffset (Results 1 – 10 of 10) sorted by relevance
/external/aac/libFDK/src/ |
D | FDK_bitbuffer.cpp | 160 UINT byteOffset = hBitBuf->BitNdx >> 3 ; in FDK_get() local 192 UINT byteOffset = (BitNdx-1) >> 3; in FDK_get32() local 216 UINT byteOffset = hBitBuf->BitNdx >> 3 ; in FDK_getBwd() local 252 UINT byteOffset = hBitBuf->BitNdx >> 3 ; in FDK_put() local 278 UINT byteOffset = hBitBuf->BitNdx >> 3 ; in FDK_putBwd() local 399 UINT byteOffset = h_BitBufSrc->BitNdx >> 3 ; in CopyAlignedBlock() local
|
/external/icu/icu4c/source/tools/genrb/ |
D | reslist.c | 473 string_preWrite(uint32_t *byteOffset, in string_preWrite() 482 bin_preWrite(uint32_t *byteOffset, in bin_preWrite() 497 array_preWrite(uint32_t *byteOffset, in array_preWrite() 513 table_preWrite(uint32_t *byteOffset, in table_preWrite() 536 res_preWrite(uint32_t *byteOffset, in res_preWrite() 590 static void string_write(UNewDataMemory *mem, uint32_t *byteOffset, in string_write() 601 static void alias_write(UNewDataMemory *mem, uint32_t *byteOffset, in alias_write() 610 static void array_write(UNewDataMemory *mem, uint32_t *byteOffset, in array_write() 632 static void intvector_write(UNewDataMemory *mem, uint32_t *byteOffset, in intvector_write() 643 static void bin_write(UNewDataMemory *mem, uint32_t *byteOffset, in bin_write() [all …]
|
/external/v8/src/ |
D | typedarray.js | 28 function NAMEConstructByArrayBuffer(obj, buffer, byteOffset, length) { argument 329 function DataViewConstructor(buffer, byteOffset, byteLength) { // length = 3 argument
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLBIOSource.java | 84 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/external/glide/library/src/main/java/com/bumptech/glide/util/ |
D | ExceptionCatchingInputStream.java | 83 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
|
/external/deqp/framework/referencerenderer/ |
D | rrVertexAttrib.cpp | 497 const int byteOffset = elementNdx*stride; in readVertexAttrib() local 517 const int byteOffset = elementNdx*stride; in readVertexAttrib() local 537 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | ArrayBoundCheckerV2.cpp | 47 SVal byteOffset; member in __anond85a9b040111::RegionRawOffsetV2
|
/external/skia/src/core/ |
D | SkConvolver.cpp | 206 int byteOffset = outX * 4; in ConvolveVertically() local
|
/external/skia/src/ports/ |
D | SkFontHost_mac.cpp | 1232 template <typename T> T* SkTAddByteOffset(T* ptr, size_t byteOffset) { in SkTAddByteOffset()
|
/external/v8/test/cctest/ |
D | test-api.cc | 3225 int byteOffset, in CreateAndCheck()
|