Home
last modified time | relevance | path

Searched refs:PUT (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpickle.py135 PUT = 'p' # store stack top in memo; index is string arg variable
257 return PUT + repr(i) + '\n'
1166 dispatch[PUT] = load_put
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c66 #define PUT 'p' macro
850 c_str[0] = PUT; in put2()
4928 case PUT: in load()
5346 case PUT: in noload()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c66 #define PUT 'p' macro
820 c_str[0] = PUT; in put2()
4893 case PUT: in load()
5311 case PUT: in noload()