Home
last modified time | relevance | path

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

/php-src/ext/mbstring/
H A Dphp_unicode.c91 static inline unsigned mph_hash(unsigned d, unsigned x) { in mph_hash() function
104 short g = g_table[mph_hash(0, code) % g_table_size]; in mph_lookup()
110 idx = mph_hash(g, code) % table_size; in mph_lookup()

Completed in 8 milliseconds