Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c643 int hash_factor = 0; in map_name_type_append() local
667 hash_factor = atoi(phf); in map_name_type_append()
668 if (hash_factor < 0) { in map_name_type_append()
674 hash_factor = 0; in map_name_type_append()
704 m->hash_factor = hash_factor; in map_name_type_append()
743 m->hash_factor = hash_factor; in map_name_type_append()
965 if (0 != m->hash_factor) { in trace_option()
966 itm_error(":%ld\n", m->hash_factor); in trace_option()
975 if (0 != m->hash_factor) { in trace_option()
976 itm_error(":%ld\n", m->hash_factor); in trace_option()
H A Ditmcomp.h87 int hash_factor; member
204 int hash_factor; member
H A Ditm_util.c539 long hash_factor; in map_table() local
552 hash_factor = ((NULL != attr) && (attr->hash_factor != 0)) ? in map_table()
553 attr->hash_factor : in map_table()
560 hash_factor = map_name_type->hash_factor; in map_table()
570 hash_factor = map_name_type->hash_factor; in map_table()
899 hash_factor, result_len, num2, in map_table()
1290 long hash_factor, in map_table_hash() argument
1327 if (100 <= hash_factor) { in map_table_hash()
1328 hash_table_num = (num2 * (hash_factor / 100.0)); in map_table_hash()
H A Ditm_comp.y524 $$->hash_factor = 0;
535 $$->hash_factor = $5;
542 $$->hash_factor = 0;