Home
last modified time | relevance | path

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

/third_party/python/Python/
H A Dpyhash.c250 fnv(const void *src, Py_ssize_t len) in fnv() function
271 x = (Py_uhash_t) _Py_HashSecret.fnv.prefix; in fnv()
282 x ^= (Py_uhash_t) _Py_HashSecret.fnv.suffix; in fnv()
289 static PyHash_FuncDef PyHash_Func = {fnv, "fnv", 8 * SIZEOF_PY_HASH_T,
/third_party/python/Include/
H A Dpyhash.h39 * pppppppp ssssssss ........ fnv -- two Py_hash_t
46 * ppppssss ........ ........ fnv -- two Py_hash_t
62 } fnv; member
/third_party/rust/crates/serde/test_suite/tests/
H A Dtest_ser.rs4 use fnv::FnvHasher;
H A Dtest_de.rs13 use fnv::FnvHasher;
/third_party/python/
H A Dconfigure1832 --with-hash-algorithm=[fnv|siphash13|siphash24]
13165 fnv)

Completed in 23 milliseconds