Home
last modified time | relevance | path

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

/PHP-8.2/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2244 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
2253 if (offset != new_offset) in hardfloat_call_with_args()
2254 FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_32 | DD4(new_offset) | DM4(offset))); in hardfloat_call_with_args()
2256 new_offset++; in hardfloat_call_with_args()
2264 if (offset != new_offset) in hardfloat_call_with_args()
2265 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | DD4(new_offset) | DM4(offset))); in hardfloat_call_with_args()
2266 f32_offset = new_offset; in hardfloat_call_with_args()
2267 new_offset++; in hardfloat_call_with_args()
H A DsljitNativeARM_32.c2668 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
2677 if (offset != new_offset) in hardfloat_call_with_args()
2679 SLJIT_32, new_offset, offset, 0))); in hardfloat_call_with_args()
2681 new_offset++; in hardfloat_call_with_args()
2690 if (offset != new_offset) in hardfloat_call_with_args()
2692 0, new_offset, offset, 0))); in hardfloat_call_with_args()
2693 f32_offset = new_offset; in hardfloat_call_with_args()
2694 new_offset++; in hardfloat_call_with_args()
/PHP-8.2/ext/date/
H A Dphp_date.c2372 timelib_sll new_offset = 0; in php_date_initialize() local
2417 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2420 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2445 now->z = new_offset; in php_date_initialize()
2448 now->z = new_offset; in php_date_initialize()

Completed in 40 milliseconds