HomeSort by: relevance | last modified time | path
    Searched defs:regex_match (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/sljit/dist/regex_src/
regexJIT.c 76 struct regex_match struct
97 void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int length);
111 /* Current state array (loaded & stored: regex_match->current). */
113 /* Next state array (loaded & stored: regex_match->next). */
115 /* Head (loaded & stored: regex_match->head). */
121 /* 'struct regex_match*' */
127 /* Caches the regex_match->best_begin. */
1390 EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_forward), SLJIT_IMM, 0);
1559 EMIT_CMP(jump, !(compiler_common->flags & REGEX_MATCH_NON_GREEDY) ? SLJIT_LESS : SLJIT_LESS_EQUAL, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_CURR_CHAR, 0);
1562 EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_CURR_CHAR, 0)
    [all...]
regexJIT.c 76 struct regex_match struct
97 void (SLJIT_CALL *call_continue)(struct regex_match *match, const regex_char_t *input_string, int length);
111 /* Current state array (loaded & stored: regex_match->current). */
113 /* Next state array (loaded & stored: regex_match->next). */
115 /* Head (loaded & stored: regex_match->head). */
121 /* 'struct regex_match*' */
127 /* Caches the regex_match->best_begin. */
1390 EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, fast_forward), SLJIT_IMM, 0);
1559 EMIT_CMP(jump, !(compiler_common->flags & REGEX_MATCH_NON_GREEDY) ? SLJIT_LESS : SLJIT_LESS_EQUAL, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_CURR_CHAR, 0);
1562 EMIT_OP1(SLJIT_MOV, SLJIT_MEM1(R_REGEX_MATCH), SLJIT_OFFSETOF(struct regex_match, best_begin), R_CURR_CHAR, 0)
    [all...]

Completed in 76 milliseconds