Searched defs:byteOffset (Results 1 - 19 of 19) sorted by relevance

/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/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/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/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/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/icu/icu4c/source/tools/genrb/
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/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/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/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/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 365 milliseconds