Searched defs:opMask (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp237 uint64_t opMask = ~(uint64_t)0 >> (64 - N); local
H A DAsmMatcherEmitter.cpp698 create(const MatchableInfo *mi, ClassInfo *ci, unsigned opMask) argument
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c140188 u32 opMask; /* Mask of operations to perform */ local
155857 u32 opMask; /* Acceptable operators */ member in struct:WhereScan
160100 u16 opMask = (pTerm->prereqRight & prereqLeft)==0 ? WO_ALL : WO_EQUIV; local
161256 whereScanInit( WhereScan *pScan, WhereClause *pWC, int iCur, int iColumn, u32 opMask, Index *pIdx ) argument
163764 int opMask; /* Valid operators for constraints */ local
166390 int opMask; local
[all...]

Completed in 755 milliseconds