Home
last modified time | relevance | path

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

/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2446 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
2455 if (offset != new_offset) in hardfloat_call_with_args()
2456 FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_32 | DD4(new_offset) | DM4(offset))); in hardfloat_call_with_args()
2458 new_offset++; in hardfloat_call_with_args()
2466 if (offset != new_offset) in hardfloat_call_with_args()
2467 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | DD4(new_offset) | DM4(offset))); in hardfloat_call_with_args()
2468 f32_offset = new_offset; in hardfloat_call_with_args()
2469 new_offset++; in hardfloat_call_with_args()
H A DsljitNativeARM_32.c2867 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
2876 if (offset != new_offset) in hardfloat_call_with_args()
2878 SLJIT_32, new_offset, offset, 0))); in hardfloat_call_with_args()
2880 new_offset++; in hardfloat_call_with_args()
2889 if (offset != new_offset) in hardfloat_call_with_args()
2891 0, new_offset, offset, 0))); in hardfloat_call_with_args()
2892 f32_offset = new_offset; in hardfloat_call_with_args()
2893 new_offset++; in hardfloat_call_with_args()
/PHP-8.3/ext/date/
H A Dphp_date.c2401 timelib_sll new_offset = 0; in php_date_initialize() local
2446 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2449 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2474 now->z = new_offset; in php_date_initialize()
2477 now->z = new_offset; in php_date_initialize()

Completed in 36 milliseconds