Lines Matching defs:iter_len
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
11062 // smaller than iter_len, in which case the sub-slices will overlap.
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
11088 size_t iter_len,
11090 if (total_len >= iter_len) {
11091 size_t n = total_len - iter_len;