Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py153 EXT4 = '\x84' # ditto, but 4-byte index variable
/external/python/cpython3/Lib/
Dpickle.py162 EXT4 = b'\x84' # ditto, but 4-byte index variable
/external/python/cpython2/Modules/
DcPickle.c79 #define EXT4 '\x84' /* ditto, but 4-byte index */ macro
/external/python/cpython3/Modules/
D_pickle.c84 EXT4 = '\x84', enumerator