Searched refs:weight (Results 1 – 2 of 2) sorted by relevance
42 while (weight[tmp] < weight[heap[zz >> 1]]) { \54 #define DOWNHEAP1(heap, weight, Heap) \ argument64 && 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() argument87 && 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() macro124 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8; in BZ2_hbMakeCodeLengths()131 weight[0] = 0; in BZ2_hbMakeCodeLengths()[all …]
314 if (wrr->weight != 1) { in cbq_print_opt()315 print_rate(buf, sizeof(buf), wrr->weight); in cbq_print_opt()