Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditmcomp.c636 int hash_factor = 0; in map_name_type_append() local
660 hash_factor = atoi(phf); in map_name_type_append()
661 if (hash_factor < 0) { in map_name_type_append()
665 hash_factor = 0; in map_name_type_append()
693 m->hash_factor = hash_factor; in map_name_type_append()
730 m->hash_factor = hash_factor; in map_name_type_append()
952 if (0 != m->hash_factor) { in trace_option()
953 itm_error(":%ld\n", m->hash_factor); in trace_option()
962 if (0 != m->hash_factor) { in trace_option()
963 itm_error(":%ld\n", m->hash_factor); in trace_option()
H A Ditmcomp.h85 int hash_factor; member
202 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.y522 $$->hash_factor = 0;
533 $$->hash_factor = $5;
540 $$->hash_factor = 0;