Searched refs:weights (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/zstd/doc/educational_decoder/ |
| H A D | zstd_decompress.c | 192 const u8 *const weights, 875 u8 weights[HUF_MAX_SYMBS]; in decode_huf_table() local 876 memset(weights, 0, sizeof(weights)); in decode_huf_table() 898 weights[i] = weight_src[i / 2] >> 4; in decode_huf_table() 900 weights[i] = weight_src[i / 2] & 0xf; in decode_huf_table() 912 HUF_init_dtable_usingweights(dtable, weights, num_symbs); in decode_huf_table() 927 *num_symbs = FSE_decompress_interleaved2(&dtable, weights, in); in fse_decode_hufweights() 1961 const u8 *const weights, in HUF_init_dtable_usingweights() argument 1973 if (weights[i] > HUF_MAX_BITS) { in HUF_init_dtable_usingweights() 1976 weight_sum += weights[i] > 0 ? (u64)1 << (weights[i] - 1) : 0; in HUF_init_dtable_usingweights() [all …]
|
| /f-stack/dpdk/examples/qos_sched/ |
| H A D | profile.cfg | 13 ; WRR weights for the 4 queues of best effort traffic class are set 76 tc 12 wrr weights = 1 1 1 1
|
| H A D | profile_ov.cfg | 59 tc 12 wrr weights = 1 1 1 1
|
| /f-stack/freebsd/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 1250 It gives the following series of weights : 1257 having collected weights of literal symbols from `0` to `4`, 1268 which describes how the series of weights is encoded. 1271 the series of weights is compressed using FSE (see below). 1275 + the series of weights uses a direct representation, 1277 + They are encoded forward, 2 weights to a byte, 1279 * e.g. the following operations could be used to read the weights: 1294 #### Finite State Entropy (FSE) compression of Huffman weights 1308 For a list of Huffman weights, the maximum accuracy log is 6 bits. 1325 #### Conversion from weights to Huffman prefix codes [all …]
|
| /f-stack/app/redis-5.0.5/tests/unit/type/ |
| H A D | zset.tcl | 579 assert_equal 4 [r zunionstore zsetc 2 zseta zsetb weights 2 3] 589 assert_equal 4 [r zunionstore zsetc 2 seta zsetb weights 2 3] 609 assert_equal 2 [r zinterstore zsetc 2 zseta zsetb weights 2 3] 618 assert_equal 2 [r zinterstore zsetc 2 seta zsetb weights 2 3] 663 r $cmd zsetinf3 2 zsetinf1 zsetinf2 weights nan nan 750 r zunionstore out 1 z weights 0
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/ |
| H A D | fman_ncsw.c | 1000 void fman_set_ports_bandwidth(struct fman_bmi_regs *bmi_rg, uint8_t *weights) in fman_set_ports_bandwidth() argument 1007 if (weights[i] > 1) { /* no need to write 1 since it is 0 */ in fman_set_ports_bandwidth() 1011 tmp |= ((weights[i] - 1) << shift); in fman_set_ports_bandwidth()
|
| H A D | fm_ncsw.c | 4487 uint8_t weights[64]; in FM_SetPortsBandwidth() local 4497 memset(weights, 0, (sizeof(uint8_t) * 64)); in FM_SetPortsBandwidth() 4536 weights[hardwarePortId] = weight; in FM_SetPortsBandwidth() 4539 fman_set_ports_bandwidth(bmi_rg, weights); in FM_SetPortsBandwidth()
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | traffic_management.rst | 170 weights. The WFQ weight of a given child node is relative to the sum of the 171 weights of all its sibling nodes that have the same priority, with 1 as the
|
| H A D | qos_framework.rst | 191 … | | Weighted Round Robin (WRR) according to predefined weights| 192 …| | | | weights. … 855 …| | | | | queue. Queues with lower weights have a higher …
|
| /f-stack/dpdk/doc/guides/tools/ |
| H A D | cryptoperf.rst | 128 A list of weights must be passed, containing the same number of items than buffer-sz, 136 Note that the weights do not have to be percentages, so using ``--imix 1,2,2`` would result
|
| /f-stack/freebsd/contrib/ncsw/inc/flib/ |
| H A D | fsl_fman.h | 747 void fman_set_ports_bandwidth(struct fman_bmi_regs *bmi_rg, uint8_t *weights);
|
| /f-stack/dpdk/doc/guides/sample_app_ug/ |
| H A D | qos_scheduler.rst | 198 tc 12 wrr weights = 1 1 1 1
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES | 413 directive in the upstream block if large weights were used and all or
|