Home
last modified time | relevance | path

Searched refs:to_find (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/dialog/
H A Dinputstr.c390 dlg_find_index(const int *list, int limit, int to_find) in dlg_find_index() argument
394 if (to_find == list[result] in dlg_find_index()
396 || ((result < limit) && (to_find < list[result + 1]))) { in dlg_find_index()
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c355 db_pgno_t to_find, next_pgno, link_page; in __delpair() local
362 to_find = ADDR(pagep); in __delpair()
368 while (NEXT_PGNO(pagep) != to_find) { in __delpair()
384 if (item_info->pgno == to_find) { in __delpair()
/freebsd/crypto/libecc/src/arithmetic_tests/
H A Darithmetic_tests.c119 #define FIND_IN_DISPATCH_TABLE(op, to_find, type) do {\ argument
129 to_find = NULL;\
139 to_find = dt->type;\