Home
last modified time | relevance | path

Searched defs:byteOffset (Results 1 – 10 of 10) sorted by relevance

/external/aac/libFDK/src/
DFDK_bitbuffer.cpp160 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/
Dreslist.c473 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/
Dtypedarray.js28 function NAMEConstructByArrayBuffer(obj, buffer, byteOffset, length) { argument
329 function DataViewConstructor(buffer, byteOffset, byteLength) { // length = 3 argument
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java84 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/external/glide/library/src/main/java/com/bumptech/glide/util/
DExceptionCatchingInputStream.java83 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp497 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/
DArrayBoundCheckerV2.cpp47 SVal byteOffset; member in __anond85a9b040111::RegionRawOffsetV2
/external/skia/src/core/
DSkConvolver.cpp206 int byteOffset = outX * 4; in ConvolveVertically() local
/external/skia/src/ports/
DSkFontHost_mac.cpp1232 template <typename T> T* SkTAddByteOffset(T* ptr, size_t byteOffset) { in SkTAddByteOffset()
/external/v8/test/cctest/
Dtest-api.cc3225 int byteOffset, in CreateAndCheck()