Searched refs:CURRENT_AS (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 8538 #define CURRENT_AS(type) ((type *)current) macro 8569 … CMPTO(SLJIT_C_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8589 JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8605 JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8632 JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8634 CMPTO(SLJIT_C_LESS, TMP1, 0, SLJIT_IMM, max + 2, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8644 CMPTO(SLJIT_C_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8649 JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8660 JUMPTO(SLJIT_JUMP, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_iterator_backtrackingpath() 8699 CMPTO(SLJIT_C_NOT_EQUAL, STR_PTR, 0, SLJIT_IMM, 0, CURRENT_AS(iterator_backtrack)->matchingpath); in compile_ref_iterator_backtrackingpath() [all …]
|