Lines Matching defs:last
1076 int last;
1107 if ((subcase->number - ctx->last) != 1) {
1109 "subcase %d completed out of order, last %d\n",
1110 subcase->number, ctx->last);
1112 ctx->last = subcase->number;
1116 ctx->last = subcase->number;
1218 context.last = -1;
1331 /* last data packet "should" be DATA1, not DATA0 */
1338 case 14: /* short read; try to fill the last packet */
1402 /* wait for the last one to complete */
2023 /* here, only the last packet will be short */