Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py156 TUPLE3 = '\x87' # build 3-tuple from three topmost stack items variable
162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
1012 dispatch[TUPLE3] = load_tuple3
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c82 #define TUPLE3 '\x87' /* build 3-tuple from three topmost stack items */ macro
1517 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
4814 case TUPLE3: in load()
5231 case TUPLE3: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c82 #define TUPLE3 '\x87' /* build 3-tuple from three topmost stack items */ macro
1486 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
4779 case TUPLE3: in load()
5196 case TUPLE3: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpickletester.py686 (2, 3): pickle.TUPLE3,