Home
last modified time | relevance | path

Searched refs:ht (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dhash.c27 static void hash_rehash __P((struct hash_table* ht));
43 hash_init (struct hash_table *ht, unsigned long size, in hash_init() argument
46 ht->ht_size = round_up_2 (size); in hash_init()
47 ht->ht_empty_slots = ht->ht_size; in hash_init()
48 ht->ht_vec = (void**) CALLOC (struct token *, ht->ht_size); in hash_init()
49 if (ht->ht_vec == 0) in hash_init()
52 ht->ht_size * sizeof(struct token *)); in hash_init()
56 ht->ht_capacity = ht->ht_size - (ht->ht_size / 16); /* 93.75% loading factor */ in hash_init()
57 ht->ht_fill = 0; in hash_init()
58 ht->ht_collisions = 0; in hash_init()
[all …]
Dhash.h60 void hash_init __P((struct hash_table *ht, unsigned long size,
62 void hash_load __P((struct hash_table *ht, void *item_table,
64 void **hash_find_slot __P((struct hash_table *ht, void const *key));
65 void *hash_find_item __P((struct hash_table *ht, void const *key));
66 void *hash_insert __P((struct hash_table *ht, const void *item));
67 void *hash_insert_at __P((struct hash_table *ht, const void *item, void const *slot));
68 void *hash_delete __P((struct hash_table *ht, void const *item));
69 void *hash_delete_at __P((struct hash_table *ht, void const *slot));
70 void hash_delete_items __P((struct hash_table *ht));
71 void hash_free_items __P((struct hash_table *ht));
[all …]
Dconfigure912 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
915 | --ht=*)
/ndk/sources/host-tools/make-3.81/config/
Dtexinfo.tex328 \ifdim\ht\footlinebox > 0pt
675 % max (\topskip - \ht (first item), 0). If that height is large,
717 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox
760 \dimen2 = \ht\strutbox
3896 \advance\dimen@ by -\ht\partialpage
6386 \splittopskip\ht\strutbox % top baseline for broken footnotes
/ndk/sources/host-tools/make-3.81/autom4te.cache/
Doutput.0912 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
915 | --ht=*)