Searched refs:repetitions (Results 1 – 11 of 11) sorted by relevance
280 size_t repetitions = 1; in find_and_hash_each_line() local290 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()291 column = (column + repetitions < column in find_and_hash_each_line()293 : column + repetitions); in find_and_hash_each_line()308 while (--repetitions != 0); in find_and_hash_each_line()350 size_t repetitions = 1; in find_and_hash_each_line() local360 repetitions = tabsize - column % tabsize; in find_and_hash_each_line()361 column = (column + repetitions < column in find_and_hash_each_line()363 : column + repetitions); in find_and_hash_each_line()377 while (--repetitions != 0); in find_and_hash_each_line()
1 # ordinary repetitions
1 # multiple repetitions
1 # the dreaded bounded repetitions
192 # ordinary repetitions203 # the dreaded bounded repetitions250 # multiple repetitions
1 NOTE implicit vs. explicit repetitions : 2009-02-02
1214 apr_uint64_t repetitions; in expand_rle() local1215 SVN_ERR(packed_stream_get(&repetitions, stream)); in expand_rle()1216 if (++repetitions > count) in expand_rle()1217 repetitions = count; in expand_rle()1219 for (i = 0; i < repetitions; ++i) in expand_rle()1222 count -= repetitions; in expand_rle()
515 >>45 ubelong 0 \b, infinite repetitions)517 >>45 ubelong >1 \b, %d repetitions)886 # byte code for general RLE repetitions
871 - Fixed bug in matching repetitions with a lower bound of 0.
954 55. Fix histdup=erase, where after some repetitions, we would get negative
572 # <vpa>/<hpa> capabilities, forcing curses to use repetitions of <cuu1>,