Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py155 TUPLE2 = '\x86' # build 2-tuple from two topmost stack items variable
162 _tuplesize2code = [EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3]
1008 dispatch[TUPLE2] = load_tuple2
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c81 #define TUPLE2 '\x86' /* build 2-tuple from two topmost stack items */ macro
1517 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
4809 case TUPLE2: in load()
5226 case TUPLE2: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c81 #define TUPLE2 '\x86' /* build 2-tuple from two topmost stack items */ macro
1486 static char len2opcode[] = {EMPTY_TUPLE, TUPLE1, TUPLE2, TUPLE3}; in save_tuple()
4774 case TUPLE2: in load()
5191 case TUPLE2: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dpickletester.py685 (2, 2): pickle.TUPLE2,