Lines Matching refs:BMS
9293 #define BMS ((int)(sizeof(Bitmask)*8)) macro
59681 testcase( n==BMS-1 );
59682 if( n>=BMS ){
59683 n = BMS-1;
59728 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
86939 int ix[BMS]; /* Cursor assigned to each bit */
89177 if( x<BMS-1 ){
90192 SQLITE_API char sqlite3_query_plan[BMS*2*40]; /* Text of the join */
90332 if( pTabList->nSrc>BMS ){
90333 sqlite3ErrorMsg(pParse, "at most %d tables in a join", BMS);
90647 if( !pWInfo->okOnePass && pTab->nCol<BMS ){