Searched refs:ARG_TUP (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | cPickle.c | 315 #define ARG_TUP(self, o) { \ macro 509 ARG_TUP(self, py_str); in write_other() 685 ARG_TUP(self, bytes); in read_other() 2329 ARG_TUP(self, args); in save_pers() 2740 ARG_TUP(self, args); in save() 2757 ARG_TUP(self, t); in save() 4079 ARG_TUP(self, pid); in load_persid() 4116 ARG_TUP(self, pid); in load_binpersid() 4453 ARG_TUP(self, value); in do_append() 4552 ARG_TUP(self, state); in load_build()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | cPickle.c | 316 #define ARG_TUP(self, o) { \ macro 512 ARG_TUP(self, py_str); in write_other() 655 ARG_TUP(self, bytes); in read_other() 2297 ARG_TUP(self, args); in save_pers() 2713 ARG_TUP(self, args); in save() 2725 ARG_TUP(self, t); in save() 4044 ARG_TUP(self, pid); in load_persid() 4081 ARG_TUP(self, pid); in load_binpersid() 4418 ARG_TUP(self, value); in do_append() 4517 ARG_TUP(self, state); in load_build()
|