Lines Matching full:count
105 size_t count)
113 while (count > 0)
115 --count;
119 while (count-- > 0)
129 /* If SRC and DEST is aligned and count large enough, then copy words. */
130 if (!UNALIGNED (src, dst) && !TOO_SMALL (count))
137 while (count >= sizeof (long int) && !DETECTNULL(*aligned_src))
139 count -= sizeof (long int);
147 while (count > 0)
149 --count;
154 while (count-- > 0)