Lines Matching refs:frameLeft

73 			  ssize_t frameLeft);
76 ssize_t frameLeft);
79 ssize_t frameLeft);
82 ssize_t frameLeft);
85 ssize_t frameLeft);
88 ssize_t frameLeft);
91 ssize_t frameLeft);
94 ssize_t frameLeft);
97 ssize_t frameLeft);
100 ssize_t frameLeft);
103 ssize_t frameLeft);
106 ssize_t frameLeft);
109 ssize_t frameLeft);
112 ssize_t frameLeft);
157 ssize_t frameLeft) in ata_ct_law() argument
164 count = min_t(unsigned long, userCount, frameLeft); in ata_ct_law()
182 ssize_t frameLeft) in ata_ct_s8() argument
187 count = min_t(unsigned long, userCount, frameLeft); in ata_ct_s8()
200 ssize_t frameLeft) in ata_ct_u8() argument
206 count = min_t(unsigned long, userCount, frameLeft); in ata_ct_u8()
217 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_u8()
235 ssize_t frameLeft) in ata_ct_s16be() argument
241 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_s16be()
255 count = min_t(unsigned long, userCount, frameLeft) & ~3; in ata_ct_s16be()
267 ssize_t frameLeft) in ata_ct_u16be() argument
273 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_u16be()
288 count = min_t(unsigned long, userCount, frameLeft)>>2; in ata_ct_u16be()
306 ssize_t frameLeft) in ata_ct_s16le() argument
310 count = frameLeft; in ata_ct_s16le()
313 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_s16le()
328 count = min_t(unsigned long, userCount, frameLeft)>>2; in ata_ct_s16le()
347 ssize_t frameLeft) in ata_ct_u16le() argument
351 count = frameLeft; in ata_ct_u16le()
354 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_u16le()
368 count = min_t(unsigned long, userCount, frameLeft)>>2; in ata_ct_u16le()
387 ssize_t frameLeft) in ata_ctx_law() argument
397 usedf = frameLeft; in ata_ctx_law()
401 while (frameLeft) { in ata_ctx_law()
413 frameLeft--; in ata_ctx_law()
420 while (frameLeft >= 2) { in ata_ctx_law()
435 frameLeft -= 2; in ata_ctx_law()
442 *frameUsed += usedf-frameLeft; in ata_ctx_law()
449 ssize_t frameLeft) in ata_ctx_s8() argument
457 usedf = frameLeft; in ata_ctx_s8()
461 while (frameLeft) { in ata_ctx_s8()
471 frameLeft--; in ata_ctx_s8()
478 while (frameLeft >= 2) { in ata_ctx_s8()
489 frameLeft -= 2; in ata_ctx_s8()
496 *frameUsed += usedf-frameLeft; in ata_ctx_s8()
503 ssize_t frameLeft) in ata_ctx_u8() argument
511 usedf = frameLeft; in ata_ctx_u8()
515 while (frameLeft) { in ata_ctx_u8()
526 frameLeft--; in ata_ctx_u8()
533 while (frameLeft >= 2) { in ata_ctx_u8()
545 frameLeft -= 2; in ata_ctx_u8()
552 *frameUsed += usedf-frameLeft; in ata_ctx_u8()
559 ssize_t frameLeft) in ata_ctx_s16be() argument
567 usedf = frameLeft; in ata_ctx_s16be()
571 while (frameLeft >= 4) { in ata_ctx_s16be()
583 frameLeft -= 4; in ata_ctx_s16be()
590 while (frameLeft >= 4) { in ata_ctx_s16be()
601 frameLeft -= 4; in ata_ctx_s16be()
608 *frameUsed += usedf-frameLeft; in ata_ctx_s16be()
615 ssize_t frameLeft) in ata_ctx_u16be() argument
623 usedf = frameLeft; in ata_ctx_u16be()
627 while (frameLeft >= 4) { in ata_ctx_u16be()
640 frameLeft -= 4; in ata_ctx_u16be()
647 while (frameLeft >= 4) { in ata_ctx_u16be()
659 frameLeft -= 4; in ata_ctx_u16be()
666 *frameUsed += usedf-frameLeft; in ata_ctx_u16be()
673 ssize_t frameLeft) in ata_ctx_s16le() argument
681 usedf = frameLeft; in ata_ctx_s16le()
685 while (frameLeft >= 4) { in ata_ctx_s16le()
698 frameLeft -= 4; in ata_ctx_s16le()
705 while (frameLeft >= 4) { in ata_ctx_s16le()
717 frameLeft -= 4; in ata_ctx_s16le()
724 *frameUsed += usedf-frameLeft; in ata_ctx_s16le()
731 ssize_t frameLeft) in ata_ctx_u16le() argument
739 usedf = frameLeft; in ata_ctx_u16le()
743 while (frameLeft >= 4) { in ata_ctx_u16le()
756 frameLeft -= 4; in ata_ctx_u16le()
763 while (frameLeft >= 4) { in ata_ctx_u16le()
775 frameLeft -= 4; in ata_ctx_u16le()
782 *frameUsed += usedf-frameLeft; in ata_ctx_u16le()