Searched refs:weights (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/usr.bin/localedef/
H A Dcollate.c105 * weights are stashed in an RB tree sorted by relative "priority".
191 * Individual characters have a sequence of weights as well.
219 static RB_HEAD(weights, weight) weights[COLL_WEIGHTS_MAX];
238 * We keep a running tally of weights.
244 * This array collects up the weights for each level.
367 RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
474 RB_INIT(&weights[i]);
623 /* save off the weights were we can find them */
727 * different weights tha
[all...]
/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_decompress.c189 /// Initialize a Huffman decoding table using the table of weights provided
192 const u8 *const weights,
235 /// Decompress two interleaved bitstreams (e.g. compressed Huffman weights)
698 static void fse_decode_hufweights(ostream_t *weights, istream_t *const in,
872 // "This is a single byte value (0-255), which describes how to decode the list of weights."
875 u8 weights[HUF_MAX_SYMBS]; local
876 memset(weights, 0, sizeof(weights));
893 // weights to a byte with the first weight taking the top four bits
895 // operations could be used to read the weights
915 fse_decode_hufweights(ostream_t *weights, istream_t *const in, int *const num_symbs) argument
1960 HUF_init_dtable_usingweights(HUF_dtable *const table, const u8 *const weights, const int num_symbs) argument
[all...]
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_ncsw.c1000 void fman_set_ports_bandwidth(struct fman_bmi_regs *bmi_rg, uint8_t *weights) argument
1007 if (weights[i] > 1) { /* no need to write 1 since it is 0 */
1011 tmp |= ((weights[i] - 1) << shift);
H A Dfm_ncsw.c4487 uint8_t weights[64]; local
4497 memset(weights, 0, (sizeof(uint8_t) * 64));
4536 weights[hardwarePortId] = weight;
4539 fman_set_ports_bandwidth(bmi_rg, weights);
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h747 void fman_set_ports_bandwidth(struct fman_bmi_regs *bmi_rg, uint8_t *weights);

Completed in 196 milliseconds