Lines Matching defs:limit
175 #define limit r19
702 cmp dicPos, limit
711 cmp dicPos, limit
752 mov limit, PARAM_limit
761 p2_add limit, dic
1041 // if ((rem = limit - dicPos) == 0) break // return SZ_ERROR_DATA;
1042 subs cnt_R, limit, dicPos
1228 # the caller doesn't allow (dicPos >= limit) case for REP_SHORT
1229 # so we don't need the following (dicPos == limit) check here:
1230 # cmp dicPos, limit