Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/expat/lib/
H A Dxmlparse.c7074 unsigned long newHash = hash(parser, table->v[i]->name); in lookup() local
7075 size_t j = newHash & newMask; in lookup()
7079 step = PROBE_STEP(newHash, newMask, newPower); in lookup()