Lines Matching defs:hlmask
195788 u64 hlmask; /* Mask of snippet terms to highlight */
196286 pFragment->hlmask = mHighlite;
196366 u64 hlmask = *pHlmask; /* Local copy of initial highlight-mask */
196368 if( hlmask ){
196373 for(nLeft=0; !(hlmask & ((u64)1 << nLeft)); nLeft++);
196374 for(nRight=0; !(hlmask & ((u64)1 << (nSnippet-1-nRight))); nRight++);
196411 *pHlmask = hlmask >> nShift;
196441 u64 hlmask = pFragment->hlmask; /* Highlight-mask for snippet */
196496 pTab, pCsr->iLangid, nSnippet, &zDoc[iBegin], n, &iPos, &hlmask
196522 isHighlight = (hlmask & ((u64)1 << (iCurrent-iPos)))!=0;