Searched refs:dataOffset (Results 1 - 17 of 17) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/common/
H A Ducmndata.h48 uint32_t dataOffset; member in struct:__anon784
H A Ducmndata.c242 *pLength = (int32_t)(entry[1].dataOffset - entry->dataOffset);
246 return (const DataHeader *)(base+entry->dataOffset);
/macosx-10.10/cxxfilt-11/cxxfilt/include/nlm/
H A Dexternal.h166 unsigned char dataOffset[NLM_TARGET_LONG_SIZE]; local
H A Dinternal.h282 file_ptr dataOffset; member in struct:nlm_internal_custom_header
/macosx-10.10/ICU-531.30/icuSources/tools/icuswap/
H A Dicuswap.cpp420 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);
/macosx-10.10/cxxfilt-11/cxxfilt/bfd/
H A Dnlmcode.h287 file_ptr dataOffset; local
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...]
/macosx-10.10/JavaScriptCore-7600.1.17/ftl/
H A DFTLAbstractHeapRepository.h68 macro(StringImpl_data, StringImpl::dataOffset()) \
/macosx-10.10/ICU-531.30/icuSources/tools/toolutil/
H A Dpackage.cpp527 offset=20+(int32_t)ds->readUInt32(inEntries[itemCount-1].dataOffset);
553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset;
649 items[i].data=(uint8_t *)inBytes+ds->readUInt32(inEntries[i].dataOffset);
664 items[itemCount-1].length=length-ds->readUInt32(inEntries[itemCount-1].dataOffset);
840 entry.dataOffset=(uint32_t)offset;
/macosx-10.10/ICU-531.30/icuSources/test/perf/dicttrieperf/
H A Ddicttrieperf.cpp110 int32_t nameOffset, dataOffset; member in struct:TOCEntry
144 toc[i].dataOffset=i; // arbitrary value, see toc comment below
174 // with nameOffset and dataOffset.
/macosx-10.10/hfs-285/hfs_util/
H A Dhfsutil_main.c2281 ssize_t dataOffset = 0; local
2293 dataOffset = offset - rawOffset;
2294 rawLength = ((length + dataOffset + blocksize - 1) / blocksize) * blocksize;
2315 bcopy(rawData + dataOffset, bufPtr, length);
2341 ssize_t dataOffset = 0; local
2353 dataOffset = offset - rawOffset;
2354 rawLength = ((length + dataOffset + blocksize - 1) / blocksize) * blocksize;
2379 bcopy(bufPtr, rawData + dataOffset, length); /* Copy in the new data */
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/tiff/
H A Dtiff.tcl460 set dataOffset [expr {[tell $new] + ($num * 12) + 4}]
466 puts -nonewline $new [_unscan $byteOrder i $dataOffset]
468 incr dataOffset [string length [lindex $entry 1]]
/macosx-10.10/JavaScriptCore-7600.1.17/jit/
H A DJITPropertyAccess32_64.cpp101 jit.loadPtr(Address(regT0, StringImpl::dataOffset()), regT0);
H A DJITInlines.h80 loadPtr(MacroAssembler::Address(dst, StringImpl::dataOffset()), dst);
H A DJITPropertyAccess.cpp72 jit.loadPtr(Address(regT0, StringImpl::dataOffset()), regT0);
H A DThunkGenerators.cpp561 jit.loadPtr(MacroAssembler::Address(SpecializedThunkJIT::regT0, StringImpl::dataOffset()), SpecializedThunkJIT::regT0);
/macosx-10.10/WTF-7600.1.24/wtf/text/
H A DStringImpl.h397 static unsigned dataOffset() { return OBJECT_OFFSETOF(StringImpl, m_data8); } function in class:WTF::StringImpl
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGSpeculativeJIT.cpp3773 m_jit.loadPtr(MacroAssembler::Address(leftTempGPR, StringImpl::dataOffset()), leftTempGPR);
3774 m_jit.loadPtr(MacroAssembler::Address(rightTempGPR, StringImpl::dataOffset()), rightTempGPR);
3971 m_jit.loadPtr(MacroAssembler::Address(storageReg, StringImpl::dataOffset()), storageReg);
4962 m_jit.loadPtr(MacroAssembler::Address(scratch, StringImpl::dataOffset()), value);
5229 m_jit.loadPtr(MacroAssembler::Address(tempGPR, StringImpl::dataOffset()), string);

Completed in 500 milliseconds