Searched refs:weight (Results 1 – 6 of 6) sorted by relevance
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 ]; in BZ2_hbMakeCodeLengths() local121 weight[i+1] = (freq[i] == 0 ? 1 : freq[i]) << 8; in BZ2_hbMakeCodeLengths()129 weight[0] = 0; in BZ2_hbMakeCodeLengths()146 weight[nNodes] = ADDWEIGHTS(weight[n1], weight[n2]); in BZ2_hbMakeCodeLengths()167 j = weight[i] >> 8; in BZ2_hbMakeCodeLengths()169 weight[i] = j << 8; in BZ2_hbMakeCodeLengths()
42 const unsigned int weight[4]; /* Weighted frequency of this pattern. */ member56 u32 weight; member
500 pattern_list[k].weight = pattern_list[k].pat->weight[j / 2]; in pattern_list_init()502 weight_count += pattern_list[k].weight; in pattern_list_init()583 target -= pattern_list[i++].weight; in page_init_valid()
1649 int weight; in nand_check_erased_buf() local1653 weight = hweight8(*bitmap); in nand_check_erased_buf()1654 bitflips += BITS_PER_BYTE - weight; in nand_check_erased_buf()1660 weight = hweight32(*((u32 *)bitmap)); in nand_check_erased_buf()1661 bitflips += 32 - weight; in nand_check_erased_buf()1667 weight = hweight8(*bitmap); in nand_check_erased_buf()1668 bitflips += BITS_PER_BYTE - weight; in nand_check_erased_buf()
304 light weight.
158 overall weight of memory speed will slightly increase.