Home
last modified time | relevance | path

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

/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/aac/libFDK/src/
DFDK_bitbuffer.cpp158 UINT byteOffset = hBitBuf->BitNdx >> 3; in FDK_get() local
186 UINT byteOffset = (BitNdx - 1) >> 3; in FDK_get32() local
216 UINT byteOffset = hBitBuf->BitNdx >> 3; in FDK_getBwd() local
295 UINT byteOffset = hBitBuf->BitNdx >> 3; in FDK_putBwd() local
401 UINT byteOffset = h_BitBufSrc->BitNdx >> 3; in CopyAlignedBlock() local
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java87 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DOpenSSLBIOSource.java88 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read()
/external/deqp/framework/opengl/
DgluDefs.hpp46 DE_INLINE void* BufferOffsetAsPointer (uintptr_t byteOffset) in BufferOffsetAsPointer()
/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.cpp500 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
520 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
540 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp47 SVal byteOffset; member in __anone6deaeed0111::RegionRawOffsetV2
/external/brotli/java/org/brotli/dec/
DBitReader.java83 int byteOffset = (s.halfOffset << LOG_HALF_SIZE) + ((s.bitOffset + 7) >> 3) - BYTENESS; in checkHealth() local
/external/skqp/include/private/
DSkTemplates.h43 template <typename D, typename S> static D* SkTAddOffset(S* ptr, size_t byteOffset) { in SkTAddOffset()
/external/skia/include/private/
DSkTemplates.h43 template <typename D, typename S> static D* SkTAddOffset(S* ptr, size_t byteOffset) { in SkTAddOffset()
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp758 const int byteOffset, in readChannel()