Home
last modified time | relevance | path

Searched refs:file_hash_cmp (Results 1 – 2 of 2) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dfile.c56 file_hash_cmp (const void *x, const void *y) in file_hash_cmp() function
229 if (0 == file_hash_cmp (from_file, &file_key)) in rehash_file()
235 if (file_hash_cmp (from_file, &file_key)) in rehash_file()
1048 hash_init (&files, 1000, file_hash_1, file_hash_2, file_hash_cmp); in init_hash_files()
DChangeLog2109 (file_hash_1, file_hash_2, file_hash_cmp): New functions.