Searched refs:HASH_MULTIPLIER (Results 1 – 2 of 2) sorted by relevance
21 private static final long HASH_MULTIPLIER = 0x1fe35a7bd3579bd3L; field in PreparedDictionaryGenerator79 long h = (accumulator & hashMask) * HASH_MULTIPLIER; in generate()
86 #define HASH_MULTIPLIER 0x1E35A7BD macro114 hash = str * HASH_MULTIPLIER; in ntfs_hash()