Home
last modified time | relevance | path

Searched refs:hash_init (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dstrcache.c176 hash_init (&strings, 1000, str_hash_1, str_hash_2, str_hash_cmp); in strcache_init()
Ddir.c557 hash_init (&dc->dirfiles, DIRFILE_BUCKETS, in find_directory()
871 hash_init (&dir->contents->dirfiles, DIRFILE_BUCKETS, in file_impossible()
1212 hash_init (&directories, DIRECTORY_BUCKETS, in hash_init_directories()
1214 hash_init (&directory_contents, DIRECTORY_BUCKETS, in hash_init_directories()
Dvariable.c150 hash_init (&global_variable_set.table, VARIABLE_BUCKETS, in init_hash_global_variable_set()
454 hash_init (&l->set->table, PERFILE_VARIABLE_BUCKETS, in initialize_file_variables()
549 hash_init (&set->table, SMALL_SCOPE_VARIABLE_BUCKETS, in create_new_variable_set()
869 hash_init (&table, VARIABLE_BUCKETS, in target_environment()
Dhash.h60 void hash_init __P((struct hash_table *ht, unsigned long size,
Dhash.c43 hash_init (struct hash_table *ht, unsigned long size, in hash_init() function
Dfunction.c988 hash_init (&a_word_table, words, a_word_hash_1, a_word_hash_2, a_word_hash_cmp); in func_filter_filterout()
2335 hash_init (&function_table, FUNCTION_TABLE_ENTRIES * 2, in hash_init_function_table()
Dfile.c1048 hash_init (&files, 1000, file_hash_1, file_hash_2, file_hash_cmp); in init_hash_files()
Dread.c1724 hash_init (&deps, 500, dep_hash_1, dep_hash_2, dep_hash_cmp); in uniquize_deps()