Searched refs:weights (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/usr.bin/localedef/
H A Dcollate.c103 * weights are stashed in an RB tree sorted by relative "priority".
189 * Individual characters have a sequence of weights as well.
217 static RB_HEAD(weights, weight) weights[COLL_WEIGHTS_MAX];
236 * We keep a running tally of weights.
242 * This array collects up the weights for each level.
362 RB_GENERATE_STATIC(weights, weight, entry, weight_compare);
469 RB_INIT(&weights[i]);
618 /* save off the weights were we can find them */
722 * different weights tha
[all...]
/freebsd-11-stable/contrib/libgnuregex/
H A Dregcomp.c3418 const unsigned char *weights, *extra, *cp;
3428 weights = (const unsigned char *) _NL_CURRENT (LC_COLLATE,
3440 len = weights[idx1 & 0xffffff];
3454 if (len == weights[idx2 & 0xffffff] && (idx1 >> 24) == (idx2 >> 24))
3459 weights[(idx1 & 0xffffff) + 1 + cnt]
3460 == weights[(idx2 & 0xffffff) + 1 + cnt])
3409 const unsigned char *weights, *extra, *cp; local
H A Dregexec.c3871 const unsigned char *weights, *extra;
3924 weights = (const unsigned char *)
3935 size_t weight_len = weights[idx & 0xffffff];
3936 if (weight_len == weights[equiv_class_idx & 0xffffff]
3945 && (weights[equiv_class_idx + 1 + cnt]
3946 == weights[idx + 1 + cnt]))
3867 const unsigned char *weights, *extra; local
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dregex.c2926 const int32_t *weights;
2942 weights = (const int32_t *)
3382 const unsigned char *weights;
3394 weights = (const unsigned char *)
3424 size_t len = weights[idx2];
3427 if (weights[idx] == len)
3434 && (weights[idx + 1 + cnt]
3435 == weights[idx2 + 1 + cnt]))
6340 const int32_t *weights;
6352 weights
2913 const int32_t *weights; local
3369 const unsigned char *weights; local
6323 const int32_t *weights; local
[all...]
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dregex.c2926 const int32_t *weights;
2942 weights = (const int32_t *)
3382 const unsigned char *weights;
3394 weights = (const unsigned char *)
3424 size_t len = weights[idx2];
3427 if (weights[idx] == len)
3434 && (weights[idx + 1 + cnt]
3435 == weights[idx2 + 1 + cnt]))
6340 const int32_t *weights;
6352 weights
2913 const int32_t *weights; local
3369 const unsigned char *weights; local
6323 const int32_t *weights; local
[all...]

Completed in 126 milliseconds