Home
last modified time | relevance | path

Searched refs:BATCHSIZE (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c103 #define BATCHSIZE 1000 macro
1696 if (n == BATCHSIZE) in batch_list()
1710 } while (n == BATCHSIZE); in batch_list()
1887 if (n == BATCHSIZE) in batch_dict()
1901 } while (n == BATCHSIZE); in batch_dict()
1956 if (++i == BATCHSIZE) in batch_dict_exact()
1968 } while (i == BATCHSIZE); in batch_dict_exact()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c103 #define BATCHSIZE 1000 macro
1665 if (n == BATCHSIZE) in batch_list()
1679 } while (n == BATCHSIZE); in batch_list()
1856 if (n == BATCHSIZE) in batch_dict()
1870 } while (n == BATCHSIZE); in batch_dict()
1925 if (++i == BATCHSIZE) in batch_dict_exact()
1937 } while (i == BATCHSIZE); in batch_dict_exact()