Home
last modified time | relevance | path

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

1234

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.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/usr.bin/localedef/
H A Dcollate.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/sys/contrib/zstd/doc/educational_decoder/
H A Dzstd_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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d.out1 Ordering of llquantize() with some negative weights:
/freebsd/sys/contrib/zstd/doc/
H A Dzstd_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/share/colldef/
H A Dhy_AM.ARMSCII-8.src13 * Define collation weights as symbols
154 * collation weights in order
292 * assignment of characters to weights
H A Dsr_RS.ISO8859-5.src11 * Define collation weights as symbols
145 * collation weights in order
276 * assignment of characters to weights
H A Dcs_CZ.ISO8859-2.src15 * Define collation weights as symbols
135 * collation weights in order
252 * assignment of characters to weights
H A Dsk_SK.ISO8859-2.src15 * Define collation weights as symbols
137 * collation weights in order
256 * assignment of characters to weights
H A Dhi_IN.ISCII-DEV.src12 * Define collation weights as symbols
212 * collation weights in order
409 * assignment of characters to weights
H A Dhr_HR.ISO8859-2.src20 * Define collation weights as symbols
143 * collation weights in order
263 * assignment of characters to weights
H A Dsr_RS.ISO8859-2.src20 * Define collation weights as symbols
143 * collation weights in order
263 * assignment of characters to weights
H A Dda_DK.ISO8859-1.src32 * Define collation weights as symbols
168 * collation weights in order
301 * assignment of characters to weights
H A Dda_DK.ISO8859-15.src32 * Define collation weights as symbols
163 * collation weights in order
291 * assignment of characters to weights
H A Dnb_NO.ISO8859-1.src32 * Define collation weights as symbols
166 * collation weights in order
297 * assignment of characters to weights
H A Dnb_NO.ISO8859-15.src32 * Define collation weights as symbols
161 * collation weights in order
287 * assignment of characters to weights
H A Dnn_NO.ISO8859-1.src32 * Define collation weights as symbols
166 * collation weights in order
297 * assignment of characters to weights
H A Dnn_NO.ISO8859-15.src32 * Define collation weights as symbols
161 * collation weights in order
287 * assignment of characters to weights
H A Del_GR.ISO8859-7.src12 * Define collation weights as symbols
171 * collation weights in order
327 * assignment of characters to weights
/freebsd/share/colldef_unicode/
H A Dhy_AM.UTF-8.src12 * Define collation weights as symbols
153 * collation weights in order
291 * assignment of characters to weights
H A Dhe_IL.UTF-8.src12 * Define collation weights as symbols
146 * collation weights in order
277 * assignment of characters to weights
H A Dhi_IN.UTF-8.src12 * Define collation weights as symbols
210 * collation weights in order
405 * assignment of characters to weights
/freebsd/contrib/ntp/scripts/stats/
H A DREADME.stats150 These data determine the deviations and weights to calculate ensemble
168 weights.
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfman_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/sys/contrib/ncsw/inc/flib/
H A Dfsl_fman.h747 void fman_set_ports_bandwidth(struct fman_bmi_regs *bmi_rg, uint8_t *weights);

1234