Searched refs:first_i (Results 1 – 1 of 1) sorted by relevance
3534 intptr_t i, first_i, last_i; in HELPER() local3537 first_i = last_i = 0; in HELPER()3549 first_i = i; in HELPER()3555 first_i = first_i * 8 + ctz64(first_g); in HELPER()3557 len = last_i - first_i + (1 << esz); in HELPER()3561 swap_memmove(vd, vn + first_i, len); in HELPER()