Lines Matching refs:count
160 ssize_t count, used; in ami_ct_s8() local
164 count = min_t(unsigned long, userCount, frameLeft) & ~1; in ami_ct_s8()
165 used = count; in ami_ct_s8()
166 if (copy_from_user(p, userPtr, count)) in ami_ct_s8()
171 count = min_t(unsigned long, userCount, frameLeft)>>1 & ~1; in ami_ct_s8()
172 used = count*2; in ami_ct_s8()
173 while (count > 0) { in ami_ct_s8()
177 count--; in ami_ct_s8()
194 ssize_t count, used; \
198 count = min_t(size_t, userCount, frameLeft) & ~1; \
199 used = count; \
200 while (count > 0) { \
205 count--; \
210 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
211 used = count*2; \
212 while (count > 0) { \
220 count--; \
246 ssize_t count, used; \
252 count = min_t(size_t, userCount, frameLeft)>>1 & ~1; \
253 used = count*2; \
254 while (count > 0) { \
260 count--; \
267 count = min_t(size_t, userCount, frameLeft)>>2 & ~1; \
268 used = count*4; \
269 while (count > 0) { \
280 count--; \
471 size = (write_sq.count == index ? write_sq.rear_size in AmiPlayNextFrame()
536 if (write_sq.count < minframes) { in AmiPlay()
542 if (write_sq.count <= minframes && in AmiPlay()
573 write_sq.count--; in AmiInterrupt()
590 if (write_sq.count >= minframes) in AmiInterrupt()