Lines Matching defs:total_len
11058 // which iteration should stop. The overall slice has length total_len, each
11064 // The return value r satisfies ((0 <= r) && (r <= total_len)).
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
11087 wuffs_base__iterate_total_advance(size_t total_len,
11090 if (total_len >= iter_len) {
11091 size_t n = total_len - iter_len;