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)
164 count = min_t(unsigned long, userCount, frameLeft);
182 ssize_t frameLeft)
187 count = min_t(unsigned long, userCount, frameLeft);
200 ssize_t frameLeft)
206 count = min_t(unsigned long, userCount, frameLeft);
217 count = min_t(unsigned long, userCount, frameLeft)>>1;
235 ssize_t frameLeft)
241 count = min_t(unsigned long, userCount, frameLeft)>>1;
255 count = min_t(unsigned long, userCount, frameLeft) & ~3;
267 ssize_t frameLeft)
273 count = min_t(unsigned long, userCount, frameLeft)>>1;
288 count = min_t(unsigned long, userCount, frameLeft)>>2;
306 ssize_t frameLeft)
310 count = frameLeft;
313 count = min_t(unsigned long, userCount, frameLeft)>>1;
328 count = min_t(unsigned long, userCount, frameLeft)>>2;
347 ssize_t frameLeft)
351 count = frameLeft;
354 count = min_t(unsigned long, userCount, frameLeft)>>1;
368 count = min_t(unsigned long, userCount, frameLeft)>>2;
387 ssize_t frameLeft)
397 usedf = frameLeft;
401 while (frameLeft) {
413 frameLeft--;
420 while (frameLeft >= 2) {
435 frameLeft -= 2;
442 *frameUsed += usedf-frameLeft;
449 ssize_t frameLeft)
457 usedf = frameLeft;
461 while (frameLeft) {
471 frameLeft--;
478 while (frameLeft >= 2) {
489 frameLeft -= 2;
496 *frameUsed += usedf-frameLeft;
503 ssize_t frameLeft)
511 usedf = frameLeft;
515 while (frameLeft) {
526 frameLeft--;
533 while (frameLeft >= 2) {
545 frameLeft -= 2;
552 *frameUsed += usedf-frameLeft;
559 ssize_t frameLeft)
567 usedf = frameLeft;
571 while (frameLeft >= 4) {
583 frameLeft -= 4;
590 while (frameLeft >= 4) {
601 frameLeft -= 4;
608 *frameUsed += usedf-frameLeft;
615 ssize_t frameLeft)
623 usedf = frameLeft;
627 while (frameLeft >= 4) {
640 frameLeft -= 4;
647 while (frameLeft >= 4) {
659 frameLeft -= 4;
666 *frameUsed += usedf-frameLeft;
673 ssize_t frameLeft)
681 usedf = frameLeft;
685 while (frameLeft >= 4) {
698 frameLeft -= 4;
705 while (frameLeft >= 4) {
717 frameLeft -= 4;
724 *frameUsed += usedf-frameLeft;
731 ssize_t frameLeft)
739 usedf = frameLeft;
743 while (frameLeft >= 4) {
756 frameLeft -= 4;
763 while (frameLeft >= 4) {
775 frameLeft -= 4;
782 *frameUsed += usedf-frameLeft;