Home
last modified time | relevance | path

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

/PHP-7.4/ext/mbstring/
H A Dphp_unicode.c116 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash() function
129 short g = g_table[mph_hash(0, code) % g_table_size]; in mph_lookup()
135 idx = mph_hash(g, code) % table_size; in mph_lookup()

Completed in 17 milliseconds