Lines Matching refs:cnt
235 size_t cnt; in INTERNAL() local
339 ({ for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
340 if (thousands[cnt] != end[cnt]) in INTERNAL()
342 cnt < thousands_len; }) in INTERNAL()
351 && ({ for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
352 if (thousands[cnt] != end[cnt]) in INTERNAL()
354 cnt < thousands_len; }) in INTERNAL()
396 for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
397 if (thousands[cnt] != s[cnt]) in INTERNAL()
399 if (cnt == thousands_len) in INTERNAL()
444 for (cnt = 0; cnt < thousands_len; ++cnt) in INTERNAL()
445 if (thousands[cnt] != s[cnt]) in INTERNAL()
447 if (cnt == thousands_len) in INTERNAL()