Home
last modified time | relevance | path

Searched refs:HashCompileTime (Results 1 - 3 of 3) sorted by relevance

/base/telephony/cellular_call/services/utils/include/
H A Dstandardize_utils.h70 static constexpr hash_t64 HashCompileTime(char const *str, hash_t64 last_value = cellular_call_b) in HashCompileTime() function in OHOS::Telephony::StandardizeUtils
72 return *str ? HashCompileTime(str + 1, (*str ^ last_value) * cellular_call_p) : last_value; in HashCompileTime()
/base/telephony/cellular_call/services/utils/src/
H A Dmmi_code_utils.cpp29 return StandardizeUtils::HashCompileTime(p); in _hash()
H A Dcellular_call_supplement.cpp50 return StandardizeUtils::HashCompileTime(p); in _hash()

Completed in 6 milliseconds