Home
last modified time | relevance | path

Searched refs:offset2 (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/intl/tests/
H A Dgh13766.phpt13 var_dump($oIntlDateFormatter->parseToCalendar('America/Los_Angeles', $offset2));
/php-src/ext/phar/
H A Dpharzip.h208 char offset2[4]; member
/php-src/ext/opcache/jit/ir/
H A Dir.c1772 uintptr_t offset2 = ctx->ir_base[insn2->op2].val.u64;
1774 return (offset1 == offset2) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1779 uintptr_t offset2 = ctx->ir_base[insn2->op2].val.u64;
1781 return (offset2 != 0) ? IR_MUST_ALIAS : IR_NO_ALIAS;
1819 uintptr_t offset1, offset2; local
1829 offset2 = 0;
1831 offset2 = ctx->ir_base[off2].val.addr;
1835 if (offset1 == offset2) {
1837 } else if (offset1 < offset2) {
1838 return offset1 + ir_type_size[type1] <= offset2 ? IR_NO_ALIAS : IR_MUST_ALIAS;
[all …]

Completed in 19 milliseconds