HomeSort by relevance Sort by last modified time
    Searched refs:dataOffset (Results 1 - 25 of 160) sorted by null

1 2 3 4 5 6 7

  /libcore/ojluni/src/main/java/sun/nio/ch/
EPoll.java 55 private static final int OFFSETOF_FD = dataOffset();
106 private static native int dataOffset();
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
ETC1.java 53 public final int dataOffset;
55 public ETC1Data (int width, int height, ByteBuffer compressedData, int dataOffset) {
59 this.dataOffset = dataOffset;
84 dataOffset = PKM_HEADER_SIZE;
85 compressedData.position(dataOffset);
97 return dataOffset == 16;
122 compressedData.position(dataOffset);
175 int dataOffset = 0;
180 dataOffset = 16;
    [all...]
ETC1TextureData.java 85 - data.dataOffset, data.compressedData);
  /libcore/ojluni/src/main/java/java/util/zip/
ZipEntry.java 48 // Android-changed: Add dataOffset for internal use.
49 long dataOffset;
65 long dataOffset) {
74 this.dataOffset = dataOffset;
113 dataOffset = e.dataOffset;
123 return dataOffset;
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
TrackRunBox.java 49 private int dataOffset;
117 public void setDataOffset(int dataOffset) {
118 if (dataOffset == -1) {
121 setFlags(getFlags() | 0x1); // turn on dataoffset
123 this.dataOffset = dataOffset;
193 IsoTypeWriter.writeUInt32(byteBuffer, dataOffset);
221 dataOffset = l2i(IsoTypeReader.readUInt32(content));
223 dataOffset = -1;
320 return dataOffset;
    [all...]
  /external/icu/icu4c/source/common/
ucmndata.h 48 uint32_t dataOffset;
ucmndata.c 242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
246 return (const DataHeader *)(base+entry->dataOffset);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/decoder/
FwdLockFile.c 67 off64_t dataOffset;
287 pSession->dataOffset = pSession->contentTypeLength +
325 newFilePos = lseek64(pSession->fileDesc, pSession->dataOffset + offset, whence);
337 if (newFilePos < pSession->dataOffset) {
340 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
347 pSession->filePos = newFilePos - pSession->dataOffset;
383 if (lseek64(pSession->fileDesc, pSession->dataOffset, SEEK_SET) !=
384 pSession->dataOffset) {
401 (void)lseek64(pSession->fileDesc, pSession->dataOffset + pSession->filePos,
  /external/opencv3/modules/cudalegacy/src/cuda/
NCVHaarObjectDetection.cu     [all...]
  /system/extras/verity/
VerityVerifier.java 322 int dataOffset = hashBlockSize;
338 dataOffset + i * hashBlockSize,
339 dataOffset + i * hashBlockSize + hashBlockSize);
347 hashOffset = dataOffset;
348 hashOffsetForData = dataOffset;
349 dataOffset += blocks * hashBlockSize;
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
  /toolchain/binutils/binutils-2.25/include/nlm/
external.h 164 unsigned char dataOffset[NLM_TARGET_LONG_SIZE];
internal.h 282 file_ptr dataOffset;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java 162 private void readIndex(BufferIterator it, int indexOffset, int dataOffset) {
171 int indexSize = (dataOffset - indexOffset);
184 byteOffsets[i] += dataOffset; // TODO: change the file format so this is included.
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
ClusterChain.java 36 protected final long dataOffset;
64 this.dataOffset = FatUtils.getFilesOffset(fat.getBootSector());
101 return dataOffset + clusterOffset +
  /external/icu/icu4c/source/tools/icuswap/
icuswap.cpp 419 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
443 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset);
465 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
546 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
599 ds->writeUInt32(&outEntries[i].dataOffset, table[i].outOffset);
  /toolchain/binutils/binutils-2.25/bfd/
nlmcode.h 287 file_ptr dataOffset;
303 dataOffset = 0;
306 amt = sizeof (thdr.dataOffset);
307 if (bfd_bread ((void *) thdr.dataOffset, amt, abfd) != amt)
309 dataOffset = get_word (abfd, (bfd_byte *) thdr.dataOffset);
357 if (bfd_seek (abfd, dataOffset, SEEK_SET) != 0)
368 nlm_cygnus_ext_header (abfd)->offset = dataOffset;
422 nlm_custom_header (abfd)->dataOffset = dataOffset;
    [all...]
  /art/tools/dexfuzz/src/dexfuzz/program/
CodeTranslator.java 178 int dataOffset = target.location - mInsn.location;
180 containsTarget.setTarget(mInsn.insn, dataOffset);
451 int dataOffset = dataTarget.location - switchInsn.location;
453 containsTarget.setTarget(switchInsn.insn, dataOffset);
  /external/lzma/CPP/7zip/Archive/7z/
7zIn.h 373 UInt64 &dataOffset,
384 UInt64 baseOffset, UInt64 &dataOffset,
7zOut.h 248 UInt64 dataOffset,
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 155 size_t dataOffset;
563 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
579 pOutput->fromConvertData.numBytes = pSession->dataOffset;
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_reg.h 797 uint32 dataOffset;
    [all...]
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 691 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
693 dataOffset += mCurrentPage.mLace[j];
711 dataOffset,
718 packetSize, (long long)dataOffset, n);
    [all...]

Completed in 2769 milliseconds

1 2 3 4 5 6 7