Home
last modified time | relevance | path

Searched refs:BMS (Results 1 – 3 of 3) sorted by relevance

/NextBSD/crypto/heimdal/lib/sqlite/
HDsqlite3.c10465 #define BMS ((int)(sizeof(Bitmask)*8)) macro
36222 if( pBlock->nEntry>=BMS ){
36223 pBlock->nEntry = BMS-1;
72172 testcase( n==BMS-1 );
72173 if( n>=BMS ){
72174 n = BMS-1;
72219 testcase( iCol==BMS );
72220 testcase( iCol==BMS-1 );
72221 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
100536 int ix[BMS]; /* Cursor assigned to each bit */
[all …]
/NextBSD/contrib/sqlite3/
HDsqlite3.c12198 #define BMS ((int)(sizeof(Bitmask)*8)) macro
83135 testcase( n==BMS-1 );
83136 if( n>=BMS ){
83137 n = BMS-1;
83184 testcase( iCol==BMS );
83185 testcase( iCol==BMS-1 );
83186 pItem->colUsed |= ((Bitmask)1)<<(iCol>=BMS ? BMS-1 : iCol);
117256 int ix[BMS]; /* Cursor assigned to each bit */
120773 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol);
120774 testcase( iCol==BMS );
[all …]
/NextBSD/sys/arm/conf/
HDmach-types276 bms ARCH_BMS BMS 259