Lines Matching refs:frameLeft

72 			  ssize_t frameLeft);
75 ssize_t frameLeft);
78 ssize_t frameLeft);
81 ssize_t frameLeft);
84 ssize_t frameLeft);
87 ssize_t frameLeft);
90 ssize_t frameLeft);
93 ssize_t frameLeft);
96 ssize_t frameLeft);
99 ssize_t frameLeft);
102 ssize_t frameLeft);
105 ssize_t frameLeft);
108 ssize_t frameLeft);
111 ssize_t frameLeft);
156 ssize_t frameLeft) in ata_ct_law() argument
163 count = min_t(unsigned long, userCount, frameLeft); in ata_ct_law()
181 ssize_t frameLeft) in ata_ct_s8() argument
186 count = min_t(unsigned long, userCount, frameLeft); in ata_ct_s8()
199 ssize_t frameLeft) in ata_ct_u8() argument
205 count = min_t(unsigned long, userCount, frameLeft); in ata_ct_u8()
216 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_u8()
234 ssize_t frameLeft) in ata_ct_s16be() argument
240 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_s16be()
254 count = min_t(unsigned long, userCount, frameLeft) & ~3; in ata_ct_s16be()
266 ssize_t frameLeft) in ata_ct_u16be() argument
272 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_u16be()
287 count = min_t(unsigned long, userCount, frameLeft)>>2; in ata_ct_u16be()
305 ssize_t frameLeft) in ata_ct_s16le() argument
309 count = frameLeft; in ata_ct_s16le()
312 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_s16le()
327 count = min_t(unsigned long, userCount, frameLeft)>>2; in ata_ct_s16le()
346 ssize_t frameLeft) in ata_ct_u16le() argument
350 count = frameLeft; in ata_ct_u16le()
353 count = min_t(unsigned long, userCount, frameLeft)>>1; in ata_ct_u16le()
367 count = min_t(unsigned long, userCount, frameLeft)>>2; in ata_ct_u16le()
386 ssize_t frameLeft) in ata_ctx_law() argument
396 usedf = frameLeft; in ata_ctx_law()
400 while (frameLeft) { in ata_ctx_law()
412 frameLeft--; in ata_ctx_law()
419 while (frameLeft >= 2) { in ata_ctx_law()
434 frameLeft -= 2; in ata_ctx_law()
441 *frameUsed += usedf-frameLeft; in ata_ctx_law()
448 ssize_t frameLeft) in ata_ctx_s8() argument
456 usedf = frameLeft; in ata_ctx_s8()
460 while (frameLeft) { in ata_ctx_s8()
470 frameLeft--; in ata_ctx_s8()
477 while (frameLeft >= 2) { in ata_ctx_s8()
488 frameLeft -= 2; in ata_ctx_s8()
495 *frameUsed += usedf-frameLeft; in ata_ctx_s8()
502 ssize_t frameLeft) in ata_ctx_u8() argument
510 usedf = frameLeft; in ata_ctx_u8()
514 while (frameLeft) { in ata_ctx_u8()
525 frameLeft--; in ata_ctx_u8()
532 while (frameLeft >= 2) { in ata_ctx_u8()
544 frameLeft -= 2; in ata_ctx_u8()
551 *frameUsed += usedf-frameLeft; in ata_ctx_u8()
558 ssize_t frameLeft) in ata_ctx_s16be() argument
566 usedf = frameLeft; in ata_ctx_s16be()
570 while (frameLeft >= 4) { in ata_ctx_s16be()
582 frameLeft -= 4; in ata_ctx_s16be()
589 while (frameLeft >= 4) { in ata_ctx_s16be()
600 frameLeft -= 4; in ata_ctx_s16be()
607 *frameUsed += usedf-frameLeft; in ata_ctx_s16be()
614 ssize_t frameLeft) in ata_ctx_u16be() argument
622 usedf = frameLeft; in ata_ctx_u16be()
626 while (frameLeft >= 4) { in ata_ctx_u16be()
639 frameLeft -= 4; in ata_ctx_u16be()
646 while (frameLeft >= 4) { in ata_ctx_u16be()
658 frameLeft -= 4; in ata_ctx_u16be()
665 *frameUsed += usedf-frameLeft; in ata_ctx_u16be()
672 ssize_t frameLeft) in ata_ctx_s16le() argument
680 usedf = frameLeft; in ata_ctx_s16le()
684 while (frameLeft >= 4) { in ata_ctx_s16le()
697 frameLeft -= 4; in ata_ctx_s16le()
704 while (frameLeft >= 4) { in ata_ctx_s16le()
716 frameLeft -= 4; in ata_ctx_s16le()
723 *frameUsed += usedf-frameLeft; in ata_ctx_s16le()
730 ssize_t frameLeft) in ata_ctx_u16le() argument
738 usedf = frameLeft; in ata_ctx_u16le()
742 while (frameLeft >= 4) { in ata_ctx_u16le()
755 frameLeft -= 4; in ata_ctx_u16le()
762 while (frameLeft >= 4) { in ata_ctx_u16le()
774 frameLeft -= 4; in ata_ctx_u16le()
781 *frameUsed += usedf-frameLeft; in ata_ctx_u16le()