Lines Matching defs:iter_advance
11059 // iteration's sub-slice has length iter_len and are placed iter_advance apart.
11061 // The iter_advance may not be larger than iter_len. The iter_advance may be
11066 // For example, if total_len = 15, iter_len = 5 and iter_advance = 3, there are
11077 // For example, if total_len = 15, iter_len = 5 and iter_advance = 5, there are
11089 size_t iter_advance) {
11092 return ((n / iter_advance) * iter_advance) + iter_advance;