Home
last modified time | relevance | path

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

/external/hyphenation/
Dhyphen.c111 HashTab *hashtab; in hnj_hash_new() local
114 hashtab = hnj_malloc (sizeof(HashTab)); in hnj_hash_new()
116 hashtab->entries[i] = NULL; in hnj_hash_new()
118 return hashtab; in hnj_hash_new()
122 hnj_hash_free (HashTab *hashtab) in hnj_hash_free() argument
128 for (e = hashtab->entries[i]; e; e = next) in hnj_hash_free()
135 hnj_free (hashtab); in hnj_hash_free()
140 hnj_hash_insert (HashTab *hashtab, const char *key, int val) in hnj_hash_insert() argument
147 e->next = hashtab->entries[i]; in hnj_hash_insert()
150 hashtab->entries[i] = e; in hnj_hash_insert()
[all …]
/external/hyphenation/patches/
D0001-Ehhance-hyphenation-dictionary-reading-from-characte.patch92 HashTab *hashtab;
109 hashtab = hnj_hash_new ();
/external/llvm/test/DebugInfo/
D2010-01-05-DbgScope.ll21 !11 = metadata !{metadata !"hashtab.c", metadata !"/usr/src/gnu/usr.bin/cc/cc_tools/../../../../con…
/external/libsepol/
DAndroid.mk19 src/hashtab.c \