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

/external/chromium_org/third_party/sqlite/src/src/
H A Dwhere.c81 ** bits that will fit in a Bitmask. The VDBE cursor numbers might be
86 ** bits in the Bitmask. So, in the example above, the cursor numbers
107 Bitmask prereqRight; /* Bitmask of tables used by pExpr->pRight */
108 Bitmask prereqAll; /* Bitmask of tables referenced by pExpr */
134 Bitmask vmask; /* Bitmask identifying virtual table cursors */
152 Bitmask indexable; /* Bitmask o
[all...]
H A Dresolve.c377 pMatch->colUsed |= ((Bitmask)1)<<n;
421 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
H A DsqliteInt.h1807 typedef u64 Bitmask; typedef
1810 ** The number of bits in a Bitmask. "BMS" means "BitMask Size".
1812 #define BMS ((int)(sizeof(Bitmask)*8))
1851 Bitmask colUsed; /* Bit N (1<<N) set if column N of pTab is used */
2201 yDbMask cookieMask; /* Bitmask of schema verified databases */
H A Dtest1.c5687 static int bitmask_size = sizeof(Bitmask)*8;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c10152 typedef u64 Bitmask; typedef
10155 ** The number of bits in a Bitmask. "BMS" means "BitMask Size".
10157 #define BMS ((int)(sizeof(Bitmask)*8))
10196 Bitmask colUsed; /* Bit N (1<<N) set if column N of pTab is used */
10546 yDbMask cookieMask; /* Bitmask of schema verified databases */
12519 yDbMask btreeMask; /* Bitmask of db->aDb[] entries referenced */
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c11528 typedef u64 Bitmask; typedef
11531 ** The number of bits in a Bitmask. "BMS" means "BitMask Size".
11533 #define BMS ((int)(sizeof(Bitmask)*8))
11536 ** A bit in a Bitmask
11538 #define MASKBIT(n) (((Bitmask)1)<<(n))
11584 Bitmask colUsed; /* Bit N (1<<N) set if column N of pTab is used */
11947 yDbMask cookieMask; /* Bitmask of schema verified databases */
14206 yDbMask btreeMask; /* Bitmask of db->aDb[] entries referenced */
[all...]
/external/sqlite/dist/
H A Dsqlite3.c11528 typedef u64 Bitmask; typedef
11531 ** The number of bits in a Bitmask. "BMS" means "BitMask Size".
11533 #define BMS ((int)(sizeof(Bitmask)*8))
11536 ** A bit in a Bitmask
11538 #define MASKBIT(n) (((Bitmask)1)<<(n))
11584 Bitmask colUsed; /* Bit N (1<<N) set if column N of pTab is used */
11947 yDbMask cookieMask; /* Bitmask of schema verified databases */
14206 yDbMask btreeMask; /* Bitmask of db->aDb[] entries referenced */
[all...]

Completed in 551 milliseconds