Home
last modified time | relevance | path

Searched refs:weights (Results 1 – 25 of 92) 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/sys/contrib/zstd/programs/
H A Dlorem.c108 const int* weights, in countFreqs() argument
118 lmax = weights[len]; in countFreqs()
128 const int* weights, in init_word_distrib() argument
132 countFreqs(words, nbWords, weights, nbWeights); in init_word_distrib()
138 lmax = weights[len]; in init_word_distrib()
/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/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.negorder.d.out1 Ordering of llquantize() with some negative 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 Dhi_IN.UTF-8.src12 * Define collation weights as symbols
210 * collation weights in order
405 * 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 Del_GR.UTF-8.src12 * Define collation weights as symbols
171 * collation weights in order
327 * assignment of characters to weights
/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/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