Searched refs:__cnt (Results 1 – 2 of 2) sorted by relevance
153 size_t __cnt; \154 for (__cnt = (size_t) (size) * (size_t) (n); \155 __cnt > 0; --__cnt) \162 ((size_t) (size) * (size_t) (n) - __cnt) \177 size_t __cnt; \178 for (__cnt = (size_t) (size) * (size_t) (n); \179 __cnt > 0; --__cnt) \182 ((size_t) (size) * (size_t) (n) - __cnt) \
355 size_t __cnt = __size * __n; in fread_unlocked() local357 if (__cnt == 0) in fread_unlocked()360 for (; __cnt > 0; --__cnt) in fread_unlocked()
Completed in 6 milliseconds