Home
last modified time | relevance | path

Searched refs:best_begin (Results 1 – 1 of 1) sorted by relevance

/netbsd/src/sys/external/bsd/sljit/dist/regex_src/
DregexJIT.c86 sljit_sw best_begin; member
1559 …S_EQUAL, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_CURR_CHAR, 0… in compile_end_check()
1562 …JIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_CURR_CHAR, 0… in compile_end_check()
1621 …LJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), SLJIT_IMM, 0); in compile_end_check()
1978 …T_MOV, R_BEST_BEGIN, 0, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin)); in regex_compile()
2150 …LJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), SLJIT_IMM, 0); in regex_compile()
2240 …P1(SLJIT_MOV, SLJIT_MEM1(SLJIT_S1), SLJIT_OFFSETOF(struct regex_match, best_begin), SLJIT_IMM, -1); in regex_compile()
2244 …OP1(SLJIT_MOV, SLJIT_MEM1(SLJIT_S1), SLJIT_OFFSETOF(struct regex_match, best_begin), SLJIT_IMM, 0); in regex_compile()
2436 return match->best_begin; in regex_get_result()
2440 if (match->best_begin != -1) in regex_get_result()
[all …]