Home
last modified time | relevance | path

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

/PHP-7.3/ext/zip/lib/
H A Dzip_source_seek.c61 zip_int64_t new_offset; in zip_source_seek_compute_offset() local
70 new_offset = (zip_int64_t)offset + args->offset; in zip_source_seek_compute_offset()
74 new_offset = (zip_int64_t)length + args->offset; in zip_source_seek_compute_offset()
78 new_offset = args->offset; in zip_source_seek_compute_offset()
86 if (new_offset < 0 || (zip_uint64_t)new_offset > length) { in zip_source_seek_compute_offset()
91 return new_offset; in zip_source_seek_compute_offset()
H A Dzip_source_window.c183 …zip_int64_t new_offset = zip_source_seek_compute_offset(ctx->offset - ctx->start, ctx->end - ctx->… in window_read() local
185 if (new_offset < 0) { in window_read()
189 ctx->offset = (zip_uint64_t)new_offset + ctx->start; in window_read()
H A Dzip_source_buffer.c363 …zip_int64_t new_offset = zip_source_seek_compute_offset(buffer->offset, buffer->size, data, len, e… in buffer_seek() local
365 if (new_offset < 0) { in buffer_seek()
369 buffer->offset = (zip_uint64_t)new_offset; in buffer_seek()
H A Dzip_source_win32handle.c273 LARGE_INTEGER new_offset; in _win32_read_file() local
279 if (!SetFilePointerEx(ctx->h, zero, &new_offset, FILE_CURRENT)) { in _win32_read_file()
283 new_current = new_offset.QuadPart; in _win32_read_file()
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c1988 sljit_u32 new_offset, mask; in hardfloat_call_with_args() local
1995 new_offset = 0; in hardfloat_call_with_args()
1999 new_offset++; in hardfloat_call_with_args()
2004 if (offset != new_offset) in hardfloat_call_with_args()
2005 FAIL_IF(push_inst32(compiler, VMOV_F32 | DD4((new_offset >> 1) + 1) in hardfloat_call_with_args()
2006 | ((new_offset & 0x1) ? 0x400000 : 0) | DM4((offset >> 1) + 1))); in hardfloat_call_with_args()
2011 new_offset = 0; in hardfloat_call_with_args()
2015 new_offset += 2; in hardfloat_call_with_args()
2020 if (offset != new_offset) in hardfloat_call_with_args()
2021 …FAIL_IF(push_inst32(compiler, VMOV_F32 | SLJIT_F32_OP | DD4((new_offset >> 1) + 1) | DM4((offset >… in hardfloat_call_with_args()
H A DsljitNativeARM_32.c2299 sljit_u32 new_offset, mask; in hardfloat_call_with_args() local
2306 new_offset = 0; in hardfloat_call_with_args()
2310 new_offset++; in hardfloat_call_with_args()
2315 if (offset != new_offset) in hardfloat_call_with_args()
2317 0, (new_offset >> 1) + 1, (offset >> 1) + 1, 0) | ((new_offset & 0x1) ? 0x400000 : 0))); in hardfloat_call_with_args()
2322 new_offset = 0; in hardfloat_call_with_args()
2326 new_offset += 2; in hardfloat_call_with_args()
2331 if (offset != new_offset) in hardfloat_call_with_args()
2332 …FAIL_IF(push_inst(compiler, EMIT_FPU_OPERATION(VMOV_F32, SLJIT_F32_OP, (new_offset >> 1) + 1, (off… in hardfloat_call_with_args()
/PHP-7.3/ext/date/
H A Dphp_date.c2659 timelib_sll new_offset = 0; in php_date_initialize() local
2696 new_offset = tzobj->tzi.utc_offset; in php_date_initialize()
2699 new_offset = tzobj->tzi.z.utc_offset; in php_date_initialize()
2718 now->z = new_offset; in php_date_initialize()
2721 now->z = new_offset; in php_date_initialize()

Completed in 41 milliseconds