Home
last modified time | relevance | path

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

/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c82 args = get_arg_count(arg_types); in sljit_emit_enter()
524 arg_types >>= SLJIT_DEF_SHIFT; in c_fast_call_get_stack_size()
526 while (arg_types) { in c_fast_call_get_stack_size()
541 arg_types >>= SLJIT_DEF_SHIFT; in c_fast_call_get_stack_size()
573 while (arg_types) { in c_fast_call_with_args()
630 arg_types >>= SLJIT_DEF_SHIFT; in cdecl_call_get_stack_size()
632 while (arg_types) { in cdecl_call_get_stack_size()
676 arg_types >>= SLJIT_DEF_SHIFT; in cdecl_call_with_args()
678 while (arg_types) { in cdecl_call_with_args()
729 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeX86_64.c175 args = get_arg_count(arg_types); in sljit_emit_enter()
622 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
624 while (arg_types) { in call_with_args()
625 if ((arg_types & SLJIT_DEF_MASK) < SLJIT_ARG_TYPE_F32) in call_with_args()
627 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
661 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
663 while (arg_types) { in call_with_args()
666 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
690 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
733 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_DEF_SHIFT; in call_with_args()
157 while (arg_types) { in call_with_args()
158 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
160 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
189 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
192 arg_types = types; in call_with_args()
194 while (arg_types) { in call_with_args()
195 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
215 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
H A DsljitLir.c622 while (arg_types) { in get_arg_count()
1055 while (arg_types) { in check_sljit_emit_enter()
1058 if (arg_types) in check_sljit_emit_enter()
1106 while (arg_types) { in check_sljit_set_context()
1109 if (arg_types) in check_sljit_set_context()
1617 types = arg_types; in check_sljit_emit_call()
1650 if (arg_types) { in check_sljit_emit_call()
1655 if (arg_types) in check_sljit_emit_call()
1746 types = arg_types; in check_sljit_emit_icall()
1779 if (arg_types) { in check_sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_32.c461 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
463 while (arg_types) { in call_with_args()
466 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
497 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
591 arg_types >>= SLJIT_DEF_SHIFT; in post_call_with_args()
593 while (arg_types) { in post_call_with_args()
594 switch (arg_types & SLJIT_DEF_MASK) { in post_call_with_args()
608 arg_types >>= SLJIT_DEF_SHIFT; in post_call_with_args()
619 sljit_s32 arg_types) in sljit_emit_call() argument
649 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeARM_T2_32.c1879 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
1881 while (arg_types) { in softfloat_call_with_args()
1907 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
1987 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
1989 while (arg_types) { in softfloat_post_call_with_args()
2004 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2022 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2024 while (arg_types) { in hardfloat_call_with_args()
2056 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2065 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeARM_32.c973 args = get_arg_count(arg_types); in sljit_emit_enter()
2210 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
2212 while (arg_types) { in softfloat_call_with_args()
2238 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
2316 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2318 while (arg_types) { in softfloat_post_call_with_args()
2333 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2351 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2353 while (arg_types) { in hardfloat_call_with_args()
2396 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_64.c560 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
562 while (arg_types) { in call_with_args()
563 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
565 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
577 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
624 sljit_s32 arg_types) in sljit_emit_call() argument
630 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
637 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
652 sljit_s32 arg_types, in sljit_emit_icall() argument
658 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativePPC_64.c413 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
423 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
425 while (arg_types) { in call_with_args()
426 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
428 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
444 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
H A DsljitNativeSPARC_common.c506 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
510 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
511 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
530 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
535 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1380 sljit_s32 arg_types) in sljit_emit_call() argument
1383 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1385 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1432 sljit_s32 arg_types, in sljit_emit_icall() argument
1436 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitLir.h642 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
656 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
1232 … sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types);
1281 …t_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, …
H A DsljitNativeARM_64.c919 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
925 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
926 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
974 args = get_arg_count(arg_types); in sljit_emit_enter()
1045 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1051 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1052 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1710 sljit_s32 arg_types) in sljit_emit_call() argument
1713 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1786 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativePPC_common.c699 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
706 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
733 args = get_arg_count(arg_types); in sljit_emit_enter()
766 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
771 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
2001 sljit_s32 arg_types) in sljit_emit_call() argument
2004 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
2007 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
2063 sljit_s32 arg_types, in sljit_emit_icall() argument
2067 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_common.c752 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
759 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
760 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
798 args = get_arg_count(arg_types); in sljit_emit_enter()
811 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
815 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
816 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
/PHP-7.4/ext/intl/msgformat/
H A Dmsgformat_data.c36 mf_data->arg_types = NULL; in msgformat_data_init()
58 if (mf_data->arg_types) { in msgformat_data_free()
59 zend_hash_destroy(mf_data->arg_types); in msgformat_data_free()
60 efree(mf_data->arg_types); in msgformat_data_free()
61 mf_data->arg_types = NULL; in msgformat_data_free()
H A Dmsgformat_attr.c106 if (mfo->mf_data.arg_types) { in PHP_FUNCTION()
107 zend_hash_destroy(mfo->mf_data.arg_types); in PHP_FUNCTION()
108 efree(mfo->mf_data.arg_types); in PHP_FUNCTION()
109 mfo->mf_data.arg_types = NULL; in PHP_FUNCTION()
H A Dmsgformat_data.h34 HashTable* arg_types; member
H A Dmsgformat_helpers.cpp102 if (mfo->mf_data.arg_types) { in umsg_get_numeric_types()
104 return mfo->mf_data.arg_types; in umsg_get_numeric_types()
127 mfo->mf_data.arg_types = ret; in umsg_get_numeric_types()
147 if (mfo->mf_data.arg_types) { in umsg_parse_format()
149 return mfo->mf_data.arg_types; in umsg_parse_format()
282 mfo->mf_data.arg_types = ret; in umsg_parse_format()
/PHP-7.4/ext/tidy/
H A Dphp_tidy.h28 #define TIDY_METHOD_MAP(name, func_name, arg_types) \ argument
29 ZEND_NAMED_FE(name, ZEND_FN(func_name), arg_types)
/PHP-7.4/ext/ffi/
H A Dffi.c833 ffi_type *arg_types[0]; member
945 if (!callback_data->arg_types[n]) { in zend_ffi_create_callback()
2644 ffi_type **arg_types = NULL; in ZEND_FUNCTION() local
2661 arg_types = do_alloca( in ZEND_FUNCTION()
2690 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2696 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2706 arg_types = do_alloca( in ZEND_FUNCTION()
2727 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2733 free_alloca(arg_types, arg_types_use_heap); in ZEND_FUNCTION()
2744 efree(arg_types[n]); in ZEND_FUNCTION()
[all …]
/PHP-7.4/Zend/
H A Dzend_API.h83 #define ZEND_ME_MAPPING(name, func_name, arg_types, flags) ZEND_NAMED_ME(name, ZEND_FN(func_name), argument

Completed in 113 milliseconds