Home
last modified time | relevance | path

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

/ndk/sources/host-tools/make-3.81/
Ddir.c234 ino_t ino[3]; member
236 ino_t ino; member
256 ^ ((unsigned int) key->ino[0] in directory_contents_hash_1()
257 + (unsigned int) key->ino[1] in directory_contents_hash_1()
258 + (unsigned int) key->ino[2])); in directory_contents_hash_1()
260 hash = ((unsigned int) key->dev << 4) ^ (unsigned int) key->ino; in directory_contents_hash_1()
279 ^ ~((unsigned int) key->ino[0] in directory_contents_hash_2()
280 + (unsigned int) key->ino[1] in directory_contents_hash_2()
281 + (unsigned int) key->ino[2])); in directory_contents_hash_2()
283 hash = ((unsigned int) key->dev << 4) ^ (unsigned int) ~key->ino; in directory_contents_hash_2()
[all …]