Searched refs:FNV_OFFSET (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/contrib/elftoolchain/libelftc/
H A Dlibelftc_hash.c50 #define FNV_OFFSET 2166136261UL macro
53 #define FNV_OFFSET 14695981039346656037ULL macro
64 for (hash = FNV_OFFSET; (c = *s) != '\0'; s++) {

Completed in 97 milliseconds