Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/lib/bzip2/
H A Dbzlib_huffman.c78 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() local
121 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()
/rk3399_rockchip-uboot/cmd/ddr_tool/stressapptest/
H A Dstressapptest.h42 const unsigned int weight[4]; /* Weighted frequency of this pattern. */ member
56 u32 weight; member
H A Dstressapptest.c500 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()
/rk3399_rockchip-uboot/drivers/mtd/nand/raw/
H A Dnand_base.c1649 int weight; in nand_check_erased_buf() local
1653 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()
/rk3399_rockchip-uboot/doc/
H A DREADME.efi304 light weight.
/rk3399_rockchip-uboot/lib/lzma/
H A Dlzma.txt158 overall weight of memory speed will slightly increase.