Home
last modified time | relevance | path

Searched refs:infoOffset (Results 1 – 25 of 25) sorted by relevance

/dports/graphics/gpxsee/GPXSee-7.32/src/map/IMG/
H A Dnodfile.cpp152 quint32 infoOffset = ((blockInfo.hdr.se * linkId) >> 3) + 0x13 in linkInfo() local
158 if (infoOffset > _blockOffset + _blockSize || infoOffset < blockInfo.offset) in linkInfo()
160 if (!seek(hdl, infoOffset)) in linkInfo()
164 BitStream1 bs(*this, hdl, _blockOffset + _blockSize - infoOffset); in linkInfo()
190 quint32 infoOffset = (nodeOffset << _nodeShift) + _blockOffset; in nodeInfo() local
191 if (infoOffset > _blockOffset + _blockSize || infoOffset < blockInfo.offset) in nodeInfo()
193 if (!seek(hdl, infoOffset)) in nodeInfo()
196 BitStream1 bs(*this, hdl, _blockOffset + _blockSize - infoOffset); in nodeInfo()
293 quint32 infoOffset = (adj.nodeOffset << _nodeShift) + _blockOffset in absAdjInfo() local
295 if (!seek(hdl, infoOffset)) in absAdjInfo()
[all …]
/dports/net/norm/norm-1.5r6/src/java/src/mil/navy/nrl/norm/
H A DNormSession.java137 int infoOffset, int infoLength) throws IOException; in fileEnqueue() argument
145 int dataLength, byte info[], int infoOffset, int infoLength) in dataEnqueue() argument
155 int infoOffset, int infoLength) throws IOException; in streamOpen() argument
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/
H A Dgcdump.cpp448 unsigned infoOffset; in DumpGCTable() local
465 infoOffset = VarInt::ReadUnsigned(pCursor); in DumpGCTable()
470 infoOffset = (b & 0x7); in DumpGCTable()
474 DumpCallsiteString(curOffset, pTables->pbCallsiteInfoBlob + infoOffset, &header); in DumpGCTable()
H A DRHCodeMan.cpp569 IntNative infoOffset = 0; in EnumGcRefs() local
579 infoOffset = (b & 0x7); in EnumGcRefs()
606 infoOffset = VarInt::SkipUnsigned(pCursor); in EnumGcRefs()
618 if (infoOffset < 0) in EnumGcRefs()
620 pCursor += infoOffset; in EnumGcRefs()
621 infoOffset = VarInt::ReadUnsigned(pCursor); in EnumGcRefs()
697 PTR_UInt8 pbCallsiteString = pbCallsiteStringBlob + (int)infoOffset; in EnumGcRefs()
747 infoOffset = VarInt::ReadUnsigned(pCursor); in EnumGcRefs()
750 pCursor = pbCallsiteStringBlob + infoOffset; in EnumGcRefs()
/dports/net/norm/norm-1.5r6/src/java/jni/
H A DnormSessionJni.cpp383 jint infoOffset, jint infoLength) { in PKGNAME()
396 (const char*)(infoBytes + infoOffset), infoLength); in PKGNAME()
415 jint dataLength, jbyteArray info, jint infoOffset, jint infoLength) { in PKGNAME()
436 infoOffset = 0; in PKGNAME()
441 (char*)infoBytes + infoOffset, infoLength); in PKGNAME()
474 jbyteArray info, jint infoOffset, jint infoLength) { in PKGNAME()
486 infoOffset = 0; in PKGNAME()
491 (char*)infoBytes + infoOffset, infoLength); in PKGNAME()
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DMapSalesPanel.cpp351 Point infoOffset(ICON_HEIGHT, priceOffset.Y() + font.Height() + PAD); in Draw() local
365 font.Draw({info, layout}, corner + infoOffset, textColor); in Draw()
/dports/games/uhexen/uhexen-0.601/src/
H A Dp_acs.c40 int infoOffset; member
309 buffer = (int *)((byte *)header+header->infoOffset); in P_LoadACScripts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp858 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
860 return infoData.getCStr(&infoOffset); in getIndexedString()
864 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp856 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
858 return infoData.getCStr(&infoOffset); in getIndexedString()
862 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp858 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
860 return infoData.getCStr(&infoOffset); in getIndexedString()
864 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp858 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
860 return infoData.getCStr(&infoOffset); in getIndexedString()
864 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm90/llvm-9.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp856 uint32_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
858 return infoData.getCStr(&infoOffset); in getIndexedString()
862 uint32_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp858 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
860 return infoData.getCStr(&infoOffset); in getIndexedString()
864 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp858 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
860 return infoData.getCStr(&infoOffset); in getIndexedString()
864 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm10/llvm-10.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp856 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
858 return infoData.getCStr(&infoOffset); in getIndexedString()
862 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint64_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint64_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm80/llvm-8.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint32_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint32_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/devel/llvm70/llvm-7.0.1.src/tools/lld/lib/ReaderWriter/MachO/
H A DMachONormalizedFileToAtoms.cpp857 uint32_t &infoOffset, const Section &stringsSection) { in getIndexedString() argument
859 return infoData.getCStr(&infoOffset); in getIndexedString()
863 uint32_t stringOffset = infoData.getU32(&infoOffset); in getIndexedString()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/hexen/
H A Dp_acs.c48 int infoOffset;
462 PCodeOffset = LONG(header->infoOffset); in P_LoadACScripts()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/hexen/
H A Dp_acs.c51 int infoOffset;
320 buffer = (int *) ((byte *) header + LONG(header->infoOffset)); in P_LoadACScripts()
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpSimplexOther.cpp8331 int infoOffset; member
8384 char *get = where.startStuff + info.infoOffset;
8677 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
8696 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
8799 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
8868 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
9051 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
9235 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
9257 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
9409 infoA[nActions].infoOffset = static_cast< int >(stuff.putStuff - startStuff);
[all …]