Home
last modified time | relevance | path

Searched refs:offsetBytes (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/codec/
DSkGifCodec.cpp499 size_t offsetBytes = fSwizzler->swizzleOffsetBytes(); in haveDecodedRow() local
503 offsetBytes *= 2; in haveDecodedRow()
505 const void* src = SkTAddOffset<void>(fTmpBuffer.get(), offsetBytes); in haveDecodedRow()
506 void* dst = SkTAddOffset<void>(dstLine, offsetBytes); in haveDecodedRow()
/external/skqp/src/codec/
DSkGifCodec.cpp499 size_t offsetBytes = fSwizzler->swizzleOffsetBytes(); in haveDecodedRow() local
503 offsetBytes *= 2; in haveDecodedRow()
505 const void* src = SkTAddOffset<void>(fTmpBuffer.get(), offsetBytes); in haveDecodedRow()
506 void* dst = SkTAddOffset<void>(dstLine, offsetBytes); in haveDecodedRow()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/snappy/
DSnappyCompressorOutputStream.java260 …private void writeBackReferenceWithLittleEndianOffset(int tag, int offsetBytes, int len, int offse… in writeBackReferenceWithLittleEndianOffset() argument
263 writeLittleEndian(offsetBytes, offset); in writeBackReferenceWithLittleEndianOffset()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowPackageInstaller.java169 protected OutputStream openWrite(@NonNull String name, long offsetBytes, long lengthBytes) in openWrite() argument
/external/deqp/modules/glshared/
DglsLongStressCase.cpp635 void setSubData (const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const d… in setSubData() argument
676 glBufferSubData(target, offsetBytes, sizeBytes, src); in setSubData()
/external/clang/lib/StaticAnalyzer/Checkers/
DMallocChecker.cpp1761 int offsetBytes = Offset.getOffset() / C.getASTContext().getCharWidth(); in ReportOffsetFree() local
1767 << offsetBytes in ReportOffsetFree()
1769 << ((abs(offsetBytes) > 1) ? "bytes" : "byte") in ReportOffsetFree()