Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/modem/
Dquectel-bg9x.c49 #define HASH_MULTIPLIER 37 in hash32() macro
55 h = (h * HASH_MULTIPLIER) + str[i]; in hash32()
Dublox-sara-r4.c2063 #define HASH_MULTIPLIER 37 macro
2070 h = (h * HASH_MULTIPLIER) + str[i]; in hash32()
Dsimcom-sim7080.c42 #define HASH_MULTIPLIER 37 in hash32() macro
47 h = (h * HASH_MULTIPLIER) + str[i]; in hash32()