Lines Matching refs:min

1102 sljit_u32 min;  in get_class_iterator_size()  local
1118 min = GET2(cc, 1); in get_class_iterator_size()
1122 max -= min; in get_class_iterator_size()
1140 int min, max, i; in detect_repeat() local
1151 min = 1; in detect_repeat()
1160 min++; in detect_repeat()
1163 if (min == 2) in detect_repeat()
1197 if (min == 1) in detect_repeat()
1199 min--; in detect_repeat()
1206 if (min >= 3) in detect_repeat()
1210 common->private_data_ptrs[end - common->start - LINK_SIZE + 2] = min; in detect_repeat()
2878 static void read_char_range(compiler_common *common, sljit_u32 min, sljit_u32 max, BOOL update_str_… in read_char_range() argument
2892 SLJIT_UNUSED_ARG(min); in read_char_range()
2894 SLJIT_ASSERT(min <= max); in read_char_range()
2905 if (min >= 0x10000) in read_char_range()
2929 else if (min >= 0x800 && max <= 0xffff) in read_char_range()
5464 sljit_uw c, charoffset, max = 256, min = READ_CHAR_MAX; in compile_xclass_matchingpath() local
5486 min = 0; in compile_xclass_matchingpath()
5498 if (c < min) min = c; in compile_xclass_matchingpath()
5507 if (c < min) min = c; in compile_xclass_matchingpath()
5525 if (*other_cases < min) min = *other_cases; in compile_xclass_matchingpath()
5532 min = 0; in compile_xclass_matchingpath()
5586 read_char_range(common, min, max, (cc[-1] & XCL_NOT) != 0); in compile_xclass_matchingpath()
5610 OP2(SLJIT_SUB, TMP2, 0, TMP1, 0, SLJIT_IMM, min); in compile_xclass_matchingpath()
5611 … (cc[-1] & XCL_NOT) == 0 ? backtracks : &found, CMP(SLJIT_GREATER, TMP2, 0, SLJIT_IMM, max - min)); in compile_xclass_matchingpath()
6863 int min = 0, max = 0; in compile_ref_iterator_matchingpath() local
6880 min = 0; in compile_ref_iterator_matchingpath()
6886 min = 1; in compile_ref_iterator_matchingpath()
6892 min = 0; in compile_ref_iterator_matchingpath()
6898 min = GET2(cc, 1 + IMM2_SIZE + 1); in compile_ref_iterator_matchingpath()
6909 if (min == 0) in compile_ref_iterator_matchingpath()
6952 if (min > 1 || max > 1) in compile_ref_iterator_matchingpath()
6960 if (min > 1 || max > 1) in compile_ref_iterator_matchingpath()
6965 if (min > 1) in compile_ref_iterator_matchingpath()
6966 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, label); in compile_ref_iterator_matchingpath()
6999 if (min == 0) in compile_ref_iterator_matchingpath()
7041 if (min > 1) in compile_ref_iterator_matchingpath()
7046 CMPTO(SLJIT_LESS, TMP1, 0, SLJIT_IMM, min, BACKTRACK_AS(ref_iterator_backtrack)->matchingpath); in compile_ref_iterator_matchingpath()