HomeSort by: relevance | last modified time | path
    Searched defs:ht_size (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
hash.c 72 size_t ht_size; /* size (power of 2) */ member in struct:hashtab
73 size_t ht_mask; /* == ht_size - 1 */
103 ht->ht_size = sz;
121 n = ht->ht_size * 2;
127 for (i = 0; i < ht->ht_size; i++) {
137 ht->ht_size = ++n;
247 for (i = 0; i < ht->ht_size; i++) {
361 for (i = 0; i < ht->ht_size; i++) {
377 for (i = 0; i < ht->ht_size; i++) {
hash.c 72 size_t ht_size; /* size (power of 2) */ member in struct:hashtab
73 size_t ht_mask; /* == ht_size - 1 */
103 ht->ht_size = sz;
121 n = ht->ht_size * 2;
127 for (i = 0; i < ht->ht_size; i++) {
137 ht->ht_size = ++n;
247 for (i = 0; i < ht->ht_size; i++) {
361 for (i = 0; i < ht->ht_size; i++) {
377 for (i = 0; i < ht->ht_size; i++) {

Completed in 22 milliseconds