Searched refs:bLimit (Results 1 – 4 of 4) sorted by relevance
734 bool bLimit = true; in ValidateNumericTemp() local737 while (n < nCount && (bLimit ? nf < nCountFmt : true) && in ValidateNumericTemp()739 if (bLimit == true) { in ValidateNumericTemp()741 bLimit = false; in ValidateNumericTemp()772 bLimit = true; in ValidateNumericTemp()773 while (n < nCount && (bLimit ? nf < nCountFmt : true) && in ValidateNumericTemp()775 if (bLimit == true) { in ValidateNumericTemp()777 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()