Lines Matching refs:count
159 ssize_t count, used; in ami_ct_s8() local
163 count = min_t(unsigned long, userCount, frameLeft) & ~1; in ami_ct_s8()
164 used = count; in ami_ct_s8()
165 if (copy_from_user(p, userPtr, count)) in ami_ct_s8()
170 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1; in ami_ct_s8()
171 used = count*2; in ami_ct_s8()
172 while (count > 0) { in ami_ct_s8()
176 count--; in ami_ct_s8()
193 ssize_t count, used; \
197 count = min_t(size_t, userCount, frameLeft) & ~1; \
198 used = count; \
199 while (count > 0) { \
204 count--; \
209 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
210 used = count*2; \
211 while (count > 0) { \
219 count--; \
245 ssize_t count, used; \
251 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
252 used = count*2; \
253 while (count > 0) { \
259 count--; \
266 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
267 used = count*4; \
268 while (count > 0) { \
279 count--; \
470 size = (write_sq.count == index ? write_sq.rear_size in AmiPlayNextFrame()
535 if (write_sq.count < minframes) { in AmiPlay()
541 if (write_sq.count <= minframes && in AmiPlay()
572 write_sq.count--; in AmiInterrupt()
589 if (write_sq.count >= minframes) in AmiInterrupt()