HomeSort by relevance Sort by last modified time
    Searched refs:Bitmask (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
where.c 60 ** the <op> using a bitmask encoding defined by WO_xxx below. The
61 ** use of a bitmask encoding for the operator allows us to search
81 ** 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 *
    [all...]
resolve.c 365 ** this fact in the pSrcList.a[].colUsed bitmask. Column 0 causes
367 ** column number is greater than the number of bits in the bitmask
368 ** then set the high-order bit of the bitmask.
377 pMatch->colUsed |= ((Bitmask)1)<<n;
421 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
    [all...]
sqliteInt.h 217 ** bitmask tests, testcase() can be used to make sure each bit
    [all...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c 457 ** bitmask tests, testcase() can be used to make sure each bit
    [all...]

Completed in 517 milliseconds