Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rockit/tgi/sdk/include/
H A Drt_string_utils.h71 #define RT_HASH_SEED 131 macro
74 return *str ? func_hash_bkdr_constexpr(str + 1, last_value * RT_HASH_SEED + *str) : last_value;
79 UINT32 seed = RT_HASH_SEED; // 31 131 1313 13131 131313 etc.. in func_hash_bkdr()
83 hash = hash * RT_HASH_SEED + (*str); in func_hash_bkdr()