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

/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dft_hash.c350 int hraw; /* Raw hash value of the key */ local
359 hraw = (*xHash)(pKey, nKey);
361 h = hraw & (pH->htsize-1);
400 h = hraw & (pH->htsize-1);
H A Dfts1_hash.c313 int hraw; /* Raw hash value of the key */ local
322 hraw = (*xHash)(pKey, nKey);
324 h = hraw & (pH->htsize-1);
363 h = hraw & (pH->htsize-1);
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.c318 int hraw; /* Raw hash value of the key */ local
327 hraw = (*xHash)(pKey, nKey);
329 h = hraw & (pH->htsize-1);
368 h = hraw & (pH->htsize-1);
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_hash.c331 int hraw; /* Raw hash value of the key */ local
340 hraw = (*xHash)(pKey, nKey);
342 h = hraw & (pH->htsize-1);
377 h = hraw & (pH->htsize-1);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c118490 int hraw; /* Raw hash value of the key */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c134801 int hraw; /* Raw hash value of the key */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c134833 int hraw; /* Raw hash value of the key */ local
[all...]

Completed in 428 milliseconds