Lines Matching refs:alt_max
10990 int opcode, stacksize, alt_count, alt_max; in compile_bracket_backtrackingpath() local
11041 alt_max = has_alternatives ? no_alternatives(ccbegin) : 0; in compile_bracket_backtrackingpath()
11157 alt_max = 2; in compile_bracket_backtrackingpath()
11166 if (alt_max > 4) in compile_bracket_backtrackingpath()
11169 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_bracket_backtrackingpath()
11177 if (alt_max == 4) in compile_bracket_backtrackingpath()
11306 if (alt_max > 4) in compile_bracket_backtrackingpath()
11313 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_bracket_backtrackingpath()
11319 if (alt_max == 4) in compile_bracket_backtrackingpath()
11809 int alt_count, alt_max, local_size; in compile_recurse() local
11823 alt_max = no_alternatives(cc); in compile_recurse()
11834 local_size = (alt_max > 1) ? 2 : 1; in compile_recurse()
11851 if (alt_max > 1) in compile_recurse()
11873 allocate_stack(common, (alt_max > 1 || has_accept) ? 2 : 1); in compile_recurse()
11876 if (alt_max > 1 || has_accept) in compile_recurse()
11891 …accept_exit = CMP(SLJIT_EQUAL, SLJIT_MEM1(STACK_TOP), STACK(1), SLJIT_IMM, alt_max * sizeof (sljit… in compile_recurse()
11899 if (alt_max > 1) in compile_recurse()
11904 if (alt_max > 4) in compile_recurse()
11907 next_update_addr = allocate_read_only_data(common, alt_max * sizeof(sljit_uw)); in compile_recurse()
11915 if (alt_max == 4) in compile_recurse()
11923 else if (alt_max > 4) in compile_recurse()
11930 if (alt_max == 3 && alt_count == sizeof(sljit_uw)) in compile_recurse()
11936 if (alt_max == 4) in compile_recurse()