Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Dhash.h153 #define ISTRING_HASH_1(KEY, RESULT) do { \ macro
160 ISTRING_HASH_1 ((KEY), _result_); \
184 #define ISTRING_HASH_1(KEY, RESULT) STRING_HASH_1 ((KEY), (RESULT)) macro
Ddir.c251 ISTRING_HASH_1 (key->path_key, hash); in directory_contents_hash_1()