Searched refs:hash_factor (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itmcomp.h | 87 int hash_factor; member in struct:_itmc_map_name_type 204 int hash_factor; member in struct:__anon602
|
H A D | itmcomp.c | 643 int hash_factor = 0; local 667 hash_factor = atoi(phf); 668 if (hash_factor < 0) { 674 hash_factor = 0; 704 m->hash_factor = hash_factor; 743 m->hash_factor = hash_factor; 965 if (0 != m->hash_factor) { 966 itm_error(":%ld\n", m->hash_factor); [all...] |
H A D | itm_util.c | 539 long hash_factor; local 552 hash_factor = ((NULL != attr) && (attr->hash_factor != 0)) ? 553 attr->hash_factor : 560 hash_factor = map_name_type->hash_factor; 570 hash_factor = map_name_type->hash_factor; 899 hash_factor, result_len, num2, 1290 long hash_factor, 1286 map_table_hash( itmc_data_pair_t **tpp, itm_size_t num, itm_data_t *default_data, long hash_factor, long resultlen, itm_size_t num2, itm_num_t error_count) argument [all...] |
H A D | itm_comp.y | 524 $$->hash_factor = 0; 535 $$->hash_factor = $5; 542 $$->hash_factor = 0;
|
Completed in 368 milliseconds