Searched refs:weights (Results 1 – 13 of 13) sorted by relevance
68 u_char *weights; in fsort() local83 tfield[0].weights = Rascii; in fsort()85 tfield[0].weights = ascii; in fsort()87 weights = ftbl[0].weights; in fsort()113 if (binno == weights[REC_D] && in fsort()115 rd_append(weights[REC_D], in fsort()118 } else if (binno == weights[REC_D]) { in fsort()121 weights = ftbl[0].weights; in fsort()153 nelem, weights, REC_D)) in fsort()198 weights, fstack[tfiles.top+ntfiles].fp); in fsort()[all …]
132 fldtab->weights = RFtable; in main()134 fldtab->weights = Ftable; in main()136 fldtab->weights = Rascii; in main()227 fldtab->weights = gweights; in main()
148 cur_fld->weights = ascii; in setfield()168 cur_fld->weights = RFtable; in setfield()170 cur_fld->weights = Ftable; in setfield()172 cur_fld->weights = Rascii; in setfield()
125 u_char *weights; member
80 wts = ftbl->weights; in fmerge()268 wts = ftbl->weights; in order()
77 wts1 = wts = ftbl[0].weights; in append()
171 lweight = cur_fld->weights; in enterfield()
3343 const unsigned char *weights, *extra, *cp; in build_equiv_class() local3353 weights = (const unsigned char *) _NL_CURRENT (LC_COLLATE, in build_equiv_class()3366 len = weights[idx1]; in build_equiv_class()3378 if (len == weights[idx2]) in build_equiv_class()3382 weights[idx1 + 1 + cnt] == weights[idx2 + 1 + cnt]) in build_equiv_class()
3828 const unsigned char *weights, *extra; in check_node_accept_bytes() local3882 weights = (const unsigned char *) in check_node_accept_bytes()3893 size_t weight_len = weights[idx]; in check_node_accept_bytes()3894 if (weight_len == weights[equiv_class_idx]) in check_node_accept_bytes()3898 && (weights[equiv_class_idx + 1 + cnt] in check_node_accept_bytes()3899 == weights[idx + 1 + cnt])) in check_node_accept_bytes()
129 when their weights are not defined.
188 # weights of these contractions may be non-sense.
173 # weights of these contractions may be non-sense.
2195 Add weights to ExtUtils::Constant to allow sorting by expected