Searched refs:offset1 (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/ext/phar/ |
H A D | pharzip.h | 200 char offset1[4]; /* offset of start of central member
|
/PHP-5.6/ext/pcre/pcrelib/ |
H A D | pcre_jit_compile.c | 8015 OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); in compile_iterator_matchingpath() 8017 OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath() 8025 OP2(SLJIT_ADD, base, offset1, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath() 8030 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_matchingpath() 8032 OP1(SLJIT_MOV, base, offset1, TMP1, 0); in compile_iterator_matchingpath() 8058 OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, 1); in compile_iterator_matchingpath() 8636 jump = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, base, offset1); in compile_iterator_backtrackingpath() 8640 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath() 8643 OP2(SLJIT_SUB, base, offset1, TMP1, 0, SLJIT_IMM, 1); in compile_iterator_backtrackingpath() 8681 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath() [all …]
|
Completed in 23 milliseconds