Home
last modified time | relevance | path

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

/third_party/ntfs-3g/libntfs-3g/
Dcache.c77 first = cache->first_hash[h]; in inserthashindex()
83 cache->first_hash[h] = link; in inserthashindex()
112 link = cache->first_hash[hash]; in drophashindex()
122 cache->first_hash[hash] = link->next; in drophashindex()
163 link = cache->first_hash[h]; in ntfs_fetch_cache()
229 link = cache->first_hash[h]; in ntfs_enter_cache()
393 link = cache->first_hash[h]; in ntfs_invalidate_cache()
539 cache->first_hash = px; in ntfs_create_cache()
544 cache->first_hash = (struct HASH_ENTRY**)NULL; in ntfs_create_cache()
/third_party/protobuf/src/google/protobuf/stubs/
Dhash.h95 size_t first_hash = hash<First>()(key.first);
100 return first_hash * ((1 << 16) - 1) + second_hash;
/third_party/ntfs-3g/include/ntfs-3g/
Dcache.h88 struct HASH_ENTRY **first_hash; member