Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c103 #define BATCHSIZE 1000 macro
1694 if (n == BATCHSIZE) in batch_list()
1708 } while (n == BATCHSIZE); in batch_list()
1885 if (n == BATCHSIZE) in batch_dict()
1899 } while (n == BATCHSIZE); in batch_dict()
1954 if (++i == BATCHSIZE) in batch_dict_exact()
1966 } while (i == BATCHSIZE); in batch_dict_exact()