Home
last modified time | relevance | path

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

/hal_rpi_pico-3.4.0/src/rp2_common/pico_rand/
Drand.c111 static uint64_t sdbm_hash64_sram(uint64_t hash) { in sdbm_hash64_sram() argument
115 hash = (uint64_t) c + (hash << 6) + (hash << 16) - hash; in sdbm_hash64_sram()
117 return hash; in sdbm_hash64_sram()