Searched refs:braminzero (Results 1 – 1 of 1) sorted by relevance
/external/pcre/dist/ |
D | pcre_jit_compile.c | 6950 struct sljit_jump *braminzero = NULL; in compile_bracket_matchingpath() local 7053 braminzero = CMP(SLJIT_C_EQUAL, STR_PTR, 0, SLJIT_IMM, 0); in compile_bracket_matchingpath() 7068 braminzero = CMP(SLJIT_C_EQUAL, STR_PTR, 0, SLJIT_MEM1(SLJIT_SP), private_data_ptr); in compile_bracket_matchingpath() 7074 …braminzero = CMP(SLJIT_C_EQUAL, STR_PTR, 0, SLJIT_MEM1(TMP1), (BACKTRACK_AS(bracket_backtrack)->u.… in compile_bracket_matchingpath() 7437 if (braminzero != NULL) in compile_bracket_matchingpath() 7439 JUMPHERE(braminzero); in compile_bracket_matchingpath()
|