Home
last modified time | relevance | path

Searched refs:arg_types (Results 1 – 21 of 21) sorted by relevance

/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_data.c34 mf_data->arg_types = NULL; in msgformat_data_init()
56 if (mf_data->arg_types) { in msgformat_data_free()
57 zend_hash_destroy(mf_data->arg_types); in msgformat_data_free()
58 efree(mf_data->arg_types); in msgformat_data_free()
59 mf_data->arg_types = NULL; in msgformat_data_free()
H A Dmsgformat_attr.c97 if (mfo->mf_data.arg_types) { in PHP_FUNCTION()
98 zend_hash_destroy(mfo->mf_data.arg_types); in PHP_FUNCTION()
99 efree(mfo->mf_data.arg_types); in PHP_FUNCTION()
100 mfo->mf_data.arg_types = NULL; in PHP_FUNCTION()
H A Dmsgformat_data.h32 HashTable* arg_types; member
H A Dmsgformat_helpers.cpp99 if (mfo->mf_data.arg_types) { in umsg_get_numeric_types()
101 return mfo->mf_data.arg_types; in umsg_get_numeric_types()
124 mfo->mf_data.arg_types = ret; in umsg_get_numeric_types()
144 if (mfo->mf_data.arg_types) { in umsg_parse_format()
146 return mfo->mf_data.arg_types; in umsg_parse_format()
279 mfo->mf_data.arg_types = ret; in umsg_parse_format()
/PHP-8.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c283 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
290 while (arg_types) { in sljit_emit_enter()
302 types = arg_types; in sljit_emit_enter()
378 while (arg_types) { in sljit_emit_enter()
501 while (arg_types) { in sljit_set_context()
634 while (arg_types) { in call_get_stack_size()
682 while (arg_types) { in call_with_args()
759 while (arg_types != 0) { in tail_call_with_args()
971 while (arg_types) { in tail_call_reg_arg_with_args()
997 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_32.c80 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
84 while (arg_types) { in call_with_args()
85 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
88 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
114 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
196 sljit_s32 arg_types) in sljit_emit_call() argument
203 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
211 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_call()
252 sljit_s32 arg_types, in sljit_emit_icall() argument
259 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_64.c162 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
164 while (arg_types) { in call_with_args()
165 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
167 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
179 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
226 sljit_s32 arg_types) in sljit_emit_call() argument
232 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
242 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
268 sljit_s32 arg_types, in sljit_emit_icall() argument
274 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeX86_64.c393 arg_types = 0; in sljit_emit_enter()
436 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
438 while (arg_types > 0) { in sljit_emit_enter()
489 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
712 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
714 while (arg_types) { in call_with_args()
717 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
747 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
749 while (arg_types) { in call_with_args()
813 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeSPARC_32.c141 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
155 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
157 while (arg_types) { in call_with_args()
158 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
160 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
182 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
191 arg_types = types; in call_with_args()
193 while (arg_types) { in call_with_args()
194 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
215 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
H A DsljitLir.c1109 if (arg_types) { in check_sljit_emit_enter()
1115 if (arg_types) in check_sljit_emit_enter()
1166 if (arg_types) { in check_sljit_set_context()
1172 if (arg_types) in check_sljit_set_context()
1795 sljit_s32 arg_types) in check_sljit_emit_call() argument
1820 if (arg_types) { in check_sljit_emit_call()
1825 if (arg_types) in check_sljit_emit_call()
1908 sljit_s32 arg_types, in check_sljit_emit_icall() argument
1934 if (arg_types) { in check_sljit_emit_icall()
1939 if (arg_types) in check_sljit_emit_icall()
[all …]
H A DsljitNativeARM_T2_32.c1192 arg_types = 0; in sljit_emit_enter()
1194 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1203 while (arg_types) { in sljit_emit_enter()
1248 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1257 while (arg_types) { in sljit_emit_enter()
2320 arg_types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
2322 while (arg_types) { in softfloat_call_with_args()
2450 arg_types >>= SLJIT_ARG_SHIFT; in hardfloat_call_with_args()
2452 while (arg_types) { in hardfloat_call_with_args()
2483 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeARM_32.c1120 arg_types = 0; in sljit_emit_enter()
1122 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1131 while (arg_types) { in sljit_emit_enter()
1172 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1181 while (arg_types) { in sljit_emit_enter()
1210 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2743 arg_types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
2745 while (arg_types) { in softfloat_call_with_args()
2873 while (arg_types) { in hardfloat_call_with_args()
2909 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeSPARC_common.c534 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
536 types = arg_types; in sljit_emit_enter()
571 while (arg_types) { in sljit_emit_enter()
572 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
599 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
614 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1499 sljit_s32 arg_types) in sljit_emit_call() argument
1502 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1504 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1551 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativePPC_64.c502 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
512 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
514 while (arg_types) { in call_with_args()
515 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
517 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
533 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
H A DsljitNativeARM_64.c1061 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1065 while (arg_types) { in sljit_emit_enter()
1066 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
1067 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1073 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1981 sljit_s32 arg_types) in sljit_emit_call() argument
1983 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
1985 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2059 sljit_s32 arg_types, in sljit_emit_icall() argument
2062 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativePPC_common.c832 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
835 while (arg_types > 0) { in sljit_emit_enter()
836 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
839 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
850 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
861 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2325 sljit_s32 arg_types) in sljit_emit_call() argument
2328 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2332 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2390 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitLir.h727 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
744 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
1434 … sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types);
1482 …t_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, …
H A DsljitNativeRISCV_common.c673 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
677 while (arg_types > 0) { in sljit_emit_enter()
678 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
679 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
686 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2377 sljit_s32 arg_types) in sljit_emit_call() argument
2379 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
2381 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2530 sljit_s32 arg_types, in sljit_emit_icall() argument
2533 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativeS390X.c1675 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
1749 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1752 while (arg_types > 0) { in sljit_emit_enter()
1753 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
1754 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1761 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
3420 sljit_s32 arg_types) in sljit_emit_call() argument
3422 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
3424 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
3459 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeMIPS_common.c801 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
831 tmp = arg_types >> SLJIT_ARG_SHIFT; in sljit_emit_enter()
900 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
912 while (arg_types) { in sljit_emit_enter()
913 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
943 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
958 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
963 while (arg_types) { in sljit_emit_enter()
965 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
983 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
[all …]
/PHP-8.3/ext/ffi/
H A Dffi.c916 ffi_type *arg_types[0]; member
929 efree(callback_data->arg_types[i]); in zend_ffi_callback_hash_dtor()
1038 if (!callback_data->arg_types[n]) { in zend_ffi_create_callback()
1042 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1057 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1075 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
2744 ffi_type **arg_types = NULL; in ZEND_FUNCTION() local
2761 arg_types = do_alloca( in ZEND_FUNCTION()
2806 arg_types = do_alloca( in ZEND_FUNCTION()
2844 efree(arg_types[n]); in ZEND_FUNCTION()
[all …]

Completed in 285 milliseconds