Lines Matching refs:loops
153 int *cmp, size_t *loops) in bsearch_common() argument
171 if (loops) in bsearch_common()
172 *loops = 0; in bsearch_common()
293 if (loops) in bsearch_common()
294 *loops = loop_count; in bsearch_common()
326 char **value, size_t *location, size_t *loops) in _bsearch_text() argument
328 return bsearch_common(buf, buf_sz, key, 1, value, location, NULL, loops); in _bsearch_text()
696 char **value, size_t *location, size_t *loops, size_t *reads) in _bsearch_file() argument
716 if (loops) in _bsearch_file()
717 *loops = 0; in _bsearch_file()
721 return _bsearch_text(bfh->cache, bfh->cache_sz, key, value, location, loops); in _bsearch_file()
744 if (loops) in _bsearch_file()
745 *loops = my_loops_total; in _bsearch_file()
781 if (loops) in _bsearch_file()
782 *loops = my_loops_total; in _bsearch_file()