Home
last modified time | relevance | path

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

/PHP-8.2/ext/phar/
H A Dpharzip.h205 char offset1[4]; /* offset of start of central member
/PHP-8.2/ext/opcache/jit/ir/
H A Dir.c1653 uintptr_t offset1 = ctx->ir_base[insn1->op2].val.u64;
1654 return (offset1 != 0) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1659 uintptr_t offset1 = ctx->ir_base[insn1->op2].val.u64;
1662 return (offset1 == offset2) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1687 uintptr_t offset1 = ctx->ir_base[insn1->op2].val.addr; in ir_check_partial_aliasing() local
1690 return (offset1 < size2) ? IR_MUST_ALIAS : IR_NO_ALIAS; in ir_check_partial_aliasing()
1695 uintptr_t offset1 = ctx->ir_base[insn1->op2].val.addr; in ir_check_partial_aliasing() local
1698 if (offset1 == offset2) { in ir_check_partial_aliasing()
1707 if (offset1 > offset2) { in ir_check_partial_aliasing()
1708 return offset1 < offset2 + size2 ? IR_MUST_ALIAS : IR_NO_ALIAS; in ir_check_partial_aliasing()
[all …]
/PHP-8.2/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c11454 int offset1 = (private_data_ptr == 0) ? STACK(1) : private_data_ptr + SSIZE_OF(sw); in compile_iterator_matchingpath() local
11584 OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); in compile_iterator_matchingpath()
11603 OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); in compile_iterator_matchingpath()
11693 OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); in compile_iterator_matchingpath()
11735 OP1(SLJIT_MOV, base, offset1, STR_PTR, 0); in compile_iterator_matchingpath()
11805 OP1(SLJIT_MOV, base, offset1, SLJIT_IMM, max + 1); in compile_iterator_matchingpath()
12431 int offset1 = (private_data_ptr == 0) ? STACK(1) : private_data_ptr + SSIZE_OF(sw); in compile_iterator_backtrackingpath() local
12452 OP1(SLJIT_MOV, TMP2, 0, base, offset1); in compile_iterator_backtrackingpath()
12468 jump = CMP(SLJIT_LESS_EQUAL, STR_PTR, 0, base, offset1); in compile_iterator_backtrackingpath()
12490 OP1(SLJIT_MOV, TMP1, 0, base, offset1); in compile_iterator_backtrackingpath()
[all …]
/PHP-8.2/ext/fileinfo/tests/
H A Dmagic31410 #1) When offset1(ubeshort) !=0x0344:
31418 #2) When offset1(ubeshort) =0x0344:
H A Dmagic私はガラスを食べられます31410 #1) When offset1(ubeshort) !=0x0344:
31418 #2) When offset1(ubeshort) =0x0344:

Completed in 179 milliseconds