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

/freebsd-9.3-release/sys/kern/
H A Dsubr_witness.c348 static uint32_t witness_hash_djb2(const uint8_t *key, uint32_t size);
2655 witness_hash_djb2(const uint8_t *key, uint32_t size) function
2712 hash = witness_hash_djb2(key, 0) % w_hash.wh_size;
2738 hash = witness_hash_djb2(w->w_name, 0) % w_hash.wh_size;
2761 hash = witness_hash_djb2((const char*)&key,
2808 hash = witness_hash_djb2((const char*)&key,

Completed in 42 milliseconds