Home
last modified time | relevance | path

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

/PHP-5.4/ext/phar/
H A Dpharzip.h200 char offset1[4]; /* offset of start of central member
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c7973 OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); in compile_iterator_matchingpath()
7975 OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath()
7983 OP2(SLJIT_ADD, base, offset1, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath()
7988 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_matchingpath()
7990 OP1(SLJIT_MOV, base, offset1, TMP1, 0); in compile_iterator_matchingpath()
8016 OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath()
8595 jump = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, base, offset1); in compile_iterator_backtrackingpath()
8599 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
8602 OP2(SLJIT_SUB, base, offset1, TMP1, 0, SLJIT_IMM, 1); in compile_iterator_backtrackingpath()
8640 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
[all …]

Completed in 30 milliseconds