Searched defs:hash_func (Results  1 – 10 of 10) sorted by relevance
| /external/grpc-grpc/test/core/gpr/ | 
| D | murmur_hash_test.cc | 26 typedef uint32_t (*hash_func)(const void* key, size_t len, uint32_t seed);  typedef
  | 
| /external/rappor/client/cpp/ | 
| D | rappor_deps.h | 55   Deps(HashFunc* const hash_func, const std::string& client_secret,  in Deps()
  | 
| /external/tensorflow/tensorflow/core/data/ | 
| D | dataset_utils_test.cc | 211   auto hash_func = [hash_result](const string& str) { return hash_result; };  in TEST_P()  local 319   auto hash_func = [](const string& str) { return 0; };  in TEST_P()  local 450   auto hash_func = [](const string& str) { return 0; };  in TEST_P()  local
  | 
| D | dataset_utils.cc | 466     const string& job_name, std::function<uint64(const string&)> hash_func) {  in GetExperiments()
  | 
| /external/python/cpython3/Python/ | 
| D | hashtable.c | 316 _Py_hashtable_new_full(_Py_hashtable_hash_func hash_func,  in _Py_hashtable_new_full() 363 _Py_hashtable_new(_Py_hashtable_hash_func hash_func,  in _Py_hashtable_new()
  | 
| /external/curl/lib/ | 
| D | hash.h | 52   hash_function hash_func;  member
  | 
| /external/python/pycparser/examples/c_files/ | 
| D | hash.c | 32 static unsigned int hash_func(const char* str, unsigned int table_size)  in hash_func()  function
  | 
| /external/python/cpython3/Include/internal/ | 
| D | pycore_hashtable.h | 66     _Py_hashtable_hash_func hash_func;  member
  | 
| /external/wpa_supplicant_8/src/common/ | 
| D | dpp_crypto.c | 610 		       int *hash_func)  in dpp_parse_jws_prot_hdr() 729 	int res, hash_func = -1;  in dpp_process_signed_connector()  local
  | 
| /external/python/cpython3/Modules/ | 
| D | _tracemalloc.c | 239 hashtable_new(_Py_hashtable_hash_func hash_func,  in hashtable_new()
  |