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.cpp643 StringBaseResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
650 IntVectorResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
661 BinaryResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
674 ContainerResource::preWriteAllRes(uint32_t *byteOffset) { in preWriteAllRes()
681 ArrayResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
688 TableResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite()
702 SResource::preWrite(uint32_t *byteOffset) { in preWrite()
726 StringBaseResource::handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) { in handleWrite()
736 ContainerResource::writeAllRes(UNewDataMemory *mem, uint32_t *byteOffset) { in writeAllRes()
745 ContainerResource::writeAllRes32(UNewDataMemory *mem, uint32_t *byteOffset) { in writeAllRes32()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java87 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/brotli/java/org/brotli/dec/
DBitReader.java100 int byteOffset = (br.intOffset << 2) + ((br.bitOffset + 7) >> 3) - 8; in checkHealth() local
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp47 SVal byteOffset; member in __anon83ecfd230111::RegionRawOffsetV2
/external/skia/include/private/
DSkTemplates.h43 template <typename D, typename S> static D* SkTAddOffset(S* ptr, size_t byteOffset) { in SkTAddOffset()
/external/v8/src/js/
Dtypedarray.js130 function NAMEConstructByArrayBuffer(obj, buffer, byteOffset, length) { argument
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp758 const int byteOffset, in readChannel()