HomeSort by: relevance | last modified time | path
    Searched defs:hashword2 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/nsd/dist/
lookup3.c 256 hashword2() -- same as hashword(), but take two seeds and return two
262 void hashword2 ( function
988 /* check that hashword2 and hashword produce the same results */
991 hashword2(&len, 1, &i, &j);
993 printf("hashword2 and hashword mismatch %x %x\n",
  /src/external/bsd/unbound/dist/util/storage/
lookup3.c 278 hashword2() -- same as hashword(), but take two seeds and return two
284 void hashword2 ( function
1139 /* check that hashword2 and hashword produce the same results */
1142 hashword2(&len, 1, &i, &j);
1144 printf("hashword2 and hashword mismatch %x %x\n",
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.h 235 void hashword2( function
297 hashword2(key.v32, 2, &v.v32[0], &v.v32[1]);

Completed in 30 milliseconds