Searched refs:maxelem (Results 1 – 1 of 1) sorted by relevance
4277 unsigned maxelem = (vl << lg2_width) >> v_esz; in HELPER() local4281 if (count >= maxelem) { in HELPER()4284 count = maxelem - count; in HELPER()4286 count = MIN(count, maxelem); in HELPER()