Lines Matching refs:format
50 int format;
308 // Newer format supports variable mb_scan_index sizes
513 } else if (row->format == -1) {
514 row->format = act;
515 } else if (row->format != act) {
516 row->format = 2; // Variable
628 ctx->rows[i].format = -1;
677 int format = ctx->rows[0].format;
679 if (ctx->rows[i].format != format &&
680 ctx->rows[i].format != -1 /* not run */) {
681 format = 2;
685 switch (format) {