Searched refs:byteOffset (Results 1 - 25 of 26) sorted by relevance

12

/external/aac/libFDK/src/
H A DFDK_bitbuffer.cpp160 UINT byteOffset = hBitBuf->BitNdx >> 3 ; local
169 UINT tx = (hBitBuf->Buffer [ byteOffset & byteMask] << 24) |
170 (hBitBuf->Buffer [(byteOffset+1) & byteMask] << 16) |
171 (hBitBuf->Buffer [(byteOffset+2) & byteMask] << 8) |
172 hBitBuf->Buffer [(byteOffset+3) & byteMask];
177 tx |= hBitBuf->Buffer [(byteOffset+4) & byteMask] >> (8-bitOffset);
192 UINT byteOffset = (BitNdx-1) >> 3; local
193 UINT cache = (hBitBuf->Buffer[(byteOffset-3)] << 24) |
194 (hBitBuf->Buffer[(byteOffset-2)] << 16) |
195 (hBitBuf->Buffer[(byteOffset
216 UINT byteOffset = hBitBuf->BitNdx >> 3 ; local
252 UINT byteOffset = hBitBuf->BitNdx >> 3 ; local
278 UINT byteOffset = hBitBuf->BitNdx >> 3 ; local
399 UINT byteOffset = h_BitBufSrc->BitNdx >> 3 ; local
[all...]
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h191 * Calculates ("preflights") and advances the *byteOffset
200 * byteOffset values.
205 void preWrite(uint32_t *byteOffset);
206 virtual void handlePreWrite(uint32_t *byteOffset);
209 * Writes the resource's data to mem and updates the 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);
[all...]
H A Dreslist.cpp643 StringBaseResource::handlePreWrite(uint32_t *byteOffset) { argument
645 fRes = URES_MAKE_RESOURCE(fType, *byteOffset >> 2);
646 *byteOffset += 4 + (length() + 1) * U_SIZEOF_UCHAR;
650 IntVectorResource::handlePreWrite(uint32_t *byteOffset) { argument
655 fRes = URES_MAKE_RESOURCE(URES_INT_VECTOR, *byteOffset >> 2);
656 *byteOffset += (1 + fCount) * 4;
661 BinaryResource::handlePreWrite(uint32_t *byteOffset) { argument
663 uint32_t dataStart = *byteOffset + sizeof(fLength);
667 *byteOffset += pad; /* pad == 4 or 8 or 12 */
669 fRes = URES_MAKE_RESOURCE(URES_BINARY, *byteOffset >>
674 preWriteAllRes(uint32_t *byteOffset) argument
681 handlePreWrite(uint32_t *byteOffset) argument
688 handlePreWrite(uint32_t *byteOffset) argument
702 preWrite(uint32_t *byteOffset) argument
726 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) argument
736 writeAllRes(UNewDataMemory *mem, uint32_t *byteOffset) argument
745 writeAllRes32(UNewDataMemory *mem, uint32_t *byteOffset) argument
753 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) argument
761 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) argument
770 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) argument
788 handleWrite(UNewDataMemory *mem, uint32_t *byteOffset) argument
812 write(UNewDataMemory *mem, uint32_t *byteOffset) argument
835 uint32_t byteOffset = 0; local
[all...]
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DOpenSSLBIOSource.java90 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { argument
93 source.get(buffer, byteOffset, toRead);
/external/glide/library/src/main/java/com/bumptech/glide/util/
H A DExceptionCatchingInputStream.java83 public int read(byte[] buffer, int byteOffset, int byteCount) throws IOException { argument
86 read = wrapped.read(buffer, byteOffset, byteCount);
/external/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp47 SVal byteOffset; member in class:__anon1570::RegionRawOffsetV2
50 : baseRegion(nullptr), byteOffset(UnknownVal()) {}
54 : baseRegion(base), byteOffset(offset) {}
56 NonLoc getByteOffset() const { return byteOffset.castAs<NonLoc>(); }
107 // CHECK LOWER BOUND: Is byteOffset < extent begin?
138 // CHECK UPPER BOUND: Is byteOffset >= extent(baseRegion)? If so,
/external/skia/src/opts/
H A 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
[all...]
/external/v8/src/js/
H A Dtypedarray.js133 function NAMEConstructByArrayBuffer(obj, buffer, byteOffset, length) {
134 if (!IS_UNDEFINED(byteOffset)) {
135 byteOffset = ToIndex(byteOffset, kInvalidTypedArrayLength);
148 if (IS_UNDEFINED(byteOffset)) {
151 offset = byteOffset;
350 var targetPtr = target.byteOffset + (offset + 1) * targetElementSize;
353 var sourcePtr = source.byteOffset;
369 target.byteOffset + (offset + sourceLength - 1) * targetElementSize;
373 source.byteOffset
[all...]
/external/deqp/framework/referencerenderer/
H A DrrVertexAttrib.cpp497 const int byteOffset = elementNdx*stride; local
500 readFloat(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset);
517 const int byteOffset = elementNdx*stride; local
520 readInt(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset);
537 const int byteOffset = elementNdx*stride; local
540 readUint(dst, vertexAttrib.type, vertexAttrib.size, (const deUint8*)vertexAttrib.pointer + byteOffset);
/external/skia/include/private/
H A DSkTemplates.h41 * Returns a pointer to a D which comes byteOffset bytes after S.
43 template <typename D, typename S> static D* SkTAddOffset(S* ptr, size_t byteOffset) { argument
46 return reinterpret_cast<D*>(reinterpret_cast<sknonstd::same_cv_t<char, D>*>(ptr) + byteOffset);
/external/deqp/external/vulkancts/modules/vulkan/texture/
H A DvktSampleVerifierUtil.cpp758 const int byteOffset,
761 const deUint8* cPtr = (const deUint8*) ptr + byteOffset;
/external/flatbuffers/tests/
H A Dmonster_test_generated.js696 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
842 return offset ? new Uint8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
1083 return offset ? new Int8Array(this.bb.bytes().buffer, this.bb.bytes().byteOffset + this.bb.__vector(this.bb_pos + offset), this.bb.__vector_len(this.bb_pos + offset)) : null;
/external/fonttools/Lib/fontTools/ttLib/tables/
H A DE_B_D_T_.py579 byteOffset = row * rowBytes
580 return (byteOffset, byteOffset+rowBytes)
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DE_B_D_T_.py579 byteOffset = row * rowBytes
580 return (byteOffset, byteOffset+rowBytes)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/db4o/activation/ com/db4o/cluster/ com/ ...

Completed in 440 milliseconds

12