Searched refs:PROBE_STEP (Results 1 – 1 of 1) sorted by relevance
/openbsd/lib/libexpat/lib/ |
H A D | xmlparse.c | 254 #define PROBE_STEP(hash, mask, power) \ macro 3689 step = PROBE_STEP(uriHash, mask, parser->m_nsAttsPower); in storeAtts() 7220 step = PROBE_STEP(h, mask, table->power); in lookup() 7255 step = PROBE_STEP(newHash, newMask, newPower); in lookup() 7268 step = PROBE_STEP(h, newMask, newPower); in lookup()
|