Home
last modified time | relevance | path

Searched refs:types_ptr (Results 1 – 25 of 29) sorted by relevance

12

/dports/devel/R-cran-rlang/rlang/src/lib/
H A Denv-binding.c15 int* types_ptr = r_int_deref(types); in new_binding_types() local
16 memset(types_ptr, 0, n * sizeof *types_ptr); in new_binding_types()
82 int* types_ptr = r_int_deref(types) + i; in r_env_binding_types() local
86 *types_ptr = which_env_binding(env, sym); in r_env_binding_types()
89 ++types_ptr; in r_env_binding_types()
/dports/devel/vstr/vstr-1.0.15/examples/
H A Dconf.c59 ret->types_ptr = ptr; in conf_parse_make()
74 F(conf->types_ptr); in conf_parse_free()
95 if (!MV(conf->types_ptr, ptr, sizeof(unsigned int) * conf->sects->sz)) in conf__parse_type_add()
100 conf->types_ptr[conf->sects->num - 1] = type; in conf__parse_type_add()
173 conf->types_ptr[depth_beg_num - 1] = CONF_TOKEN_TYPE_SLIST; in conf__parse_end_list()
180 conf->types_ptr[depth_beg_num - 1] = CONF_TOKEN_TYPE_CLIST; in conf__parse_end_list()
237 conf->types_ptr[depth_beg_num - 1] += 2; in conf__parse_beg_quote_xxx()
339 if (conf->types_ptr[depth_beg_num - 1] == type) in conf__parse_esc_quote()
340 conf->types_ptr[depth_beg_num - 1] += CONF_TOKEN_TYPE_2ESC; in conf__parse_esc_quote()
403 conf->types_ptr && conf->types_sz); in conf_parse_lex()
[all …]
H A Dconf.h130 unsigned int *types_ptr; member
262 token->type = conf->types_ptr[token->num - 1]; in conf_parse_token()
297 token->type = conf->types_ptr[token->num - 1]; in conf_parse_num_token()
/dports/security/gvm-libs/gvm-libs-21.4.3/util/
H A Dgpgmeutils.c660 const gpgme_data_type_t types_ptr[1] = {GPGME_DATA_TYPE_PGP_KEY}; in gvm_pgp_pubkey_encrypt_stream() local
663 g_array_append_vals (key_types, types_ptr, 1); in gvm_pgp_pubkey_encrypt_stream()
691 const gpgme_data_type_t types_ptr[2] = {GPGME_DATA_TYPE_X509_CERT, in gvm_smime_encrypt_stream() local
695 g_array_append_vals (key_types, types_ptr, 2); in gvm_smime_encrypt_stream()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openscreen/src/discovery/mdns/
H A Dmdns_querier.cc457 const std::vector<DnsType>* types_ptr = &types; in ProcessRecord() local
462 types_ptr = &kTranslatedNsecAnyQueryTypes; in ProcessRecord()
464 types_ptr = &nsec_rdata.types(); in ProcessRecord()
471 for (DnsType dns_type : *types_ptr) { in ProcessRecord()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openscreen/src/discovery/mdns/
H A Dmdns_querier.cc646 const std::vector<DnsType>* types_ptr = &types; in ProcessRecord() local
651 types_ptr = &kTranslatedNsecAnyQueryTypes; in ProcessRecord()
653 types_ptr = &nsec_rdata.types(); in ProcessRecord()
660 for (DnsType dns_type : *types_ptr) { in ProcessRecord()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dsched-deps.c718 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
721 sd_list_types_def types = *types_ptr; in sd_next_list()
727 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
733 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
739 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
745 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
751 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
757 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dsched-deps.c718 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
721 sd_list_types_def types = *types_ptr; in sd_next_list()
727 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
733 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
739 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
745 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
751 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
757 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dsched-deps.c708 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
711 sd_list_types_def types = *types_ptr; in sd_next_list()
717 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
723 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
729 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
735 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
741 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
747 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dsched-deps.c710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dsched-deps.c710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dsched-deps.c708 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
711 sd_list_types_def types = *types_ptr; in sd_next_list()
717 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
723 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
729 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
735 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
741 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
747 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dsched-deps.c710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dsched-deps.c718 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
721 sd_list_types_def types = *types_ptr; in sd_next_list()
727 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
733 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
739 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
745 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
751 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
757 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/
H A Dsched-deps.c710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dsched-deps.c710 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
713 sd_list_types_def types = *types_ptr; in sd_next_list()
719 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
725 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
731 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
737 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
743 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
749 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dsched-deps.c709 sd_next_list (const_rtx insn, sd_list_types_def *types_ptr, in sd_next_list() argument
712 sd_list_types_def types = *types_ptr; in sd_next_list()
718 *types_ptr = types & ~SD_LIST_HARD_BACK; in sd_next_list()
724 *types_ptr = types & ~SD_LIST_SPEC_BACK; in sd_next_list()
730 *types_ptr = types & ~SD_LIST_FORW; in sd_next_list()
736 *types_ptr = types & ~SD_LIST_RES_BACK; in sd_next_list()
742 *types_ptr = types & ~SD_LIST_RES_FORW; in sd_next_list()
748 *types_ptr = SD_LIST_NONE; in sd_next_list()

12