Home
last modified time | relevance | path

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

/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeX86_32.c77 args = get_arg_count(arg_types); in sljit_emit_enter()
520 arg_types >>= SLJIT_DEF_SHIFT; in c_fast_call_get_stack_size()
522 while (arg_types) { in c_fast_call_get_stack_size()
537 arg_types >>= SLJIT_DEF_SHIFT; in c_fast_call_get_stack_size()
569 while (arg_types) { in c_fast_call_with_args()
626 arg_types >>= SLJIT_DEF_SHIFT; in cdecl_call_get_stack_size()
628 while (arg_types) { in cdecl_call_get_stack_size()
672 arg_types >>= SLJIT_DEF_SHIFT; in cdecl_call_with_args()
674 while (arg_types) { in cdecl_call_with_args()
725 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeX86_64.c120 args = get_arg_count(arg_types); in sljit_emit_enter()
567 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
569 while (arg_types) { in call_with_args()
570 if ((arg_types & SLJIT_DEF_MASK) < SLJIT_ARG_TYPE_F32) in call_with_args()
572 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
606 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
608 while (arg_types) { in call_with_args()
611 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
635 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
678 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.c614 while (arg_types) { in get_arg_count()
1003 while (arg_types) { in check_sljit_emit_enter()
1006 if (arg_types) in check_sljit_emit_enter()
1054 while (arg_types) { in check_sljit_set_context()
1057 if (arg_types) in check_sljit_set_context()
1554 types = arg_types; in check_sljit_emit_call()
1587 if (arg_types) { in check_sljit_emit_call()
1592 if (arg_types) in check_sljit_emit_call()
1683 types = arg_types; in check_sljit_emit_icall()
1716 if (arg_types) { in check_sljit_emit_icall()
[all …]
H A DsljitNativeMIPS_32.c453 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
455 while (arg_types) { in call_with_args()
458 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
489 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
583 arg_types >>= SLJIT_DEF_SHIFT; in post_call_with_args()
585 while (arg_types) { in post_call_with_args()
586 switch (arg_types & SLJIT_DEF_MASK) { in post_call_with_args()
600 arg_types >>= SLJIT_DEF_SHIFT; in post_call_with_args()
611 sljit_s32 arg_types) in sljit_emit_call() argument
641 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeARM_T2_32.c1848 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
1850 while (arg_types) { in softfloat_call_with_args()
1876 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
1956 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
1958 while (arg_types) { in softfloat_post_call_with_args()
1973 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
1991 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
1993 while (arg_types) { in hardfloat_call_with_args()
2025 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2034 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeARM_32.c937 args = get_arg_count(arg_types); in sljit_emit_enter()
2161 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
2163 while (arg_types) { in softfloat_call_with_args()
2189 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_call_with_args()
2267 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2269 while (arg_types) { in softfloat_post_call_with_args()
2284 arg_types >>= SLJIT_DEF_SHIFT; in softfloat_post_call_with_args()
2302 arg_types >>= SLJIT_DEF_SHIFT; in hardfloat_call_with_args()
2304 while (arg_types) { in hardfloat_call_with_args()
2347 sljit_s32 arg_types) in sljit_emit_call() argument
[all …]
H A DsljitNativeMIPS_64.c552 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
554 while (arg_types) { in call_with_args()
555 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
557 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
569 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
616 sljit_s32 arg_types) in sljit_emit_call() argument
622 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
629 PTR_FAIL_IF(call_with_args(compiler, arg_types, &ins)); in sljit_emit_call()
644 sljit_s32 arg_types, in sljit_emit_icall() argument
650 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativePPC_64.c416 static sljit_s32 call_with_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *sr… in call_with_args() argument
426 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
428 while (arg_types) { in call_with_args()
429 types = (types << SLJIT_DEF_SHIFT) | (arg_types & SLJIT_DEF_MASK); in call_with_args()
431 switch (arg_types & SLJIT_DEF_MASK) { in call_with_args()
447 arg_types >>= SLJIT_DEF_SHIFT; in call_with_args()
H A DsljitNativeSPARC_common.c473 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
477 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
478 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
497 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
502 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1333 sljit_s32 arg_types) in sljit_emit_call() argument
1336 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1338 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1385 sljit_s32 arg_types, in sljit_emit_icall() argument
1389 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitLir.h625 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
639 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds,
1179 … sljit_jump* sljit_emit_call(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types);
1228 …t_emit_icall(struct sljit_compiler *compiler, sljit_s32 type, sljit_s32 arg_types, sljit_s32 src, …
H A DsljitNativePPC_common.c609 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
616 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
643 args = get_arg_count(arg_types); in sljit_emit_enter()
676 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
681 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1902 sljit_s32 arg_types) in sljit_emit_call() argument
1905 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1908 PTR_FAIL_IF(call_with_args(compiler, arg_types, NULL)); in sljit_emit_call()
1964 sljit_s32 arg_types, in sljit_emit_icall() argument
1968 CHECK(check_sljit_emit_icall(compiler, type, arg_types, src, srcw)); in sljit_emit_icall()
[all …]
H A DsljitNativeARM_64.c869 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
875 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
876 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
924 args = get_arg_count(arg_types); in sljit_emit_enter()
995 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
1001 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
1002 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
1648 sljit_s32 arg_types) in sljit_emit_call() argument
1651 CHECK_PTR(check_sljit_emit_call(compiler, type, arg_types)); in sljit_emit_call()
1724 sljit_s32 arg_types, in sljit_emit_icall() argument
[all …]
H A DsljitNativeMIPS_common.c593 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_emit_enter() argument
600 …CHECK(check_sljit_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds,… in sljit_emit_enter()
601 set_emit_enter(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_emit_enter()
639 args = get_arg_count(arg_types); in sljit_emit_enter()
652 sljit_s32 options, sljit_s32 arg_types, sljit_s32 scratches, sljit_s32 saveds, in sljit_set_context() argument
656 …CHECK(check_sljit_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds… in sljit_set_context()
657 set_set_context(compiler, options, arg_types, scratches, saveds, fscratches, fsaveds, local_size); in sljit_set_context()
/PHP-7.3/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.cpp112 if (mfo->mf_data.arg_types) { in umsg_get_numeric_types()
114 return mfo->mf_data.arg_types; in umsg_get_numeric_types()
137 mfo->mf_data.arg_types = ret; in umsg_get_numeric_types()
158 if (mfo->mf_data.arg_types) { in umsg_parse_format()
160 return mfo->mf_data.arg_types; in umsg_parse_format()
295 mfo->mf_data.arg_types = ret; in umsg_parse_format()
/PHP-7.3/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.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.API.ja98 …outFunc callout, OnigCalloutFunc end_callout, int arg_num, unsigned int arg_types[], int opt_arg_n…
119 9 arg_types: 引数の型の配列
H A DCALLOUTS.API98 …outFunc callout, OnigCalloutFunc end_callout, int arg_num, unsigned int arg_types[], int opt_arg_n…
119 9 arg_types: type array of arguments
/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregparse.c1166 unsigned int arg_types[ONIG_CALLOUT_MAX_ARGS_NUM]; member
1214 if (e->arg_types[j] == ONIG_TYPE_STRING) { in free_callout_func_list()
1527 int arg_num, unsigned int arg_types[], in onig_set_callout_of_name() argument
1554 unsigned int t = arg_types[i]; in onig_set_callout_of_name()
1603 fe->arg_types[i] = arg_types[i]; in onig_set_callout_of_name()
1606 if (fe->arg_types[i] == ONIG_TYPE_STRING) { in onig_set_callout_of_name()
1729 return GlobalCalloutNameList->v[name_id].arg_types[index]; in get_callout_arg_type_by_name_id()
H A Doniguruma.h949 …outFunc callout, OnigCalloutFunc end_callout, int arg_num, unsigned int arg_types[], int optional_…
/PHP-7.3/Zend/
H A Dzend_API.h82 #define ZEND_ME_MAPPING(name, func_name, arg_types, flags) ZEND_NAMED_ME(name, ZEND_FN(func_name), argument

Completed in 156 milliseconds