Searched defs:hraw (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c294 int hraw; /* Raw hash value of the key */ local
303 hraw = (*xHash)(pKey, nKey);
305 h = hraw & (pH->htsize-1);
341 h = hraw & (pH->htsize-1);

Completed in 44 milliseconds