Home
last modified time | relevance | path

Searched refs:MASKBIT (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dwhere.c169 return MASKBIT(i); in sqlite3WhereGetMask()
694 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
732 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
747 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
765 if( extraCols & MASKBIT(i) ){ in constructAutomaticIndex()
2687 if( x<BMS-1 ) m |= MASKBIT(x); in columnsInIndex()
3533 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()
3586 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3717 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3744 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
[all …]
H A Dexpr.c2328 mCol = MASKBIT(j); in sqlite3FindInIndex()
2334 assert( i==nExpr || colUsed!=(MASKBIT(nExpr)-1) ); in sqlite3FindInIndex()
2335 if( colUsed==(MASKBIT(nExpr)-1) ){ in sqlite3FindInIndex()
H A DsqliteInt.h2539 #define MASKBIT(n) (((Bitmask)1)<<(n)) macro
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dwhere.c239 return MASKBIT(i); in sqlite3WhereGetMask()
786 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
824 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
839 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
858 if( extraCols & MASKBIT(i) ){ in constructAutomaticIndex()
864 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
3791 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()
3849 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3998 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
4025 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
[all …]
H A Dresolve.c199 return pExTab->nCol>=BMS ? ALLBITS : MASKBIT(pExTab->nCol)-1; in sqlite3ExprColUsed()
690 pItem->colUsed = pTab->nCol>=64 ? ALLBITS : MASKBIT(pTab->nCol)-1; in sqlite3CreateColumnExpr()
H A Dexpr.c2687 mCol = MASKBIT(j); in sqlite3FindInIndex()
2693 assert( i==nExpr || colUsed!=(MASKBIT(nExpr)-1) ); in sqlite3FindInIndex()
2694 if( colUsed==(MASKBIT(nExpr)-1) ){ in sqlite3FindInIndex()
H A DsqliteInt.h1211 #define MASKBIT(n) (((Bitmask)1)<<(n)) macro
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dwhere.c215 return MASKBIT(i); in sqlite3WhereGetMask()
751 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
789 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
804 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
823 if( extraCols & MASKBIT(i) ){ in constructAutomaticIndex()
829 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
3710 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()
3761 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3909 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3936 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
[all …]
H A Dresolve.c583 pMatch->colUsed = pExTab->nCol>=BMS ? ALLBITS : MASKBIT(pExTab->nCol)-1; in lookupName()
639 pItem->colUsed = pTab->nCol>=64 ? ALLBITS : MASKBIT(pTab->nCol)-1; in sqlite3CreateColumnExpr()
H A Dexpr.c2633 mCol = MASKBIT(j); in sqlite3FindInIndex()
2639 assert( i==nExpr || colUsed!=(MASKBIT(nExpr)-1) ); in sqlite3FindInIndex()
2640 if( colUsed==(MASKBIT(nExpr)-1) ){ in sqlite3FindInIndex()
H A DsqliteInt.h1144 #define MASKBIT(n) (((Bitmask)1)<<(n)) macro
H A Dbuild.c1957 if( x<BMS-1 ) m |= MASKBIT(x); in recomputeColumnsNotIndexed()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dwhere.c219 return MASKBIT(i); in sqlite3WhereGetMask()
766 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
804 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
819 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
838 if( extraCols & MASKBIT(i) ){ in constructAutomaticIndex()
844 if( pSrc->colUsed & MASKBIT(BMS-1) ){ in constructAutomaticIndex()
3771 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()
3829 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3978 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
4005 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
[all …]
H A Dresolve.c201 return pExTab->nCol>=BMS ? ALLBITS : MASKBIT(pExTab->nCol)-1; in sqlite3ExprColUsed()
666 pItem->colUsed = pTab->nCol>=64 ? ALLBITS : MASKBIT(pTab->nCol)-1; in sqlite3CreateColumnExpr()
H A Dexpr.c2657 mCol = MASKBIT(j); in sqlite3FindInIndex()
2663 assert( i==nExpr || colUsed!=(MASKBIT(nExpr)-1) ); in sqlite3FindInIndex()
2664 if( colUsed==(MASKBIT(nExpr)-1) ){ in sqlite3FindInIndex()
H A DsqliteInt.h1180 #define MASKBIT(n) (((Bitmask)1)<<(n)) macro
H A Dbuild.c2017 if( x<BMS-1 ) m |= MASKBIT(x); in recomputeColumnsNotIndexed()
/dports/devel/cppcheck-gui/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c207 return MASKBIT(i); in sqlite3WhereGetMask()
743 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
781 if (pSrc->colUsed & MASKBIT(BMS-1)) { in constructAutomaticIndex()
796 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
814 if (extraCols & MASKBIT(i)) { in constructAutomaticIndex()
820 if (pSrc->colUsed & MASKBIT(BMS-1)) { in constructAutomaticIndex()
3683 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()
3732 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3865 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3895 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
[all …]
/dports/devel/cppcheck/cppcheck-2.6.3/test/bug-hunting/cve/CVE-2019-16168/
H A Dwhere.c207 return MASKBIT(i); in sqlite3WhereGetMask()
743 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
781 if (pSrc->colUsed & MASKBIT(BMS-1)) { in constructAutomaticIndex()
796 Bitmask cMask = iCol>=BMS ? MASKBIT(BMS-1) : MASKBIT(iCol); in constructAutomaticIndex()
814 if (extraCols & MASKBIT(i)) { in constructAutomaticIndex()
820 if (pSrc->colUsed & MASKBIT(BMS-1)) { in constructAutomaticIndex()
3683 obDone = MASKBIT(nOrderBy)-1; in wherePathSatisfiesOrderBy()
3732 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3865 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
3895 obSat |= MASKBIT(i); in wherePathSatisfiesOrderBy()
[all …]
/dports/japanese/today/ja-today-2.12_2/
H A Devent.c703 #define MASKBIT(x) (1 << (x)) macro
749 monthmap |= MASKBIT(pmon - 1); in analysis_ev_month()
754 if (monthmap == 0 || (monthmap & MASKBIT(current_month - 1)) != 0) { in analysis_ev_month()
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/isis/
H A Dprefix.c38 #define MASKBIT(offset) ((0xff << (PNBBY - (offset))) & 0xff) macro
/dports/net-mgmt/pmacct/pmacct-1.7.5/src/bgp/
H A Dbgp_prefix.c40 #define MASKBIT(offset) ((0xff << (PNBBY - (offset))) & 0xff) macro
/dports/net/quagga/quagga-1.2.4/lib/
H A Dprefix.c173 #define MASKBIT(offset) ((0xff << (PNBBY - (offset))) & 0xff) macro
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dprefix.c46 #define MASKBIT(offset) ((0xff << (PNBBY - (offset))) & 0xff) macro
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dprefix.c46 #define MASKBIT(offset) ((0xff << (PNBBY - (offset))) & 0xff) macro

1234567