Home
last modified time | relevance | path

Searched defs:initval (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/usr.sbin/nsd/
H A Dlookup3.c217 uint32_t initval) /* the previous hash, or an arbitrary value */ in hashword()
328 uint32_t hashlittle( const void *key, size_t length, uint32_t initval) in hashlittle()
/openbsd-src/usr.sbin/unbound/util/storage/
H A Dlookup3.c235 uint32_t initval) /* the previous hash, or an arbitrary value */ in hashword() argument
346 hashlittle(const void * key,size_t length,uint32_t initval) hashlittle() argument
/openbsd-src/sbin/unwind/libunbound/util/storage/
H A Dlookup3.c235 uint32_t initval) /* the previous hash, or an arbitrary value */ in hashword() argument
346 hashlittle(const void * key,size_t length,uint32_t initval) hashlittle() argument
/openbsd-src/lib/libc/stdlib/
H A Dheapsort.c71 #define CREATE(initval, nmemb, par_i, child_i, par, child, size, count, tmp) { \ argument
/openbsd-src/gnu/lib/libiberty/src/
H A Dhashtab.c877 register hashval_t initval /* the previous hash, or in iterative_hash()
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1750 TSAN_INTERCEPTOR(int, eventfd, unsigned initval, int flags) { in TSAN_INTERCEPTOR()