Home | History | Annotate | Download | only in Support

Lines Matching refs:n1

494   unsigned n1 = getActiveBits();
498 if (n1 != n2)
502 if (n1 <= APINT_BITS_PER_WORD)
506 for (int i = whichWord(n1 - 1); i >= 0; --i)
526 unsigned n1 = getActiveBits();
530 if (n1 < n2)
534 if (n2 < n1)
538 if (n1 <= APINT_BITS_PER_WORD && n2 <= APINT_BITS_PER_WORD)
542 unsigned topWord = whichWord(std::max(n1,n2)-1);