Home | History | Annotate | Download | only in bzip2

Lines Matching refs:weight

37    while (weight[tmp] < weight[heap[zz >> 1]]) {      \
52 weight[heap[yy+1]] < weight[heap[yy]]) \
54 if (weight[tmp] < weight[heap[yy]]) break; \
76 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ];
80 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
88 weight[0] = 0;
105 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
143 j = weight[i] >> 8;
145 weight[i] = j << 8;