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

/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DVolume.cpp600 uint32 hashCodes[] = { TEA_HASH, YURA_HASH, R5_HASH }; local
601 int32 hashCodeCount = sizeof(hashCodes) / sizeof(uint32);
609 hash_function_t function = hash_function_for_code(hashCodes[i]);
617 foundCode = hashCodes[i];

Completed in 34 milliseconds