Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/msg_queue/
Dmsg_queue.cc32 #define HASH_MULTIPLIER 5381 macro
43 uint64_t hash = HASH_MULTIPLIER; in GenerateQueueKey()