Home
last modified time | relevance | path

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

12345678910>>...12

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Hfs/
H A DHfsIn.cpp13 #define Get32(p) GetBe32(p) macro
77 NumBlocks = Get32(p + 0xC); in Parse()
81 e.Pos = Get32(p + 0x10 + i * 8); in Parse()
128 fLink = Get32(p); in Parse()
129 bLink = Get32(p + 4); in Parse()
161 FirstLeafNode = Get32(p + 0xA); in Parse()
172 TotalNodes = Get32(p + 0x16); in Parse()
348 item.ID = Get32(r + 8); in LoadCatalog()
429 h.CTime = Get32(p + 0x10); in Open()
430 h.MTime = Get32(p + 0x14); in Open()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Com/
H A DComIn.cpp16 #define Get32(p) GetUi32(p) macro
53 *dest++ = Get32(buf + t); in ReadIDs()
59 ft->dwLowDateTime = Get32(p); in GetFileTimeFromMem()
60 ft->dwHighDateTime = Get32(p + 4); in GetFileTimeFromMem()
68 LeftDid = Get32(p + 68); in Parse()
69 RightDid = Get32(p + 72); in Parse()
70 SonDid = Get32(p + 76); in Parse()
74 Sid = Get32(p + 116); in Parse()
75 Size = Get32(p + 120); in Parse()
255 UInt32 sid = Get32(p + 0x44); in Open()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DMachoHandler.cpp152 _machine = Get32(buf + 4, be); in Parse()
153 _type = Get32(buf + 0xC, be); in Parse()
188 UInt32 cmd = Get32(buf, be); in Parse()
189 UInt32 cmdSize = Get32(buf + 4, be); in Parse()
209 vmAddr = Get32(buf + 0x18, be); in Parse()
210 vmSize = Get32(buf + 0x1C, be); in Parse()
211 phAddr = Get32(buf + 0x20, be); in Parse()
212 phSize = Get32(buf + 0x24, be); in Parse()
240 section.Pa = Get32(p + 0x30, be); in Parse()
245 section.Va = Get32(p + 0x20, be); in Parse()
[all …]
H A DPeHandler.cpp80 Time = Get32(p + 4); in Parse()
97 Va = Get32(p); in Parse()
98 Size = Get32(p + 4); in Parse()
122 Flags = Get32(p); in Parse()
123 Time = Get32(p + 4); in Parse()
125 Type = Get32(p + 12); in Parse()
126 Size = Get32(p + 16); in Parse()
127 Va = Get32(p + 20); in Parse()
128 Pa = Get32(p + 24); in Parse()
283 Va = Get32(p + 12); in Parse()
[all …]
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
310 UInt32 v0 = Get32(p + 8); in ParseSid()
318 UInt32 v1 = Get32(p + 12); in ParseSid()
328 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
368 ConvertUInt32ToString(Get32(p + 8 + i * 4), sz); in ParseSid()
396 UInt32 pos = Get32(p + offset); in ParseAcl()
407 UInt32 num = Get32(p + 4); in ParseAcl()
472 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
474 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
504 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
310 UInt32 v0 = Get32(p + 8); in ParseSid()
318 UInt32 v1 = Get32(p + 12); in ParseSid()
328 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
368 ConvertUInt32ToString(Get32(p + 8 + i * 4), sz); in ParseSid()
396 UInt32 pos = Get32(p + offset); in ParseAcl()
407 UInt32 num = Get32(p + 4); in ParseAcl()
472 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
474 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
504 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
310 UInt32 v0 = Get32(p + 8); in ParseSid()
318 UInt32 v1 = Get32(p + 12); in ParseSid()
328 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
368 ConvertUInt32ToString(Get32(p + 8 + i * 4), sz); in ParseSid()
396 UInt32 pos = Get32(p + offset); in ParseAcl()
407 UInt32 num = Get32(p + 4); in ParseAcl()
472 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
474 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
504 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Zip/
H A DZipIn.cpp15 #define Get32(p) GetUi32(p) macro
49 value = Get32(p); in TestMarkerCandidate()
58 value = Get32(p); in TestMarkerCandidate2()
182 return Get32(buf); in ReadUInt32()
197 value = Get32(buf); in ReadUInt32()
286 item.Time = Get32(p + 6); in ReadLocalItem()
287 item.FileCRC = Get32(p + 10); in ReadLocalItem()
288 item.PackSize = Get32(p + 14); in ReadLocalItem()
452 item.Time = Get32(p + 8); in ReadCdItem()
453 item.FileCRC = Get32(p + 12); in ReadCdItem()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/
H A DMachoHandler.cpp424 _cpuType = Get32(header + 4, be); in Open2()
425 _cpuSubType = Get32(header + 8, be); in Open2()
426 _type = Get32(header + 0xC, be); in Open2()
427 _flags = Get32(header + 0x18, be); in Open2()
453 UInt32 cmd = Get32(buf, be); in Open2()
454 UInt32 cmdSize = Get32(buf + 4, be); in Open2()
477 vmAddr = Get32(buf + 0x18, be); in Open2()
478 vmSize = Get32(buf + 0x1C, be); in Open2()
479 phAddr = Get32(buf + 0x20, be); in Open2()
480 phSize = Get32(buf + 0x24, be); in Open2()
[all …]
H A DVdiHandler.cpp21 #define Get32(p) GetUi32(p) macro
148 const UInt32 v = Get32(p); in Read()
292 const UInt32 version = Get32(buf + 0x44); in Open2()
303 const UInt32 headerSize = Get32(buf + kHeaderOffset); in Open2()
307 _imageType = Get32(buf + 0x4C); in Open2()
311 const UInt32 tableOffset = Get32(buf + 0x154); in Open2()
315 _dataOffset = Get32(buf + 0x158); in Open2()
319 const UInt32 sectorSize = Get32(buf + 0x168); in Open2()
324 const UInt32 blockSize = Get32(buf + 0x178); in Open2()
325 const UInt32 totalBlocks = Get32(buf + 0x180); in Open2()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/
H A DMachoHandler.cpp424 _cpuType = Get32(header + 4, be); in Open2()
425 _cpuSubType = Get32(header + 8, be); in Open2()
426 _type = Get32(header + 0xC, be); in Open2()
427 _flags = Get32(header + 0x18, be); in Open2()
453 UInt32 cmd = Get32(buf, be); in Open2()
454 UInt32 cmdSize = Get32(buf + 4, be); in Open2()
477 vmAddr = Get32(buf + 0x18, be); in Open2()
478 vmSize = Get32(buf + 0x1C, be); in Open2()
479 phAddr = Get32(buf + 0x20, be); in Open2()
480 phSize = Get32(buf + 0x24, be); in Open2()
[all …]
H A DVdiHandler.cpp22 #define Get32(p) GetUi32(p) macro
139 UInt32 v = Get32(p); in Read()
283 const UInt32 version = Get32(buf + 0x44); in Open2()
294 const UInt32 headerSize = Get32(buf + kHeaderOffset); in Open2()
298 _imageType = Get32(buf + 0x4C); in Open2()
302 const UInt32 tableOffset = Get32(buf + 0x154); in Open2()
306 _dataOffset = Get32(buf + 0x158); in Open2()
310 const UInt32 sectorSize = Get32(buf + 0x168); in Open2()
315 const UInt32 blockSize = Get32(buf + 0x178); in Open2()
316 const UInt32 totalBlocks = Get32(buf + 0x180); in Open2()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/archivers/lzma/lzma-19.00/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp19 #define Get32(x) GetUi32(x) macro
362 UInt32 v0 = Get32(p + 8); in ParseSid()
370 UInt32 v1 = Get32(p + 12); in ParseSid()
380 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
416 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
436 UInt32 pos = Get32(p + offset); in ParseAcl()
447 UInt32 num = Get32(p + 4); in ParseAcl()
518 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
520 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
550 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp18 #define Get32(x) GetUi32(x) macro
360 UInt32 v0 = Get32(p + 8); in ParseSid()
368 UInt32 v1 = Get32(p + 12); in ParseSid()
378 UInt32 v4 = Get32(p + 8 + 4 * 4); in ParseSid()
414 s.Add_UInt32(Get32(p + 8 + i * 4)); in ParseSid()
434 UInt32 pos = Get32(p + offset); in ParseAcl()
445 UInt32 num = Get32(p + 4); in ParseAcl()
510 ParseOwner(s, data, size, Get32(data + 4)); in ConvertNtSecureToString()
512 ParseOwner(s, data, size, Get32(data + 8)); in ConvertNtSecureToString()
542 UInt32 pos = Get32(p + offset); in CheckAcl()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DViewSettings.cpp95 Get32(buf, version); in Read()
98 Get32(buf + 4, SortID); in Read()
112 Get32(p, column.PropID); in Read()
114 Get32(p + 8, column.Width); in Read()
178 Get32(buf, rect.left); in Read()
179 Get32(buf + 4, rect.top); in Read()
180 Get32(buf + 8, rect.right); in Read()
181 Get32(buf + 12, rect.bottom); in Read()
187 Get32(buf, numPanels); in Read()
188 Get32(buf + 4, currentPanel); in Read()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DViewSettings.cpp95 Get32(buf, version); in Read()
98 Get32(buf + 4, SortID); in Read()
112 Get32(p, column.PropID); in Read()
114 Get32(p + 8, column.Width); in Read()
178 Get32(buf, rect.left); in Read()
179 Get32(buf + 4, rect.top); in Read()
180 Get32(buf + 8, rect.right); in Read()
181 Get32(buf + 12, rect.bottom); in Read()
187 Get32(buf, numPanels); in Read()
188 Get32(buf + 4, currentPanel); in Read()
[all …]
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp14 #define Get32(p) GetUi32(p) macro
1758 text = Get32(p); in Parse()
1759 bkc = Get32(p + 4); in Parse()
1762 bkb = Get32(p + 8); in Parse()
1763 bkb_hi32 = Get32(p + 12); in Parse()
1764 lbStyle = Get32(p + 16); in Parse()
1769 lbStyle = Get32(p + 8); in Parse()
1770 bkb = Get32(p + 12); in Parse()
2094 Name = Get32(p); in Parse()
2096 Flags = Get32(p + 8); in Parse()
[all …]
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/Nsis/
H A DNsisIn.cpp14 #define Get32(p) GetUi32(p) macro
1730 text = Get32(p); in Parse()
1731 bkc = Get32(p + 4); in Parse()
1732 lbStyle = Get32(p + 8); in Parse()
1733 bkb = Get32(p + 12); in Parse()
2056 Name = Get32(p); in Parse()
2057 InstallTypes = Get32(p + 4); in Parse()
2058 Flags = Get32(p + 8); in Parse()
2060 NumCommands = Get32(p + 16); in Parse()
2061 SizeKB = Get32(p + 20); in Parse()
[all …]

12345678910>>...12