Lines Matching refs:fmt_idx
758 /* fmt_idx and mod_idx designate the number of processed formats
761 if (iter->fmt_idx >= fmt_mod_blob->count_formats ||
765 iter->fmt = blob_formats[iter->fmt_idx];
772 /* Check if the format that fmt_idx designates, belongs to
775 if (iter->fmt_idx < mod->offset ||
776 iter->fmt_idx >= mod->offset + 64)
778 if (!(mod->formats & (1 << (iter->fmt_idx - mod->offset))))
787 iter->fmt_idx++;
802 * NOTE: clients should not make any assumption on mod_idx and fmt_idx values
818 tmp.fmt_idx = iter->fmt_idx;