Searched refs:OVECTOR_PRIV (Results 1 - 1 of 1) sorted by relevance

/external/pcre/dist/
H A Dpcre_jit_compile.c504 #define OVECTOR_PRIV(i) (common->cbra_ptr + (i) * (sljit_sw)sizeof(sljit_sw)) macro
1752 srcw[0] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE));
1761 srcw[1] = OVECTOR_PRIV(GET2(cc, 1 + LINK_SIZE));
6884 C - Push the previous OVECTOR(i), OVECTOR(i+1) and OVECTOR_PRIV(i) to the stack.
7005 private_data_ptr = OVECTOR_PRIV(offset);
7509 cbraprivptr = OVECTOR_PRIV(offset);
8145 OP1(SLJIT_MOV, TMP1, 0, SLJIT_MEM1(SLJIT_SP), OVECTOR_PRIV(offset));

Completed in 99 milliseconds