Home
last modified time | relevance | path

Searched refs:HASHTABSIZE (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/lib/libcurses/tinfo/
Dmake_hash.c108 return (int) (sum % HASHTABSIZE); in hash_function()
122 for (i = 0; i < HASHTABSIZE; i++) { in _nc_make_hash_table()
252 HashValue *hash_table = typeCalloc(HashValue, HASHTABSIZE); in main()
421 HASHTABSIZE + 1); in main()
423 for (n = 0; n < HASHTABSIZE; n++) { in main()
DMKcaptab.sh181 return (HashValue) (sum % HASHTABSIZE);
215 {HASHTABSIZE, _nc_info_hash_table, info_hash, compare_info_names},
216 {HASHTABSIZE, _nc_cap_hash_table, tcap_hash, compare_tcap_names}
DMKuserdefs.sh115 return (HashValue) (sum % HASHTABSIZE);
125 { HASHTABSIZE, _nc_user_hash_table, info_hash, compare_info_names }
/openbsd/src/lib/libcurses/
Dhashsize.h8 #define HASHTABSIZE ( 497 * 2) macro