Home
last modified time | relevance | path

Searched refs:offset (Results 176 – 200 of 812) sorted by last modified time

12345678910>>...33

/php-src/Zend/
H A Dzend_opcode.c188 if (prop_info->ce == ce && p - static_members == prop_info->offset) { in zend_cleanup_internal_class_data()
H A Dzend.h364 …OLD void zend_illegal_container_offset(const zend_string *container, const zval *offset, int type);
/php-src/ext/standard/
H A Dflock_compat.c107 OVERLAPPED offset =
116 UnlockFileEx(hdl, 0, low, high, &offset);
121 0, low, high, &offset))
126 0, low, high, &offset))
/php-src/ext/sysvsem/
H A Dsysvsem.c152 sysvsem_object_handlers.offset = XtOffsetOf(sysvsem_sem, std); in PHP_MINIT_FUNCTION()
/php-src/ext/intl/timezone/
H A Dtimezone_methods.cpp225 int32_t offset, in PHP_FUNCTION() local
249 offset = (int32_t)offset_arg; in PHP_FUNCTION()
250 offsetp = &offset; in PHP_FUNCTION()
H A Dtimezone.stub.php95 public static function getEquivalentID(string $timezoneId, int $offset): string|false {} argument
/php-src/ext/intl/tests/
H A Dtimezone_getErrorCodeMessage_basic.phpt7 /* INF being an invalid offset depends on UB in float->int cast behavior. */
31 Warning: IntlTimeZone::getOffset(): error obtaining offset in %s on line %d
34 string(48) "error obtaining offset: U_ILLEGAL_ARGUMENT_ERROR"
H A Dtimezone_getOffset_error.phpt7 /* INF being an invalid offset depends on UB in float->int cast behavior. */
22 Warning: IntlTimeZone::getOffset(): error obtaining offset in %s on line %d
/php-src/ext/opcache/jit/
H A Dzend_jit_vm_helpers.c343 size_t offset = jit_extension->offset; in zend_jit_trace_counter_helper() local
348 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) -= cost; in zend_jit_trace_counter_helper()
350 if (UNEXPECTED(*(ZEND_OP_TRACE_INFO(opline, offset)->counter) <= 0)) { in zend_jit_trace_counter_helper()
351 *(ZEND_OP_TRACE_INFO(opline, offset)->counter) = ZEND_JIT_COUNTER_INIT; in zend_jit_trace_counter_helper()
592 size_t offset; local
623 offset = jit_extension->offset;
641 trace_flags = ZEND_OP_TRACE_INFO(opline, offset)->trace_flags;
861 val = OBJ_PROP(Z_OBJ_P(obj), prop_info->offset);
892 handler = (zend_vm_opcode_handler_t)ZEND_OP_TRACE_INFO(opline, offset)->call_handler;
926 offset = jit_extension->offset;
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_max_buffer_size.phpt16 function try_buffer_size($offset, $buffer_size)
39 $offset,
/php-src/ext/iconv/
H A Diconv_arginfo.h11 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
19 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 0, "0")
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_arginfo.h28 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
48 ZEND_ARG_TYPE_INFO(0, offset, IS_LONG, 0)
54 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, offset, IS_LONG, 1, "null")
/php-src/docs-old/
H A Dstreams.md34 PHPAPI int php_stream_seek(php_stream * stream, off_t offset, int whence);
/php-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeS390X.c915 sljit_s32 offset; member
1582 offset >>= 1; in sljit_generate_code()
1611 offset >>= 1; in sljit_generate_code()
1631 offset >>= 1; in sljit_generate_code()
1700 sljit_s32 offset, i, tmp; in sljit_emit_enter() local
1748 offset += SSIZE_OF(sw); in sljit_emit_enter()
1754 offset += SSIZE_OF(sw); in sljit_emit_enter()
1759 offset += SSIZE_OF(sw); in sljit_emit_enter()
1862 offset += SSIZE_OF(sw); in emit_stack_frame_release()
1868 offset += SSIZE_OF(sw); in emit_stack_frame_release()
[all …]
H A DsljitNativeX86_32.c929 offset -= SSIZE_OF(sw); in tail_call_with_args()
933 offset -= SSIZE_OF(sw); in tail_call_with_args()
937 offset -= SSIZE_OF(sw); in tail_call_with_args()
946 offset -= SSIZE_OF(sw); in tail_call_with_args()
953 offset -= SSIZE_OF(f64); in tail_call_with_args()
958 offset -= SSIZE_OF(f32); in tail_call_with_args()
990 if (offset == 0) in tail_call_with_args()
1029 offset += SSIZE_OF(sw); in tail_call_reg_arg_with_args()
1031 offset += SSIZE_OF(sw); in tail_call_reg_arg_with_args()
1033 offset += SSIZE_OF(sw); in tail_call_reg_arg_with_args()
[all …]
H A DsljitNativeX86_common.c4670 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) argument
4673 CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset));
4682 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset);
4685 if (NOT_HALFWORD(offset)) {
4686 FAIL_IF(emit_load_imm64(compiler, TMP_REG1, offset));
4696 if (offset != 0)
4697 return emit_lea_binary(compiler, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset);
H A DsljitNativeRISCV_common.c625 sljit_s32 i, tmp, offset; in sljit_emit_enter() local
663 offset -= SSIZE_OF(sw); in sljit_emit_enter()
668 offset -= SSIZE_OF(sw); in sljit_emit_enter()
675 offset -= SSIZE_OF(sw); in sljit_emit_enter()
680 offset -= SSIZE_OF(f64); in sljit_emit_enter()
768 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
773 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
780 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
872 SLJIT_ASSERT(FAST_IS_REG(base) && offset <= 0xfff && offset >= SIMM_MIN); in push_mem_inst()
995 offset = 0; in getput_arg()
[all …]
H A DsljitNativeMIPS_common.c974 offset = 0; in sljit_emit_enter()
981 offset = arg_count; in sljit_emit_enter()
993 offset = (offset >= 4) ? (offset << 2) : 0; in sljit_emit_enter()
1007 offset = -SSIZE_OF(sw); in sljit_emit_enter()
1017 offset -= SSIZE_OF(sw); in sljit_emit_enter()
1022 offset -= SSIZE_OF(sw); in sljit_emit_enter()
1029 offset -= SSIZE_OF(sw); in sljit_emit_enter()
1228 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
1233 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
1240 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
[all …]
H A DsljitNativePPC_common.c827 offset = local_size; in sljit_emit_enter()
845 offset = 0; in sljit_emit_enter()
850 offset -= SSIZE_OF(f64); in sljit_emit_enter()
855 offset -= SSIZE_OF(f64); in sljit_emit_enter()
860 offset -= SSIZE_OF(sw); in sljit_emit_enter()
866 offset -= SSIZE_OF(sw); in sljit_emit_enter()
871 offset -= SSIZE_OF(sw); in sljit_emit_enter()
952 offset = local_size; in emit_stack_frame_release()
968 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
974 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
[all …]
H A DsljitNativeARM_32.c1136 sljit_uw imm, offset; in sljit_emit_enter() local
1201 offset = 0; in sljit_emit_enter()
1207 if (offset & 0x7) in sljit_emit_enter()
1250 offset = SLJIT_FR0; in sljit_emit_enter()
1260 offset++; in sljit_emit_enter()
1272 offset++; in sljit_emit_enter()
3007 sljit_u32 offset = 0; in softfloat_call_with_args() local
3025 if (offset & 0x7) in softfloat_call_with_args()
3051 offset = ((offset - 4 * sizeof(sljit_sw)) + 0x7) & ~(sljit_u32)0x7; in softfloat_call_with_args()
3156 offset++; in hardfloat_call_with_args()
[all …]
H A DsljitNativeARM_64.c3212 CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset)); in sljit_get_local_base()
3213 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset); in sljit_get_local_base()
3218 if (offset <= 0xffffff && offset >= -0xffffff) { in sljit_get_local_base()
3220 if (offset < 0) { in sljit_get_local_base()
3221 offset = -offset; in sljit_get_local_base()
3225 if (offset <= 0xfff) in sljit_get_local_base()
3226 FAIL_IF(push_inst(compiler, ins | RD(dst_reg) | RN(SLJIT_SP) | (sljit_ins)(offset << 10))); in sljit_get_local_base()
3230 offset &= 0xfff; in sljit_get_local_base()
3231 if (offset != 0) in sljit_get_local_base()
3232 FAIL_IF(push_inst(compiler, ins | RD(dst_reg) | RN(dst_reg) | (sljit_ins)(offset << 10))); in sljit_get_local_base()
[all …]
H A DsljitNativeARM_T2_32.c1237 sljit_uw offset; in sljit_emit_enter() local
1294 offset = 0; in sljit_emit_enter()
1300 if (offset & 0x7) in sljit_emit_enter()
1347 offset = SLJIT_FR0; in sljit_emit_enter()
1357 offset++; in sljit_emit_enter()
1369 offset++; in sljit_emit_enter()
2546 sljit_u32 offset = 0; in softfloat_call_with_args() local
2564 if (offset & 0x7) in softfloat_call_with_args()
2590 offset = ((offset - 4 * sizeof(sljit_sw)) + 0x7) & ~(sljit_uw)0x7; in softfloat_call_with_args()
2696 offset++; in hardfloat_call_with_args()
[all …]
H A DsljitNativeLOONGARCH_64.c741 sljit_s32 i, tmp, offset; in sljit_emit_enter() local
772 offset -= SSIZE_OF(sw); in sljit_emit_enter()
777 offset -= SSIZE_OF(sw); in sljit_emit_enter()
783 offset -= SSIZE_OF(f64); in sljit_emit_enter()
788 offset -= SSIZE_OF(f64); in sljit_emit_enter()
864 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
869 offset -= SSIZE_OF(sw); in emit_stack_frame_release()
1043 sljit_sw offset; in getput_arg() local
1076 offset = 0; in getput_arg()
1080 offset = argw & 0xfff; in getput_arg()
[all …]
H A DsljitNativeMIPS_32.c214 sljit_u32 offset = 0; in call_with_args() local
236 *offsets_ptr = (sljit_u8)offset; in call_with_args()
240 if (offset & 0x7) { in call_with_args()
241 offset += sizeof(sljit_sw); in call_with_args()
242 *offsets_ptr = (sljit_u8)offset; in call_with_args()
248 offset += sizeof(sljit_f64); in call_with_args()
255 offset += sizeof(sljit_f32); in call_with_args()
259 offset += sizeof(sljit_sw); in call_with_args()
271 if (offset > 4 * sizeof(sljit_sw) && (!is_tail_call || offset > compiler->args_size)) { in call_with_args()
273 offset = (offset + sizeof(sljit_sw) + 15) & ~(sljit_uw)0xf; in call_with_args()
[all …]
H A DsljitLir.c779 … set_put_label(struct sljit_put_label *put_label, struct sljit_compiler *compiler, sljit_uw offset) in set_put_label() argument
783 put_label->addr = compiler->size - offset; in set_put_label()
2895 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in check_sljit_get_local_base() argument
2898 SLJIT_UNUSED_ARG(offset); in check_sljit_get_local_base()
2907 fprintf(compiler->verbose, ", #%" SLJIT_PRINT_D "d\n", offset); in check_sljit_get_local_base()
3444 …ljit_get_local_base(struct sljit_compiler *compiler, sljit_s32 dst, sljit_sw dstw, sljit_sw offset) in sljit_get_local_base() argument
3447 CHECK(check_sljit_get_local_base(compiler, dst, dstw, offset)); in sljit_get_local_base()
3449 ADJUST_LOCAL_OFFSET(SLJIT_MEM1(SLJIT_SP), offset); in sljit_get_local_base()
3453 if (offset != 0) in sljit_get_local_base()
3454 return sljit_emit_op2(compiler, SLJIT_ADD, dst, dstw, SLJIT_SP, 0, SLJIT_IMM, offset); in sljit_get_local_base()

Completed in 253 milliseconds

12345678910>>...33