Home
last modified time | relevance | path

Searched refs:byteOffset (Results 1 – 18 of 18) sorted by relevance

/external/aac/libFDK/src/
DFDK_bitbuffer.cpp160 UINT byteOffset = hBitBuf->BitNdx >> 3 ; in FDK_get() local
169 UINT tx = (hBitBuf->Buffer [ byteOffset & byteMask] << 24) | in FDK_get()
170 (hBitBuf->Buffer [(byteOffset+1) & byteMask] << 16) | in FDK_get()
171 (hBitBuf->Buffer [(byteOffset+2) & byteMask] << 8) | in FDK_get()
172 hBitBuf->Buffer [(byteOffset+3) & byteMask]; in FDK_get()
177 tx |= hBitBuf->Buffer [(byteOffset+4) & byteMask] >> (8-bitOffset); in FDK_get()
192 UINT byteOffset = (BitNdx-1) >> 3; in FDK_get32() local
193 UINT cache = (hBitBuf->Buffer[(byteOffset-3)] << 24) | in FDK_get32()
194 (hBitBuf->Buffer[(byteOffset-2)] << 16) | in FDK_get32()
195 (hBitBuf->Buffer[(byteOffset-1)] << 8) | in FDK_get32()
[all …]
/external/icu/icu4c/source/tools/genrb/
Dreslist.cpp643 StringBaseResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() argument
645 fRes = URES_MAKE_RESOURCE(fType, *byteOffset >> 2); in handlePreWrite()
646 *byteOffset += 4 + (length() + 1) * U_SIZEOF_UCHAR; in handlePreWrite()
650 IntVectorResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() argument
655 fRes = URES_MAKE_RESOURCE(URES_INT_VECTOR, *byteOffset >> 2); in handlePreWrite()
656 *byteOffset += (1 + fCount) * 4; in handlePreWrite()
661 BinaryResource::handlePreWrite(uint32_t *byteOffset) { in handlePreWrite() argument
663 uint32_t dataStart = *byteOffset + sizeof(fLength); in handlePreWrite()
667 *byteOffset += pad; /* pad == 4 or 8 or 12 */ in handlePreWrite()
669 fRes = URES_MAKE_RESOURCE(URES_BINARY, *byteOffset >> 2); in handlePreWrite()
[all …]
Dreslist.h205 void preWrite(uint32_t *byteOffset);
206 virtual void handlePreWrite(uint32_t *byteOffset);
212 void write(UNewDataMemory *mem, uint32_t *byteOffset);
213 virtual void handleWrite(UNewDataMemory *mem, uint32_t *byteOffset);
237 void preWriteAllRes(uint32_t *byteOffset);
238 void writeAllRes(UNewDataMemory *mem, uint32_t *byteOffset);
239 void writeAllRes32(UNewDataMemory *mem, uint32_t *byteOffset);
258 virtual void handlePreWrite(uint32_t *byteOffset);
259 virtual void handleWrite(UNewDataMemory *mem, uint32_t *byteOffset);
276 virtual void handlePreWrite(uint32_t *byteOffset);
[all …]
/external/v8/src/js/
Dtypedarray.js130 function NAMEConstructByArrayBuffer(obj, buffer, byteOffset, length) { argument
131 if (!IS_UNDEFINED(byteOffset)) {
132 byteOffset = ToIndex(byteOffset, kInvalidTypedArrayLength);
145 if (IS_UNDEFINED(byteOffset)) {
148 offset = byteOffset;
346 var targetPtr = target.byteOffset + (offset + 1) * targetElementSize;
349 var sourcePtr = source.byteOffset;
365 target.byteOffset + (offset + sourceLength - 1) * targetElementSize;
369 source.byteOffset + sourceLength * sourceElementSize;
/external/skia/src/opts/
DSkBitmapFilter_opts.h838 int byteOffset = outX * 4;
844 accum[0] += curFilter * sourceDataRows[filterY][byteOffset + 0];
845 accum[1] += curFilter * sourceDataRows[filterY][byteOffset + 1];
846 accum[2] += curFilter * sourceDataRows[filterY][byteOffset + 2];
848 accum[3] += curFilter * sourceDataRows[filterY][byteOffset + 3];
862 outRow[byteOffset + 0] = ClampTo8(accum[0]);
863 outRow[byteOffset + 1] = ClampTo8(accum[1]);
864 outRow[byteOffset + 2] = ClampTo8(accum[2]);
875 int maxColorChannel = SkTMax(outRow[byteOffset + 0],
876 SkTMax(outRow[byteOffset + 1],
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DArrayBoundCheckerV2.cpp47 SVal byteOffset; member in __anon83ecfd230111::RegionRawOffsetV2
50 : baseRegion(nullptr), byteOffset(UnknownVal()) {} in RegionRawOffsetV2()
54 : baseRegion(base), byteOffset(offset) {} in RegionRawOffsetV2()
56 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); } in getByteOffset()
/external/conscrypt/common/src/main/java/org/conscrypt/
DOpenSSLBIOSource.java87 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { in read() argument
90 source.get(buffer, byteOffset, toRead); in read()
/external/brotli/java/org/brotli/dec/
DBitReader.java100 int byteOffset = (br.intOffset << 2) + ((br.bitOffset + 7) >> 3) - 8; in checkHealth() local
101 if (byteOffset > br.tailBytes) { in checkHealth()
104 if (endOfStream && (byteOffset != br.tailBytes)) { in checkHealth()
/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() argument
86 read = wrapped.read(buffer, byteOffset, byteCount); in read()
/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp497 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
500 …loat(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset); in readVertexAttrib()
517 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
520 …dInt(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset); in readVertexAttrib()
537 const int byteOffset = elementNdx*stride; in readVertexAttrib() local
540 …Uint(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset); in readVertexAttrib()
/external/libmojo/base/android/jni_generator/
DtestInputStream.javap37 const #31 = Asciz byteOffset;
185 0 10 2 byteOffset I
/external/skia/include/private/
DSkTemplates.h43 template <typename D, typename S> static D* SkTAddOffset(S* ptr, size_t byteOffset) { in SkTAddOffset() argument
46 return reinterpret_cast<D*>(reinterpret_cast<sknonstd::same_cv_t<char, D>*>(ptr) + byteOffset); in SkTAddOffset()
/external/fonttools/Lib/fontTools/ttLib/tables/
DE_B_D_T_.py579 byteOffset = row * rowBytes
580 return (byteOffset, byteOffset+rowBytes)
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp758 const int byteOffset, in readChannel() argument
761 const deUint8* cPtr = (const deUint8*) ptr + byteOffset; in readChannel()
/external/flatbuffers/tests/
Dmonster_test_generated.js696 …return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vect…
842 …return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vect…
1083 …return offset ? new Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vecto…
/external/llvm/test/DebugInfo/Generic/
D2010-05-03-OriginDIE.ll72 !19 = !DILocalVariable(name: "byteOffset", line: 94, arg: 3, scope: !16, file: !10, type: !20)
/external/swiftshader/third_party/LLVM/test/DebugInfo/
D2010-05-03-OriginDIE.ll70 !19 = metadata !{i32 524545, metadata !16, metadata !"byteOffset", metadata !10, i32 94, metadata !…
/external/v8/
DChangeLog11761 TypedArray: Make byteOffset, byteLength, and length configurable (issue