Home
last modified time | relevance | path

Searched defs:hash_fn (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/opts/
DSkChecksum_opts.h31 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t seed) { in hash_fn() function
87 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn() function
131 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn() function
176 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn() function
/external/skqp/src/opts/
DSkChecksum_opts.h31 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t seed) { in hash_fn() function
87 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn() function
131 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn() function
176 /*not static*/ inline uint32_t hash_fn(const void* vdata, size_t bytes, uint32_t hash) { in hash_fn() function
/external/libchrome/base/
Dhash.cc10 std::hash<std::string> hash_fn; in SuperFastHash() local
/external/tensorflow/tensorflow/core/kernels/
Dunique_op.cc134 auto hash_fn = [&Tin](const Eigen::Index& key) { in Compute() local
/external/e2fsprogs/lib/ext2fs/
Dtdb.c241 unsigned int (*hash_fn)(TDB_DATA *key); member
3814 tdb_hash_func hash_fn) in tdb_open_ex()