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

  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 372 testcase( n==BMS-1 );
373 if( n>=BMS ){
374 n = BMS-1;
419 testcase( iCol==BMS );
420 testcase( iCol==BMS-1 );
421 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
    [all...]
where.c 191 int ix[BMS]; /* Cursor assigned to each bit */
    [all...]
sqliteInt.h     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 3976 milliseconds