Lines Matching defs:expect
846 int complete, expect, count;
859 expect = 0;
876 expect++;
950 if (count != expect) {
951 fprintf(stderr, "Sentinel frame received too early! %d frames outstanding\n", expect - count);
964 } while (++count != expect);
1331 int complete, count, expect;
1338 expect = 0;
1343 expect++;
1409 if (count != expect) {
1410 fprintf(stderr, "Sentinel vblank received too early! %d waits outstanding\n", expect - count);
1420 } while (++count != expect);