Home | History | Annotate | Download | only in utils

Lines Matching refs:nHigh

371         const int nHigh = nBits - nLow;
374 ((block.fHigh & ((1ULL << nHigh) - 1)) << nLow);