Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
DCLexer.py4320 DFA25_eot = DFA.unpack(
4324 DFA25_eof = DFA.unpack(
4328 DFA25_min = DFA.unpack(
4332 DFA25_max = DFA.unpack(
4336 DFA25_accept = DFA.unpack(
4340 DFA25_special = DFA.unpack(
4346 DFA.unpack(u"\1\2\1\uffff\12\1"),
4347 DFA.unpack(u"\1\3\1\uffff\12\1\12\uffff\1\5\1\4\1\5\35\uffff\1\5"
4349 DFA.unpack(u""),
4350 DFA.unpack(u""),
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DCLexer.py4320 DFA25_eot = DFA.unpack(
4324 DFA25_eof = DFA.unpack(
4328 DFA25_min = DFA.unpack(
4332 DFA25_max = DFA.unpack(
4336 DFA25_accept = DFA.unpack(
4340 DFA25_special = DFA.unpack(
4346 DFA.unpack(u"\1\2\1\uffff\12\1"),
4347 DFA.unpack(u"\1\3\1\uffff\12\1\12\uffff\1\5\1\4\1\5\35\uffff\1\5"
4349 DFA.unpack(u""),
4350 DFA.unpack(u""),
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_aepack.py31 unpacked = aepack.unpack(packed)
37 unpacked = aepack.unpack(packed)
43 unpacked = aepack.unpack(packed)
49 unpacked = aepack.unpack(packed)
55 unpacked = aepack.unpack(packed)
68 unpacked = aepack.unpack(packed)
80 unpacked = aepack.unpack(packed)
Dtest_struct.py67 self.assertRaises(struct.error, struct.unpack, 'd', 'flap')
69 self.assertRaises(struct.error, struct.unpack, 'iii', s)
70 self.assertRaises(struct.error, struct.unpack, 'i', s)
86 cp, bp, hp, ip, lp, fp, dp, tp = struct.unpack(format, s)
145 rev = struct.unpack(xfmt, res)[0]
213 unpack=struct.unpack, argument
238 retrieved = unpack(format, got)[0]
242 self.assertRaises((struct.error, TypeError), unpack, format,
376 (got,) = struct.unpack(code, got)
393 unpacked = struct.unpack("<f", packed)[0]
[all …]
Dtest_ioctl.py17 rpgrp = struct.unpack("i", r)[0]
35 rpgrp = struct.unpack("i", r)[0]
78 set_winsz_opcode_maybe_neg, = struct.unpack("i",
/device/linaro/bootloader/edk2/ArmPlatformPkg/Scripts/Ds5/
Dfirmware_volume.py40 return struct.unpack("B", self.ec.getMemoryService().read(self.base + 0x3, 1, 8))[0]
43 … return (struct.unpack("<I", self.ec.getMemoryService().read(self.base, 4, 32))[0] & 0x00ffffff)
62 te_sig = struct.unpack("cc", self.ec.getMemoryService().read(self.base_te, 2, 32))
67 … stripped_size = struct.unpack("<H", self.ec.getMemoryService().read(self.base_te + 0x6, 2, 32))[0]
82 …dwarf_sig = struct.unpack("cccc", self.ec.getMemoryService().read(self.base_te + debug_rva, 4, 32))
90 filename = struct.unpack("200s", self.ec.getMemoryService().read(filename, 200, 32))[0]
94 … stripped_size = struct.unpack("<H", self.ec.getMemoryService().read(self.base_te + 0x6, 2, 32))[0]
120 …dwarf_sig = struct.unpack("cccc", self.ec.getMemoryService().read(str(self.base_pe32 + debug_rva),…
128 filename = struct.unpack("200s", self.ec.getMemoryService().read(str(filename), 200, 32))[0]
156 …dwarf_sig = struct.unpack("cccc", self.ec.getMemoryService().read(str(self.base_pe64 + debug_rva),…
[all …]
Dsystem_table.py136 … signature = struct.unpack("cccccccc", self.ec.getMemoryService().read(str(offset), 8, 32))
170 guid = struct.unpack("<IIII", self.ec.getMemoryService().read(str(offset), 16, 32))
Dedk2_debugger.py26 return struct.unpack('<I',bytes)[0]
125 … signature = struct.unpack("cccc", self.ec.getMemoryService().read(base, 4, 32))
/device/asus/fugu/
Dreleasetools.py35 magic, revision, reserved, reserved = struct.unpack(
44 …ifwi_size, droidboot_size = struct.unpack(header_v1_fmt, bootloader[offset:offset + header_v1_size…
59 …c_magic, size, flags, _, _ , _ = struct.unpack(c_header_fmt, bootloader[offset:offset + c_header_s…
/device/linaro/hikey/l-loader/
Dgen_loader.py71 data = struct.unpack("8s", fptable.read(8))
80 data = struct.unpack("QQQQ", fptable.read(32))
85 data = struct.unpack("i", fptable.read(4))
92 d0,lba,d2,name = struct.unpack("32sQ16s72s", fptable.read(128))
179 start,end = struct.unpack("ii", self.fp.read(8))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dposixfile.py203 struct.unpack('lxxxxlxxxxlhh', flock)
206 struct.unpack('hhlllii', flock)
209 struct.unpack('hhllhh', flock)
212 struct.unpack('hhllhh', flock)
Dwhichdb.py89 (magic,) = struct.unpack("=l", s)
104 (magic,) = struct.unpack("=l", s16[-4:])
Dxdrlib.py147 x = struct.unpack('>L', data)[0]
159 return struct.unpack('>l', data)[0]
183 return struct.unpack('>f', data)[0]
191 return struct.unpack('>d', data)[0]
Dgettext.py264 unpack = struct.unpack
273 magic = unpack('<I', buf[:4])[0]
275 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
278 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
285 mlen, moff = unpack(ii, buf[masteridx:masteridx+8])
287 tlen, toff = unpack(ii, buf[transidx:transidx+8])
Dmodulefinder.py341 unpack = struct.unpack): argument
350 oparg, = unpack('<H', code[1:3])
355 oparg_1, oparg_2 = unpack('<xHxH', code[:6])
365 unpack = struct.unpack): argument
375 oparg, = unpack('<H', code[1:3])
380 oparg_1, oparg_2, oparg_3 = unpack('<xHxHxH', code[:9])
Dzipfile.py169 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
181 struct.unpack(structEndArchive64, data)
216 endrec = struct.unpack(structEndArchive, data)
238 endrec = list(struct.unpack(structEndArchive, recData))
369 unpack = struct.unpack
371 tp, ln = unpack('<HH', extra[:4])
374 counts = unpack('<QQQ', extra[4:28])
376 counts = unpack('<QQ', extra[4:20])
378 counts = unpack('<Q', extra[4:12])
787 centdir = struct.unpack(structCentralDir, centdir)
[all …]
Dbinhex.py401 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
418 flags = struct.unpack('>h', rest[9:11])[0]
419 self.dlen = struct.unpack('>l', rest[11:15])[0]
420 self.rlen = struct.unpack('>l', rest[15:19])[0]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dgettext.py266 unpack = struct.unpack
275 magic = unpack('<I', buf[:4])[0]
277 version, msgcount, masteridx, transidx = unpack('<4I', buf[4:20])
280 version, msgcount, masteridx, transidx = unpack('>4I', buf[4:20])
287 mlen, moff = unpack(ii, buf[masteridx:masteridx+8])
289 tlen, toff = unpack(ii, buf[transidx:transidx+8])
Dmodulefinder.py341 unpack = struct.unpack): argument
350 oparg, = unpack('<H', code[1:3])
355 oparg_1, oparg_2 = unpack('<xHxH', code[:6])
365 unpack = struct.unpack): argument
375 oparg, = unpack('<H', code[1:3])
380 oparg_1, oparg_2, oparg_3 = unpack('<xHxHxH', code[:9])
Dzipfile.py172 sig, diskno, reloff, disks = struct.unpack(structEndArchive64Locator, data)
186 struct.unpack(structEndArchive64, data)
223 endrec = struct.unpack(structEndArchive, data)
248 endrec = list(struct.unpack(structEndArchive, recData))
386 unpack = struct.unpack
388 tp, ln = unpack('<HH', extra[:4])
391 counts = unpack('<QQQ', extra[4:28])
393 counts = unpack('<QQ', extra[4:20])
395 counts = unpack('<Q', extra[4:12])
837 centdir = struct.unpack(structCentralDir, centdir)
[all …]
Dbinhex.py407 filecrc = struct.unpack('>h', self.ifp.read(2))[0] & 0xffff
424 flags = struct.unpack('>h', rest[9:11])[0]
425 self.dlen = struct.unpack('>l', rest[11:15])[0]
426 self.rlen = struct.unpack('>l', rest[15:19])[0]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetservent.c217 goto unpack; in getservent()
239 unpack: in getservent()
/device/lge/bullhead/
Dreleasetools.py145 magic, num_images, start_offset, bootloader_size = struct.unpack(
152 imgs = [struct.unpack(img_info_fmt,
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dltablib.c136 static int unpack (lua_State *L) { in unpack() function
267 {"unpack", unpack},
/device/huawei/angler/
Dreleasetools.py65 info["meta_hdr_size"], info["img_hdr_size"]) = num_imgs_fmt.unpack(header)
72 struct.unpack(

12