HomeSort by relevance Sort by last modified time
    Searched full:dataoffset (Results 26 - 50 of 80) sorted by null

12 3 4

  /external/icu4c/tools/icuswap/
icuswap.cpp 420 offset=ds->readUInt32(inEntries[itemCount-1].dataOffset);
444 offset=20+ds->readUInt32(inEntries[itemCount-1].dataOffset);
466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset);
547 table[i].inOffset=ds->readUInt32(inEntries[i].dataOffset);
600 ds->writeUInt32(&outEntries[i].dataOffset, table[i].outOffset);
  /external/chromium_org/third_party/icu/source/common/
ucmndata.c 143 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
147 return (const DataHeader *)(base+entry->dataOffset);
  /external/icu4c/common/
ucmndata.c 242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
246 return (const DataHeader *)(base+entry->dataOffset);
  /art/runtime/gc/collector/
mark_sweep-inl.h 160 MemberOffset offset(i * width + mirror::Array::DataOffset(width).Int32Value());
  /external/chromium_org/third_party/icu/patches/
wpo.patch 55 uint32_t dataOffset;
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 473 off64_t dataOffset = mOffset + 27 + mCurrentPage.mNumSegments;
475 dataOffset += mCurrentPage.mLace[j];
503 dataOffset,
509 packetSize, dataOffset, n);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmcdc.h 75 uint8 dataOffset; /* Offset from end of BDC header to packet data, in
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
service_system_protocol.h 111 uint32_t dataOffset : 30;
pkcs11_object.c 175 /* dataOffset = 0 means NULL buffer */
176 sItem.dataOffset = ((pTemplate1[i].pValue == NULL) ? 0 : nDataOffset);
190 /* We whould never go in this case, that means the dataOffset will not be able to store the offset correctly */
207 /* dataOffset = 0 means NULL buffer */
208 sItem.dataOffset = ((pTemplate2[i].pValue == NULL) ? 0 : nDataOffset);
222 /* We whould never go in this case, that means the dataOffset will not be able to store the offset correctly */
    [all...]
  /art/compiler/dex/quick/
gen_common.cc 301 mirror::Array::DataOffset(component_size).Int32Value());
314 -mirror::Array::DataOffset(component_size).Int32Value());
321 mirror::Array::DataOffset(component_size).Int32Value() +
372 mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() +
454 LoadWordDisp(rBase, mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value() +
774 mirror::Array::DataOffset(sizeof(mirror::Class*)).Int32Value() + (sizeof(mirror::Class*)
815 int32_t offset_of_string = mirror::Array::DataOffset(sizeof(mirror::String*)).Int32Value() +
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 770 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
772 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
855 data_offset = mirror::Array::DataOffset(sizeof(int64_t)).Int32Value();
857 data_offset = mirror::Array::DataOffset(sizeof(int32_t)).Int32Value();
939 int data_offset = mirror::Array::DataOffset(sizeof(mirror::Object*)).Int32Value();
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_res.cpp     [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
package.cpp 515 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset);
537 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
601 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
616 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset);
783 entry.dataOffset=(uint32_t)offset;
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/converter/
FwdLockConv.c 154 size_t dataOffset;
562 pSession->dataOffset = headerSignaturePos + SHA1_HASH_SIZE;
578 pOutput->fromConvertData.numBytes = pSession->dataOffset;
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp 165 SwapValue(C.DataOffset);
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.cpp 351 void *dataOffset = static_cast<unsigned char*>(mappedImage.pData) + mappedImage.RowPitch * yoffset + rowOffset;
354 gl::ExtractType(mInternalFormat), mappedImage.RowPitch, false, 4, dataOffset);
  /dalvik/vm/compiler/
CompilerIR.h 217 int dataOffset; // starting offset of literal pool
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 483 UInt64 *dataOffset,
491 RINOK(SzReadNumber(sd, dataOffset));
864 UInt64 *dataOffset,
885 RINOK(SzReadPackInfo(sd, dataOffset, &p->NumPackStreams,
    [all...]
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 196 void WriteLinkeditLoadCommand(uint32_t Type, uint32_t DataOffset,
  /external/llvm/include/llvm/Object/
MachOFormat.h 254 uint32_t DataOffset;
  /external/lzma/C/
7zIn.c 483 UInt64 *dataOffset,
491 RINOK(SzReadNumber(sd, dataOffset));
864 UInt64 *dataOffset,
885 RINOK(SzReadPackInfo(sd, dataOffset, &p->NumPackStreams,
    [all...]
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
DexFile.java 174 private int dataOffset;
580 return dataOffset;
664 dataOffset = offset;
680 dataSize = offset - dataOffset;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_file2k.py 316 dataoffset = 16384
318 assert not dataoffset % len(filler), \
319 "dataoffset must be multiple of len(filler)"
320 nchunks = dataoffset // len(filler)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_file2k.py 316 dataoffset = 16384
318 assert not dataoffset % len(filler), \
319 "dataoffset must be multiple of len(filler)"
320 nchunks = dataoffset // len(filler)

Completed in 993 milliseconds

12 3 4