Lines Matching defs:weight
78 while (weight[tmp] < weight[heap[zz >> 1]]) { \
93 weight[heap[yy+1]] < weight[heap[yy]]) \
95 if (weight[tmp] < weight[heap[yy]]) break; \
117 Int32 weight [ BZ_MAX_ALPHA_SIZE * 2 ];
121 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8;
129 weight[0] = 0;
146 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]);
167 j = weight[i] >> 8;
169 weight[i] = j << 8;