Home | History | Annotate | Download | only in lodepng

Lines Matching defs:rest

1798         unsigned num = j / 6, rest = j % 6;
1805 if(rest >= 3)
1808 uivector_push_back(&bitlen_lld_e, rest - 3);
1810 else j -= rest;