Home
last modified time | relevance | path

Searched refs:EXT2 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py152 EXT2 = '\x83' # ditto, but 2-byte index variable
762 write("%c%c%c" % (EXT2, code&0xff, code>>8))
1102 dispatch[EXT2] = load_ext2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpickletester.py796 self.produce_global_ext(0x00000100, pickle.EXT2) # smallest EXT2 code
797 self.produce_global_ext(0x0000ffff, pickle.EXT2) # largest EXT2 code
798 self.produce_global_ext(0x0000abcd, pickle.EXT2) # check endianness
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c78 #define EXT2 '\x83' /* ditto, but 2-byte index */ macro
2271 c_str[0] = EXT2; in save_global()
4904 case EXT2: in load()
5321 case EXT2: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c78 #define EXT2 '\x83' /* ditto, but 2-byte index */ macro
2240 c_str[0] = EXT2; in save_global()
4869 case EXT2: in load()
5286 case EXT2: in noload()