Home
last modified time | relevance | path

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

/NextBSD/contrib/elftoolchain/libelftc/
HDlibelftc_hash.c49 #define FNV_PRIME 16777619UL macro
52 #define FNV_PRIME 1099511628211ULL macro
66 hash *= FNV_PRIME; in libelftc_hash_string()