Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c300 #define Kmax 7 macro
354 static Bigint *freelist[Kmax+1];
365 if (k <= Kmax && (rv = freelist[k])) in Balloc()
371 if (k <= Kmax && pmem_next - private_mem + len <= (Py_ssize_t)PRIVATE_mem) { in Balloc()
393 if (v->k > Kmax) in Bfree()
/external/python/cpython2/Python/
Ddtoa.c295 #define Kmax 7 macro
349 static Bigint *freelist[Kmax+1];
360 if (k <= Kmax && (rv = freelist[k])) in Balloc()
366 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) { in Balloc()
388 if (v->k > Kmax) in Bfree()
/external/python/cpython3/Tools/c-analyzer/
Dknown.tsv290 Python/dtoa.c - freelist variable static Bigint *freelist[Kmax+1]