Searched refs:ht (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/host-tools/make-3.81/ |
D | hash.c | 27 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 …]
|
D | hash.h | 60 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 …]
|
D | configure | 912 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 915 | --ht=*)
|
/ndk/sources/host-tools/sed-4.2.1/po/ |
D | et.po | 64 msgstr "k�sk kasutab vaid �ht aadressi"
|
/ndk/sources/host-tools/make-3.81/config/ |
D | texinfo.tex | 328 \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/sed-4.2.1/build-aux/ |
D | texinfo.tex | 388 \ifdim\ht\footlinebox > 0pt 735 % max (\topskip - \ht (first item), 0). If that height is large, 777 \dimen0 = \ht\groupbox \advance\dimen0 by \dp\groupbox 820 \dimen2 = \ht\strutbox 4862 \advance\dimen@ by -\ht\partialpage 7557 \splittopskip\ht\strutbox % top baseline for broken footnotes
|
/ndk/sources/host-tools/make-3.81/autom4te.cache/ |
D | output.0 | 912 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) 915 | --ht=*)
|