Lines Matching refs:depth
50 ssize_t depth, flag_t coll_flags) in offset_is_algorithm() argument
60 if (collate_fcn(X[0], X[i], depth, coll_flags) > 0) { in offset_is_algorithm()
62 ASSERT(collate_fcn(X[0], X[i], depth, coll_flags) <= 0); in offset_is_algorithm()
72 while (collate_fcn(t, X[j - 1], depth, coll_flags) < 0) { in offset_is_algorithm()
183 rqs_algorithm(line_rec_t **X, ssize_t n, ssize_t depth, in rqs_algorithm() argument
206 offset_is_algorithm(X, n, collate_fcn, depth, coll_flags); in rqs_algorithm()
215 v = X[0]->l_collate.usp[depth]; in rqs_algorithm()
222 (p = *(X[l]->l_collate.usp + depth) - v) <= 0) { in rqs_algorithm()
233 (p = *(X[r]->l_collate.usp + depth) - v) >= 0) { in rqs_algorithm()
266 rqs_algorithm(&X[n - p], p, depth, collate_fcn, coll_flags); in rqs_algorithm()
270 rqs_algorithm(X, p, depth, collate_fcn, coll_flags); in rqs_algorithm()
278 if (X[p]->l_collate_length - 1 > depth) { in rqs_algorithm()
285 depth++; in rqs_algorithm()