Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 25 of 65) sorted by relevance

123

/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
HDtst.negorder.d.out1 Ordering of quantize() with some negative weights:
148 Ordering of lquantize() with some negative weights:
295 Ordering of sum() with some negative weights:
322 Ordering of max() with some negative weights:
349 Ordering of min() with some negative weights:
/freebsd-13-stable/usr.bin/localedef/
HDcollate.c217 static RB_HEAD(weights, weight) weights[COLL_WEIGHTS_MAX];
365 RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
472 RB_INIT(&weights[i]); in init_collate()
1039 if (RB_FIND(weights, &weights[pass], &srch) != NULL) in add_weight()
1047 RB_INSERT(weights, &weights[pass], w); in add_weight()
1074 if ((w = RB_FIND(weights, &weights[pass], &srch)) == NULL) { in get_weight()
1155 RB_FOREACH(w, weights, &weights[i]) { in dump_collate()
/freebsd-13-stable/sys/contrib/zstd/doc/educational_decoder/
HDzstd_decompress.c192 const u8 *const weights,
698 static void fse_decode_hufweights(ostream_t *weights, istream_t *const in,
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()
907 ostream_t weight_stream = IO_make_ostream(weights, HUF_MAX_SYMBS); in decode_huf_table()
912 HUF_init_dtable_usingweights(dtable, weights, num_symbs); in decode_huf_table()
915 static void fse_decode_hufweights(ostream_t *weights, istream_t *const in, in fse_decode_hufweights() argument
927 *num_symbs = FSE_decompress_interleaved2(&dtable, weights, in); in fse_decode_hufweights()
[all …]
/freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
HDtst.negorder.d.out1 Ordering of llquantize() with some negative weights:
/freebsd-13-stable/sys/contrib/zstd/doc/
HDzstd_compression_format.md1250 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
1296 In this case, the series of Huffman weights is compressed using FSE compression.
1308 For a list of Huffman weights, the maximum accuracy log is 6 bits.
[all …]
/freebsd-13-stable/share/colldef/
HDhy_AM.UTF-8.src13 * Define collation weights as symbols
154 * collation weights in order
292 * assignment of characters to weights
HDsr_RS.ISO8859-5.src11 * Define collation weights as symbols
145 * collation weights in order
276 * assignment of characters to weights
HDcs_CZ.ISO8859-2.src15 * Define collation weights as symbols
135 * collation weights in order
252 * assignment of characters to weights
HDsk_SK.ISO8859-2.src15 * Define collation weights as symbols
137 * collation weights in order
256 * assignment of characters to weights
HDsr_RS.ISO8859-2.src20 * Define collation weights as symbols
143 * collation weights in order
263 * assignment of characters to weights
HDhi_IN.UTF-8.src12 * Define collation weights as symbols
212 * collation weights in order
409 * assignment of characters to weights
HDhr_HR.ISO8859-2.src20 * Define collation weights as symbols
143 * collation weights in order
263 * assignment of characters to weights
HDhe_IL.UTF-8.src12 * Define collation weights as symbols
145 * collation weights in order
275 * assignment of characters to weights
HDnn_NO.ISO8859-1.src32 * Define collation weights as symbols
166 * collation weights in order
297 * assignment of characters to weights
HDda_DK.ISO8859-1.src32 * Define collation weights as symbols
168 * collation weights in order
301 * assignment of characters to weights
HDda_DK.ISO8859-15.src32 * Define collation weights as symbols
163 * collation weights in order
291 * assignment of characters to weights
HDnb_NO.ISO8859-1.src32 * Define collation weights as symbols
166 * collation weights in order
297 * assignment of characters to weights
HDnn_NO.ISO8859-15.src32 * Define collation weights as symbols
161 * collation weights in order
287 * assignment of characters to weights
HDnb_NO.ISO8859-15.src32 * Define collation weights as symbols
161 * collation weights in order
287 * assignment of characters to weights
HDel_GR.UTF-8.src12 * Define collation weights as symbols
171 * collation weights in order
327 * assignment of characters to weights
HDkk_KZ.UTF-8.src12 * Define collation weights as symbols
253 * collation weights in order
491 * assignment of characters to weights
HDuk_UA.UTF-8.src13 * Define collation weights as symbols
256 * collation weights in order
496 * assignment of characters to weights
/freebsd-13-stable/contrib/ntp/scripts/stats/
HDREADME.stats150 These data determine the deviations and weights to calculate ensemble
168 weights.
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/
HDfman_ncsw.c1000 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()
/freebsd-13-stable/sys/contrib/ncsw/inc/flib/
HDfsl_fman.h747 void fman_set_ports_bandwidth(struct fman_bmi_regs *bmi_rg, uint8_t *weights);

123