Lines Matching refs:fmt_idx
791 /* fmt_idx and mod_idx designate the number of processed formats
794 if (iter->fmt_idx >= fmt_mod_blob->count_formats ||
798 iter->fmt = blob_formats[iter->fmt_idx];
805 /* Check if the format that fmt_idx designates, belongs to
808 if (iter->fmt_idx < mod->offset ||
809 iter->fmt_idx >= mod->offset + 64)
811 if (!(mod->formats & (1 << (iter->fmt_idx - mod->offset))))
820 iter->fmt_idx++;
835 * NOTE: clients should not make any assumption on mod_idx and fmt_idx values
851 tmp.fmt_idx = iter->fmt_idx;