Lines Matching refs:mod_idx
758 /* fmt_idx and mod_idx designate the number of processed formats
762 iter->mod_idx >= fmt_mod_blob->count_modifiers)
769 while (iter->mod_idx < fmt_mod_blob->count_modifiers) {
770 mod = &blob_modifiers[iter->mod_idx++];
785 if (iter->mod_idx == fmt_mod_blob->count_modifiers) {
786 iter->mod_idx = 0;
790 /* Since mod_idx reset, in order for the caller to iterate over
802 * NOTE: clients should not make any assumption on mod_idx and fmt_idx values
819 tmp.mod_idx = iter->mod_idx;