Lines Matching refs:result
217 int result = 0; in do_compare() local
222 result = val1 > val2 ? 1 : -1; in do_compare()
232 result = weights[idx1] - weights[idx2]; in do_compare()
246 result = seq1len - seq2len; in do_compare()
253 return result; in do_compare()
292 int result = 0, rule = 0; in STRCOLL() local
349 return result; in STRCOLL()
359 result = do_compare (&seq1, &seq2, position, weights); in STRCOLL()
360 if (result != 0) in STRCOLL()
361 return result; in STRCOLL()
367 return result; in STRCOLL()