Home
last modified time | relevance | path

Searched refs:weight (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/archival/libarchive/bz/
Dhuffman.c42 while (weight[tmp] < weight[heap[zz >> 1]]) { \
54 #define DOWNHEAP1(heap, weight, Heap) \ argument
64 && weight[heap[yy+1]] < weight[heap[yy]]) \
66 if (weight[tmp] < weight[heap[yy]]) \
77 void DOWNHEAP1(int32_t *heap, int32_t *weight, int32_t nHeap) in DOWNHEAP1() argument
87 && weight[heap[yy + 1]] < weight[heap[yy]]) in DOWNHEAP1()
89 if (weight[tmp] < weight[heap[yy]]) in DOWNHEAP1()
120 #define weight (s->BZ2_hbMakeCodeLengths__weight) in BZ2_hbMakeCodeLengths() macro
124 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8; in BZ2_hbMakeCodeLengths()
131 weight[0] = 0; in BZ2_hbMakeCodeLengths()
[all …]
/busybox-1.35.0/networking/
Dtc.c314 if (wrr->weight != 1) { in cbq_print_opt()
315 print_rate(buf, sizeof(buf), wrr->weight); in cbq_print_opt()