Home | History | Annotate | Download | only in ijar

Lines Matching refs:MAX_DELTA

629   static const int MAX_DELTA = MAX_COMMENT_LENGTH + CENTRAL_DIR_LOCATOR_SIZE;
630 const u1* last_pos_to_check = in_length < MAX_DELTA
632 : bytes + (in_length - MAX_DELTA);