Home
last modified time | relevance | path

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

1234567

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DQcowHandler.cpp24 #define Get64(p) GetBe64(p) macro
144 UInt64 v = Get64(p); in Read()
373 const UInt64 backOffset = Get64(buf + 8); in Open2()
382 _size = Get64(buf + 0x18); in Open2()
390 l1Offset = Get64(buf + 0x28); in Open2()
405 _size = Get64(buf + 0x18); in Open2()
408 l1Offset = Get64(buf + 0x28); // must be aligned for cluster in Open2()
410 const UInt64 refOffset = Get64(buf + 0x30); // must be aligned for cluster in Open2()
479 const UInt64 v = Get64((const Byte *)table + (size_t)i * 8) & offsetMask; in Open2()
510 const UInt64 v = Get64((const Byte *)table + (size_t)i * 8) & offsetMask; in Open2()
[all …]
H A DGptHandler.cpp21 #define Get64(p) GetUi64(p) macro
72 FirstLba = Get64(p + 32); in Parse()
73 LastLba = Get64(p + 40); in Parse()
74 Flags = Get64(p + 48); in Parse()
181 UInt64 curLba = Get64(buf + 0x18); in Open2()
184 UInt64 backupLba = Get64(buf + 0x20); in Open2()
188 UInt64 tableLba = Get64(buf + 0x48); in Open2()
H A DMachoHandler.cpp22 static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64(p); return GetUi64(p); } in Get64() function
470 vmAddr = Get64(buf + 0x18, be); in Open2()
471 vmSize = Get64(buf + 0x20, be); in Open2()
472 phAddr = Get64(buf + 0x28, be); in Open2()
473 phSize = Get64(buf + 0x30, be); in Open2()
520 sect.Va = Get64(p + 0x20, be); in Open2()
521 sect.VSize = Get64(p + 0x28, be); in Open2()
H A DDmgHandler.cpp34 #define Get64(p) GetBe64(p) macro
119 Offset = Get64(p); in Parse()
120 Len = Get64(p + 8); in Parse()
377 UInt64 numSectors = Get64(p + 0x10); in Parse()
379 StartPos = Get64(p + 0x18); in Parse()
408 b.UnpPos = Get64(p + 0x08) << 9; in Parse()
409 b.UnpSize = Get64(p + 0x10) << 9; in Parse()
410 b.PackPos = Get64(p + 0x18); in Parse()
411 b.PackSize = Get64(p + 0x20); in Parse()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DQcowHandler.cpp23 #define Get64(p) GetBe64(p) macro
132 UInt64 v = Get64(p); in Read()
347 const UInt64 backOffset = Get64(buf + 8); in Open2()
356 _size = Get64(buf + 0x18); in Open2()
364 l1Offset = Get64(buf + 0x28); in Open2()
379 _size = Get64(buf + 0x18); in Open2()
382 l1Offset = Get64(buf + 0x28); // must be aligned for cluster in Open2()
384 UInt64 refOffset = Get64(buf + 0x30); // must be aligned for cluster in Open2()
465 UInt64 v = Get64((const Byte *)table + (size_t)i * 8); in Open2()
481 const UInt64 v = Get64((const Byte *)buf2 + (size_t)k); in Open2()
H A DGptHandler.cpp21 #define Get64(p) GetUi64(p) macro
72 FirstLba = Get64(p + 32); in Parse()
73 LastLba = Get64(p + 40); in Parse()
74 Flags = Get64(p + 48); in Parse()
180 UInt64 curLba = Get64(buf + 0x18); in Open2()
183 UInt64 backupLba = Get64(buf + 0x20); in Open2()
187 UInt64 tableLba = Get64(buf + 0x48); in Open2()
H A DMachoHandler.cpp22 static UInt64 Get64(const Byte *p, bool be) { if (be) return GetBe64(p); return GetUi64(p); } in Get64() function
470 vmAddr = Get64(buf + 0x18, be); in Open2()
471 vmSize = Get64(buf + 0x20, be); in Open2()
472 phAddr = Get64(buf + 0x28, be); in Open2()
473 phSize = Get64(buf + 0x30, be); in Open2()
520 sect.Va = Get64(p + 0x20, be); in Open2()
521 sect.VSize = Get64(p + 0x28, be); in Open2()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DElfHandler.cpp22 static UInt64 Get64(const Byte *p, int be) { if (be) return GetBe64(p); return GetUi64(p); } in Get64() function
105 ProgOffset = Get64(p + 0x20, be); in Parse()
106 SectOffset = Get64(p + 0x28, be); in Parse()
153 Offset = Get64(p + 8, be); in Parse()
154 Va = Get64(p + 0x10, be); in Parse()
156 PSize = Get64(p + 0x20, be); in Parse()
157 VSize = Get64(p + 0x28, be); in Parse()
H A DMachoHandler.cpp20 static UInt64 Get64(const Byte *p, int be) { if (be) return GetBe64(p); return GetUi64(p); } in Get64() function
202 vmAddr = Get64(buf + 0x18, be); in Parse()
203 vmSize = Get64(buf + 0x20, be); in Parse()
204 phAddr = Get64(buf + 0x28, be); in Parse()
205 phSize = Get64(buf + 0x30, be); in Parse()
238 section.Va = Get64(p + 0x20, be); in Parse()
239 section.Size = Get64(p + 0x28, be); in Parse()
H A DDmgHandler.cpp30 #define Get64(p) GetBe64(p) macro
296 UInt64 address1 = Get64(buf + 0); in Open2()
297 UInt64 address2 = Get64(buf + 0xB8); in Open2()
298 UInt64 size64 = Get64(buf + 0xC0); in Open2()
379 b.UnpPos = Get64(p + 0x08) << 9; in Open2()
380 b.UnpSize = Get64(p + 0x10) << 9; in Open2()
381 b.PackPos = Get64(p + 0x18); in Open2()
382 b.PackSize = Get64(p + 0x20); in Open2()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Wim/
H A DWimIn.cpp19 #define Get64(p) GetUi64(p) macro
188 offset = (entrySize == 4) ? Get32(p): Get64(p); in Unpack()
193 nextOffset = (entrySize == 4) ? Get32(p): Get64(p); in Unpack()
266 PackSize = Get64(p) & (((UInt64)1 << 56) - 1); in Parse()
267 Offset = Get64(p + 8); in Parse()
268 UnpackSize = Get64(p + 16); in Parse()
289 UInt64 length = Get64(p); in ParseDirItem()
297 UInt64 subdirOffset = Get64(p + 0x10); in ParseDirItem()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Zip/
H A DZipIn.cpp16 #define Get64(p) GetUi64(p) macro
189 return Get64(buf); in ReadUInt64()
494 cdInfo.Size = Get64(buf + 40); in TryEcd64()
495 cdInfo.Offset = Get64(buf + 48); in TryEcd64()
523 UInt64 ecd64Offset = Get64(locator + 8); in FindCd()
717 numEntriesInCDOnThisDisk = Get64(p + 12); in Parse()
718 numEntriesInCD = Get64(p + 20); in Parse()
719 cdSize = Get64(p + 28); in Parse()
720 cdStartOffset = Get64(p + 36); in Parse()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp79 uint64_t DNBDataRef::Get64(offset_t *offset_ptr) const { in Get64() function in DNBDataRef
131 return Get64(offset_ptr); in GetMax64()
299 format ? format : " %16.16llx", Get64(&offset)); in Dump()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Wim/
H A DWimIn.cpp32 #define Get64(p) GetUi64(p) macro
419 PackSize = Get64(p) & (((UInt64)1 << 56) - 1); in Parse()
420 Offset = Get64(p + 8); in Parse()
421 UnpackSize = Get64(p + 16); in Parse()
606 UInt64 len = Get64(p); in ParseDirItem()
627 UInt64 subdirOffset = Get64(p + 0x10); in ParseDirItem()
676 const UInt64 len2 = Get64(p2); in ParseDirItem()
690 if (Get64(p2 + 8) != 0) in ParseDirItem()
753 if (DirSize - pos >= 8 && Get64(p2) == 0) in ParseDirItem()
760 && Get64(p2 + 8) != 0 in ParseDirItem()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Wim/
H A DWimIn.cpp32 #define Get64(p) GetUi64(p) macro
417 PackSize = Get64(p) & (((UInt64)1 << 56) - 1); in Parse()
418 Offset = Get64(p + 8); in Parse()
419 UnpackSize = Get64(p + 16); in Parse()
598 UInt64 len = Get64(p); in ParseDirItem()
619 UInt64 subdirOffset = Get64(p + 0x10); in ParseDirItem()
668 const UInt64 len2 = Get64(p2); in ParseDirItem()
682 if (Get64(p2 + 8) != 0) in ParseDirItem()
745 if (DirSize - pos >= 8 && Get64(p2) == 0) in ParseDirItem()
752 && Get64(p2 + 8) != 0 in ParseDirItem()
[all …]
/dports/devel/upp/upp/uppsrc/Core/
H A DStream.h109 int64 Get64(void *data, int64 size);
118 …int64 Get64() { if(ptr + 7 >= rdlim) return _Get64(); int64 q = Peek64(ptr); pt… in Get64() function
131 int64 Get64le() { return Get64(); } in Get64le()
134 int64 Get64be() { return SwapEndian64(Get64()); } in Get64be()
145 int64 Get64le() { return SwapEndian64(Get64()); } in Get64le()
148 int64 Get64be() { return Get64(); } in Get64be()

1234567