Searched defs:SMALLEST (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Dtrees.c426 #define SMALLEST 1 macro
436 top = s->heap[SMALLEST]; \
437 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
438 pqdownheap(s, tree, SMALLEST); \
631 * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].
670 m = s->heap[SMALLEST]; /* m = node of next least frequency */
687 s->heap[SMALLEST] = node++;
688 pqdownheap(s, tree, SMALLEST);
692 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/illumos-gate/usr/src/boot/lib/libz/
H A Dtrees.c424 #define SMALLEST 1 macro
434 top = s->heap[SMALLEST]; \
435 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
436 pqdownheap(s, tree, SMALLEST); \
629 * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].
668 m = s->heap[SMALLEST]; /* m = node of next least frequency */
685 s->heap[SMALLEST] = node++;
686 pqdownheap(s, tree, SMALLEST);
690 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1784 #define SMALLEST 1 macro
1794 top = s->heap[SMALLEST]; \
1795 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
1796 pqdownheap(s, tree, SMALLEST); \
1989 * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and heap[2*n+1].
2028 m = s->heap[SMALLEST]; /* m = node of next least frequency */
2044 s->heap[SMALLEST] = node++;
2045 pqdownheap(s, tree, SMALLEST);
2049 s->heap[--(s->heap_max)] = s->heap[SMALLEST];
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2587 #define SMALLEST 1 macro
2598 top = s->heap[SMALLEST]; \
2599 s->heap[SMALLEST] = s->heap[s->heap_len--]; \
2600 pqdownheap(s, tree, SMALLEST); \
2816 * heap[SMALLEST]. The sons of heap[n] are heap[2*n] and
2859 m = s->heap[SMALLEST]; /* m = node of next least frequency */
2877 s->heap[SMALLEST] = node++;
2878 pqdownheap(s, tree, SMALLEST);
2882 s->heap[--(s->heap_max)] = s->heap[SMALLEST];

Completed in 93 milliseconds