Home | History | Annotate | Download | only in lodepng

Lines Matching refs:current_length

1448   unsigned current_offset, current_length;
1514 current_length = (unsigned)(foreptr - &in[pos]);
1516 if(current_length > length)
1518 length = current_length; /*the longest length*/
1522 if(current_length >= nicematch) break;