Searched refs:aElem (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/
H A Dshell.c15341 ** aElem[]:
15343 ** iKey, the associated bit is the bit (iKey%32) of aElem[iKey/32].
15347 ** (aElem[iKey/32] & (1 << (iKey%32))) ? 1 : 0
15352 u32 aElem[1]; /* Array of 32-bit bitmasks */ member in struct:RecoverBitmap
15617 pMap->aElem[iElem] |= (((u32)1) << iBit);
15630 ret = (pMap->aElem[iElem] & (((u32)1) << iBit)) ? 1 : 0;
H A Dsqlite3.c196566 Fts3HashElem **aElem = 0; /* Array of term hash entries to scan */ local
[all...]

Completed in 600 milliseconds