Lines Matching refs:used
36 size_t size, used; \
43 (heap)->used = 0; \
62 for (; _j * 2 + 1 < (h)->used; _j = _r) { \
64 if (_r + 1 < (h)->used && \
89 size_t _i = (h)->used++; \
100 bool _r = (h)->used; \
103 (h)->used--; \
104 heap_swap(h, 0, (h)->used); \
110 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL)
112 #define heap_full(h) ((h)->used == (h)->size)
544 * The way this is used, fract_bits is 6 and the largest possible