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.c2683 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
2692 if (offset != new_offset) in hardfloat_call_with_args()
2693 FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_32 | VD4(new_offset) | VM4(offset))); in hardfloat_call_with_args()
2695 new_offset++; in hardfloat_call_with_args()
2703 if (offset != new_offset) in hardfloat_call_with_args()
2704 FAIL_IF(push_inst32(compiler, VMOV_F32 | 0x400000 | VD4(new_offset) | VM4(offset))); in hardfloat_call_with_args()
2705 f32_offset = new_offset; in hardfloat_call_with_args()
2706 new_offset++; in hardfloat_call_with_args()
H A DsljitNativeARM_32.c3142 sljit_u32 new_offset = SLJIT_FR0; in hardfloat_call_with_args() local
3151 if (offset != new_offset) in hardfloat_call_with_args()
3153 SLJIT_32, new_offset, offset, 0))); in hardfloat_call_with_args()
3155 new_offset++; in hardfloat_call_with_args()
3164 if (offset != new_offset) in hardfloat_call_with_args()
3166 0, new_offset, offset, 0))); in hardfloat_call_with_args()
3167 f32_offset = new_offset; in hardfloat_call_with_args()
3168 new_offset++; in hardfloat_call_with_args()
/php-src/ext/date/
H A Dphp_date.c2406 timelib_sll new_offset = 0; in php_date_initialize() local
2451 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2454 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2476 now->z = new_offset; in php_date_initialize()
2479 now->z = new_offset; in php_date_initialize()

Completed in 42 milliseconds