Home
last modified time | relevance | path

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

/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c2838 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
2847 if (offset != new_offset) in hardfloat_call_with_args()
2848 FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_32 | VD4(new_offset) | VM4(offset))); in hardfloat_call_with_args()
2850 new_offset++; in hardfloat_call_with_args()
2858 if (offset != new_offset) in hardfloat_call_with_args()
2859 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | VD4(new_offset) | VM4(offset))); in hardfloat_call_with_args()
2860 f32_offset = new_offset; in hardfloat_call_with_args()
2861 new_offset++; in hardfloat_call_with_args()
H A DsljitNativeARM_32.c3270 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
3279 if (offset != new_offset) in hardfloat_call_with_args()
3281 SLJIT_32, new_offset, offset, 0))); in hardfloat_call_with_args()
3283 new_offset++; in hardfloat_call_with_args()
3292 if (offset != new_offset) in hardfloat_call_with_args()
3294 0, new_offset, offset, 0))); in hardfloat_call_with_args()
3295 f32_offset = new_offset; in hardfloat_call_with_args()
3296 new_offset++; in hardfloat_call_with_args()
/php-src/ext/date/
H A Dphp_date.c2373 timelib_sll new_offset = 0; in php_date_initialize() local
2418 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2421 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2446 now->z = new_offset; in php_date_initialize()
2449 now->z = new_offset; in php_date_initialize()

Completed in 38 milliseconds