Home
last modified time | relevance | path

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

/PHP-7.0/ext/zip/lib/
H A Dzip_hash.c107 #define HASH_MULTIPLIER 33 in _hash_string() macro
114 value = (zip_uint16_t)(((value * HASH_MULTIPLIER) + (zip_uint8_t)*name) % size); in _hash_string()

Completed in 4 milliseconds