Lines Matching defs:size
28 Py_ssize_t parentpos, size;
32 size = PyList_GET_SIZE(heap);
33 if (pos >= size) {
52 if (size != PyList_GET_SIZE(heap)) {
54 "list changed size during iteration");
104 "list changed size during iteration");
220 more appropriate when using a fixed-size heap. Note that the value
397 Py_ssize_t parentpos, size;
401 size = PyList_GET_SIZE(heap);
402 if (pos >= size) {
421 if (size != PyList_GET_SIZE(heap)) {
423 "list changed size during iteration");
473 "list changed size during iteration");
567 # new item; the heap size is unchanged\n\
642 sequences, which size is usually related to the amount of CPU memory),\n\
648 produce runs which are twice the size of the memory for random input,\n\
653 the last output value), it cannot fit in the heap, so the size of the\n\