Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
D_csv.c978 #define MEM_INCR 32768 macro
1096 rec_size_new = (unsigned)(rec_len / MEM_INCR + 1) * MEM_INCR; in join_check_rec_size()
/external/python/cpython3/Modules/
D_csv.c986 #define MEM_INCR 32768 macro
1086 size_t rec_size_new = (size_t)(rec_len / MEM_INCR + 1) * MEM_INCR; in join_check_rec_size()