Lines Matching refs:used
38 size_t size, used; \
45 (heap)->used = 0; \
64 for (; _j * 2 + 1 < (h)->used; _j = _r) { \
66 if (_r + 1 < (h)->used && \
91 size_t _i = (h)->used++; \
102 bool _r = (h)->used; \
105 (h)->used--; \
106 heap_swap(h, 0, (h)->used); \
112 #define heap_peek(h) ((h)->used ? (h)->data[0] : NULL)
114 #define heap_full(h) ((h)->used == (h)->size)
571 * The way this is used, fract_bits is 6 and the largest possible