Home
last modified time | relevance | path

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

/php-src/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-src/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c334 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
341 while (arg_types) { in sljit_emit_enter()
353 types = arg_types; in sljit_emit_enter()
429 while (arg_types) { in sljit_emit_enter()
552 while (arg_types) { in sljit_set_context()
679 while (arg_types) { in call_get_stack_size()
727 while (arg_types) { in call_with_args()
804 while (arg_types != 0) { in tail_call_with_args()
1010 while (arg_types) { in tail_call_reg_arg_with_args()
1036 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_64.c230 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
232 while (arg_types) { in call_with_args()
233 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
235 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
247 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
294 sljit_s32 arg_types) in sljit_emit_call() argument
300 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
310 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
336 sljit_s32 arg_types, in sljit_emit_icall() argument
342 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeX86_64.c476 arg_types = 0; in sljit_emit_enter()
519 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
521 while (arg_types > 0) { in sljit_emit_enter()
572 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
780 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
782 while (arg_types) { in call_with_args()
785 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
815 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
817 while (arg_types) { in call_with_args()
881 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_32.c230 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
234 while (arg_types) { in call_with_args()
235 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
238 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
264 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
354 sljit_s32 arg_types) in sljit_emit_call() argument
361 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
369 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins, &extra_space)); in sljit_emit_call()
410 sljit_s32 arg_types, in sljit_emit_icall() argument
417 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitLir.c1284 if (arg_types) { in check_sljit_emit_enter()
1290 if (arg_types) in check_sljit_emit_enter()
1292 } while (arg_types); in check_sljit_emit_enter()
1347 if (arg_types) { in check_sljit_set_context()
1353 if (arg_types) in check_sljit_set_context()
2224 sljit_s32 arg_types) in check_sljit_emit_call() argument
2249 if (arg_types) { in check_sljit_emit_call()
2254 if (arg_types) in check_sljit_emit_call()
2336 sljit_s32 arg_types, in check_sljit_emit_icall() argument
2362 if (arg_types) { in check_sljit_emit_icall()
[all …]
H A DsljitNativeARM_T2_32.c1424 arg_types = 0; in sljit_emit_enter()
1426 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1435 while (arg_types) { in sljit_emit_enter()
1480 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1489 while (arg_types) { in sljit_emit_enter()
2712 arg_types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
2714 while (arg_types) { in softfloat_call_with_args()
2842 arg_types >>= SLJIT_ARG_SHIFT; in hardfloat_call_with_args()
2844 while (arg_types) { in hardfloat_call_with_args()
2875 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeARM_32.c1288 arg_types = 0; in sljit_emit_enter()
1290 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1299 while (arg_types) { in sljit_emit_enter()
1340 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1349 while (arg_types) { in sljit_emit_enter()
3146 arg_types >>= SLJIT_ARG_SHIFT; in softfloat_call_with_args()
3148 while (arg_types) { in softfloat_call_with_args()
3274 arg_types >>= SLJIT_ARG_SHIFT; in hardfloat_call_with_args()
3276 while (arg_types) { in hardfloat_call_with_args()
3310 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativePPC_64.c507 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
517 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
519 while (arg_types) { in call_with_args()
520 types = (types << SLJIT_ARG_SHIFT) | (arg_types & SLJIT_ARG_MASK); in call_with_args()
522 switch (arg_types & SLJIT_ARG_MASK) { in call_with_args()
538 arg_types >>= SLJIT_ARG_SHIFT; in call_with_args()
H A DsljitNativePPC_common.c929 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
932 while (arg_types > 0) { in sljit_emit_enter()
933 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
936 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
947 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
958 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2536 sljit_s32 arg_types) in sljit_emit_call() argument
2538 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
2606 sljit_s32 arg_types, in sljit_emit_icall() argument
2609 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativeARM_64.c1301 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1305 while (arg_types) { in sljit_emit_enter()
1306 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
1307 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1313 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2369 sljit_s32 arg_types) in sljit_emit_call() argument
2371 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
2373 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2450 sljit_s32 arg_types, in sljit_emit_icall() argument
2453 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativeRISCV_common.c802 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
806 while (arg_types > 0) { in sljit_emit_enter()
807 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
808 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
815 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2647 sljit_s32 arg_types) in sljit_emit_call() argument
2649 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
2651 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2793 sljit_s32 arg_types, in sljit_emit_icall() argument
2796 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitLir.h820 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
837 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
1674 … sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types);
1722 …t_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, …
H A DsljitNativeS390X.c1740 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1743 while (arg_types > 0) { in sljit_emit_enter()
1744 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
1745 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1752 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
3614 sljit_s32 arg_types) in sljit_emit_call() argument
3616 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
3618 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
3653 sljit_s32 arg_types, in sljit_emit_icall() argument
3656 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativeLOONGARCH_64.c954 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
958 while (arg_types > 0) { in sljit_emit_enter()
959 if ((arg_types & SLJIT_ARG_MASK) < SLJIT_ARG_TYPE_F64) { in sljit_emit_enter()
960 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
967 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
2730 sljit_s32 arg_types) in sljit_emit_call() argument
2732 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_call()
2734 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2876 sljit_s32 arg_types, in sljit_emit_icall() argument
2879 SLJIT_UNUSED_ARG(arg_types); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_common.c931 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
961 tmp = arg_types >> SLJIT_ARG_SHIFT; in sljit_emit_enter()
1030 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1042 while (arg_types) { in sljit_emit_enter()
1043 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
1082 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
1097 arg_types >>= SLJIT_ARG_SHIFT; in sljit_emit_enter()
1102 while (arg_types) { in sljit_emit_enter()
1104 switch (arg_types & SLJIT_ARG_MASK) { in sljit_emit_enter()
1122 if (!(arg_types & SLJIT_ARG_TYPE_SCRATCH_REG)) { in sljit_emit_enter()
[all …]
/php-src/ext/ffi/
H A Dffi.c930 efree(callback_data->arg_types[i]); in zend_ffi_callback_hash_dtor()
1039 if (!callback_data->arg_types[n]) { in zend_ffi_create_callback()
1043 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1058 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
1076 efree(callback_data->arg_types[i]); in zend_ffi_create_callback()
2745 ffi_type **arg_types = NULL; in ZEND_FUNCTION() local
2762 arg_types = do_alloca( in ZEND_FUNCTION()
2791 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2807 arg_types = do_alloca( in ZEND_FUNCTION()
2845 efree(arg_types[n]); in ZEND_FUNCTION()
[all …]

Completed in 203 milliseconds