Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py153 EXT4 = '\x84' # ditto, but 4-byte index variable
764 write(EXT4 + pack("<i", code))
1107 dispatch[EXT4] = load_ext4
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpickletester.py801 self.produce_global_ext(0x00010000, pickle.EXT4) # smallest EXT4 code
802 self.produce_global_ext(0x7fffffff, pickle.EXT4) # largest EXT4 code
803 self.produce_global_ext(0x12abcdef, pickle.EXT4) # check endianness
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c79 #define EXT4 '\x84' /* ditto, but 4-byte index */ macro
2277 c_str[0] = EXT4; in save_global()
4909 case EXT4: in load()
5326 case EXT4: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c79 #define EXT4 '\x84' /* ditto, but 4-byte index */ macro
2246 c_str[0] = EXT4; in save_global()
4874 case EXT4: in load()
5291 case EXT4: in noload()