Home
last modified time | relevance | path

Searched refs:HASH_SHIFT (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/tools/
H A Dpage-types.c191 #define HASH_SHIFT 13 macro
192 #define HASH_SIZE (1 << HASH_SHIFT)
541 fatal("hash table full: bump up HASH_SHIFT?\n"); in hash_slot()
/third_party/ntfs-3g/libntfs-3g/
H A Dcompress.c83 #define HASH_SHIFT 14 macro
94 s16 head[1 << HASH_SHIFT];
117 return hash >> (32 - HASH_SHIFT); in ntfs_hash()

Completed in 5 milliseconds