Home
last modified time | relevance | path

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

/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dhash.h30 constexpr uint32_t kHashConstant = 65599; in Hash() local
34 uint32_t coefficient = kHashConstant; in Hash()
41 coefficient *= kHashConstant; in Hash()