Searched defs:step (Results 1 - 2 of 2) sorted by relevance

/lib/lz4/
H A Dlz4_compress.c98 int step = findmatchattempts++ >> skipstrength; local
100 forwardip = ip + step;
279 int step = findmatchattempts++ >> skipstrength; local
281 forwardip = ip + step;
/lib/
H A Dvsprintf.c839 int step; local
845 step = 1;
848 step = -1;
853 step = -1;
859 step = 1;
876 index += step;

Completed in 56 milliseconds