Searched refs:bLimit (Results 1 – 4 of 4) sorted by relevance
673 bool bLimit = true; in ValidateNumericTemp() local676 while (n < nCount && (!bLimit || nf < nCountFmt) && in ValidateNumericTemp()678 if (bLimit) { in ValidateNumericTemp()680 bLimit = false; in ValidateNumericTemp()711 bLimit = true; in ValidateNumericTemp()712 while (n < nCount && (!bLimit || nf < nCountFmt) && in ValidateNumericTemp()714 if (bLimit) { in ValidateNumericTemp()716 bLimit = false; in ValidateNumericTemp()
347 for (int b = 0, bLimit = buckets.length; b < bLimit; ++ b) in clear()484 for (int b = 0, bLimit = buckets.length; b < bLimit; ++ b) in rehash()
138 for (int b = 0, bLimit = mcoverage.length; b < bLimit; ++ b) in merge()
422 int32_t b, e, bLimit, eLimit, cmp; in checkBaseExtBytes() local430 bLimit=base->mappingsLength; in checkBaseExtBytes()440 if(b==bLimit) { in checkBaseExtBytes()