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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_x/
H A Dreps.c137 * Must be 1 << (8 * sizeof(hash_key_t) - shift) */
143 /* number of bits to shift right to map a hash_key_t to a bucket index */
152 typedef apr_uint32_t hash_key_t; typedef
260 static hash_key_t
261 hash_key_replace(hash_key_t adler32, const char c_out, const char c_in)
273 static hash_key_t
279 hash_key_t s1 = 0;
280 hash_key_t s2 = 0;
300 hash_to_index(hash_t *hash, hash_key_t adler32)
336 hash->shift = sizeof(hash_key_t) *
[all...]

Completed in 66 milliseconds