Home
last modified time | relevance | path

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

/mipi-sys-t-3.4.0/library/include/mipi_syst/
Dinline.h228 mipi_syst_u32 hash; in mipi_syst_hash_x65599() local
230 hash = 0; in mipi_syst_hash_x65599()
236 hash = hash * 65599U + c; in mipi_syst_hash_x65599()
239 return hash; in mipi_syst_hash_x65599()
/mipi-sys-t-3.4.0/collateral/generator/
Dsyst_cgen.pl682 my $hash = 0;
686 $hash = uint ($hash * 65599 + ord($char));
689 return $hash + $offset;
/mipi-sys-t-3.4.0/library/doxygen/
DReference.md274 <td> The MIPI_SYST_HASH macro computes a 32-bit hash value for the fmt
276 The offset parameter is used to change the result in case of hash
DDoxyfile.in6 # All text after a hash (#) is considered a comment and will be ignored
/mipi-sys-t-3.4.0/library/include/
Dmipi_syst.h.in99 /* String hash macros for compile time computation of catalog ID's.