Home
last modified time | relevance | path

Searched refs:g_hash_seed (Results 1 – 4 of 4) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/slice/
Dslice_intern.cc67 uint32_t g_hash_seed; variable
117 grpc_core::g_hash_seed); in grpc_slice_default_hash_impl()
278 const uint32_t hash = gpr_murmur_hash3(buf, len, g_hash_seed); in ManagedMemorySlice()
306 grpc_core::g_hash_seed = seed; in grpc_test_only_set_slice_hash_seed()
312 grpc_core::g_hash_seed = in grpc_slice_intern_init()
Dslice_utils.h33 extern uint32_t g_hash_seed;
170 g_hash_seed); in Hash()
Dslice_internal.h262 grpc_core::g_hash_seed); in Hash()
330 grpc_core::g_hash_seed); in grpc_slice_default_hash_internal()
/external/grpc-grpc/src/core/lib/slice/
Dslice_intern.cc59 static uint32_t g_hash_seed; variable
163 g_hash_seed); in grpc_slice_default_hash_impl()
270 g_hash_seed = seed; in grpc_test_only_set_slice_hash_seed()
276 g_hash_seed = static_cast<uint32_t>(gpr_now(GPR_CLOCK_REALTIME).tv_nsec); in grpc_slice_intern_init()