Home
last modified time | relevance | path

Searched refs:decoded (Results 1 – 25 of 52) sorted by relevance

123

/dragonfly/contrib/gcc-4.7/gcc/
H A Dopts-common.c629 decoded->arg = arg; in decode_cmdline_option()
630 decoded->value = value; in decode_cmdline_option()
631 decoded->errors = errors; in decode_cmdline_option()
867 int value = decoded->value; in handle_option()
920 decoded->arg = arg; in generate_option()
921 decoded->value = value; in generate_option()
930 decoded->orig_option_with_args_text = decoded->canonical_option[0]; in generate_option()
952 decoded->arg = file; in generate_option_input_file()
959 decoded->value = 1; in generate_option_input_file()
960 decoded->errors = 0; in generate_option_input_file()
[all …]
H A Dopts-global.c84 complain_wrong_lang (const struct cl_decoded_option *decoded, in complain_wrong_lang() argument
87 const struct cl_option *option = &cl_options[decoded->opt_index]; in complain_wrong_lang()
88 const char *text = decoded->orig_option_with_args_text; in complain_wrong_lang()
147 unknown_option_callback (const struct cl_decoded_option *decoded) in unknown_option_callback() argument
149 const char *opt = decoded->arg; in unknown_option_callback()
152 && !(decoded->errors & CL_ERR_NEGATIVE)) in unknown_option_callback()
169 const struct cl_decoded_option *decoded, in lang_handle_option() argument
178 gcc_assert (decoded->canonical_option_num_elements <= 2); in lang_handle_option()
179 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option()
180 decoded->value, kind, loc, handlers); in lang_handle_option()
H A Dopts.h269 const struct cl_decoded_option *decoded,
287 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded);
291 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded,
349 struct cl_decoded_option *decoded);
351 struct cl_decoded_option *decoded);
354 struct cl_decoded_option *decoded,
370 const struct cl_decoded_option *decoded,
377 const struct cl_decoded_option *decoded,
H A Dgcc.c3143 const char *opt = decoded->arg; in driver_unknown_option_callback()
3145 && !(decoded->errors & CL_ERR_NEGATIVE)) in driver_unknown_option_callback()
3151 &decoded->canonical_option[1], false); in driver_unknown_option_callback()
3174 decoded->orig_option_with_args_text); in driver_wrong_lang_callback()
3176 save_switch (decoded->canonical_option[0], in driver_wrong_lang_callback()
3178 &decoded->canonical_option[1], false); in driver_wrong_lang_callback()
3196 size_t opt_index = decoded->opt_index; in driver_handle_option()
3197 const char *arg = decoded->arg; in driver_handle_option()
3199 int value = decoded->value; in driver_handle_option()
3430 decoded->orig_option_with_args_text); in driver_handle_option()
[all …]
H A Dopts.c231 const struct cl_decoded_option *decoded, in target_handle_option() argument
239 return targetm_common.handle_option (opts, opts_set, decoded, loc); in target_handle_option()
1233 const struct cl_decoded_option *decoded, in common_handle_option() argument
1239 size_t scode = decoded->opt_index; in common_handle_option()
1240 const char *arg = decoded->arg; in common_handle_option()
1241 int value = decoded->value; in common_handle_option()
1244 gcc_assert (decoded->canonical_option_num_elements <= 2); in common_handle_option()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dopts-common.c716 decoded->arg = arg; in decode_cmdline_option()
717 decoded->value = value; in decode_cmdline_option()
718 decoded->errors = errors; in decode_cmdline_option()
1061 decoded->arg = arg; in generate_option()
1062 decoded->value = value; in generate_option()
1071 decoded->orig_option_with_args_text = decoded->canonical_option[0]; in generate_option()
1093 decoded->arg = file; in generate_option_input_file()
1100 decoded->value = 1; in generate_option_input_file()
1101 decoded->errors = 0; in generate_option_input_file()
1227 if (decoded->warn_message) in read_cmdline_option()
[all …]
H A Dopts-global.c84 complain_wrong_lang (const struct cl_decoded_option *decoded, in complain_wrong_lang() argument
87 const struct cl_option *option = &cl_options[decoded->opt_index]; in complain_wrong_lang()
88 const char *text = decoded->orig_option_with_args_text; in complain_wrong_lang()
147 unknown_option_callback (const struct cl_decoded_option *decoded) in unknown_option_callback() argument
149 const char *opt = decoded->arg; in unknown_option_callback()
152 && !(decoded->errors & CL_ERR_NEGATIVE)) in unknown_option_callback()
169 const struct cl_decoded_option *decoded, in lang_handle_option() argument
179 gcc_assert (decoded->canonical_option_num_elements <= 2); in lang_handle_option()
180 return lang_hooks.handle_option (decoded->opt_index, decoded->arg, in lang_handle_option()
181 decoded->value, kind, loc, handlers); in lang_handle_option()
H A Dopts.h272 const struct cl_decoded_option *decoded,
291 bool (*unknown_option_callback) (const struct cl_decoded_option *decoded);
295 void (*wrong_lang_callback) (const struct cl_decoded_option *decoded,
370 struct cl_decoded_option *decoded);
372 struct cl_decoded_option *decoded);
375 struct cl_decoded_option *decoded,
396 const struct cl_decoded_option *decoded,
404 const struct cl_decoded_option *decoded,
H A Dgcc.c3618 const char *opt = decoded->arg; in driver_unknown_option_callback()
3620 && !(decoded->errors & CL_ERR_NEGATIVE)) in driver_unknown_option_callback()
3657 decoded->orig_option_with_args_text); in driver_wrong_lang_callback()
3659 save_switch (decoded->canonical_option[0], in driver_wrong_lang_callback()
3660 decoded->canonical_option_num_elements - 1, in driver_wrong_lang_callback()
3776 size_t opt_index = decoded->opt_index; in driver_handle_option()
3777 const char *arg = decoded->arg; in driver_handle_option()
3779 int value = decoded->value; in driver_handle_option()
4028 decoded->orig_option_with_args_text); in driver_handle_option()
4173 save_switch (decoded->canonical_option[0], in driver_handle_option()
[all …]
H A Dopts.c216 const struct cl_decoded_option *decoded, in target_handle_option() argument
224 return targetm_common.handle_option (opts, opts_set, decoded, loc); in target_handle_option()
1807 const struct cl_decoded_option *decoded,
1814 size_t scode = decoded->opt_index;
1815 const char *arg = decoded->arg;
1816 int value = decoded->value;
1819 gcc_assert (decoded->canonical_option_num_elements <= 2);
2525 common_handle_option_auto (opts, opts_set, decoded, lang_mask, kind,
/dragonfly/contrib/wpa_supplicant/src/wps/
H A Dupnp_xml.c229 unsigned char *decoded; in xml_get_base64_item() local
238 decoded = base64_decode((unsigned char *) msg, os_strlen(msg), &len); in xml_get_base64_item()
240 if (decoded == NULL) { in xml_get_base64_item()
245 buf = wpabuf_alloc_ext_data(decoded, len); in xml_get_base64_item()
247 os_free(decoded); in xml_get_base64_item()
/dragonfly/contrib/wpa_supplicant/src/eap_server/
H A Dtncs.c669 unsigned char *decoded; in tncs_get_base64() local
684 if (decoded == NULL) { in tncs_get_base64()
688 return decoded; in tncs_get_base64()
783 unsigned char *decoded; in tncs_process_if_tnccs() local
862 if (decoded == NULL) { in tncs_process_if_tnccs()
870 os_free(decoded); in tncs_process_if_tnccs()
908 decoded = NULL; in tncs_process_if_tnccs()
924 if (decoded == NULL) { in tncs_process_if_tnccs()
931 if (decoded) { in tncs_process_if_tnccs()
934 decoded, decoded_len); in tncs_process_if_tnccs()
[all …]
/dragonfly/contrib/wpa_supplicant/src/eap_peer/
H A Dtncc.c620 unsigned char *decoded; in tncc_get_base64() local
635 if (decoded == NULL) { in tncc_get_base64()
639 return decoded; in tncc_get_base64()
691 unsigned char *decoded; in tncc_process_if_tnccs() local
774 if (decoded == NULL) { in tncc_process_if_tnccs()
782 os_free(decoded); in tncc_process_if_tnccs()
820 decoded = NULL; in tncc_process_if_tnccs()
836 if (decoded == NULL) { in tncc_process_if_tnccs()
843 if (decoded) { in tncc_process_if_tnccs()
846 decoded, decoded_len); in tncc_process_if_tnccs()
[all …]
/dragonfly/crypto/openssh/
H A Dsshkey.c2888 (decoded = sshbuf_new()) == NULL) { in private2_uudecode()
2939 *decodedp = decoded; in private2_uudecode()
2940 decoded = NULL; in private2_uudecode()
2944 sshbuf_free(decoded); in private2_uudecode()
2977 (r = sshbuf_froms(decoded, &kdf)) != 0 || in private2_decrypt()
3037 if (sshbuf_len(decoded) < authlen || in private2_decrypt()
3058 if (sshbuf_len(decoded) != 0) { in private2_decrypt()
3111 (r = private2_decrypt(decoded, passphrase, in sshkey_parse_private2()
3148 sshbuf_free(decoded); in sshkey_parse_private2()
3160 struct sshbuf *decoded = NULL; in sshkey_parse_private2_pubkey() local
[all …]
H A Dkexsntrup761x25519.c168 int r, decoded; in kex_kem_sntrup761x25519_dec() local
192 decoded = crypto_kem_sntrup761_dec(kem_key, ciphertext, in kex_kem_sntrup761x25519_dec()
211 if (decoded != 0) { in kex_kem_sntrup761x25519_dec()
/dragonfly/sys/contrib/dev/acpica/source/tools/examples/
H A Dextables.c449 [0002] Boot Flags (decoded below) : 0000
457 [0004] Flags (decoded below) : 00000000
571 [0004] Flags (decoded below) : 00000000
577 [0004] OspmFlags (decoded below) : 00000000
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Dcore2.md28 ;; need to be decoded in decoder 0, but can be handled by all of them.
51 ;; - an instruction with 1 uop can be decoded by any of the three
53 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
55 ;; - a complex (microcode) instruction can also only be decoded by
72 ;; Most instructions can be decoded on any of the three decoders.
99 ;; they can only be decoded on c2_decoder0. Modelling their latencies
101 ;; executed in the core. So we just model that they can only be decoded
662 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
678 ;; decoded on c2_decoder0.
686 ;; decoded on c2_decoder0 as well.
H A Dppro.md57 ;; particular how many cycles they take to be decoded.
75 ;; - an instruction with 1 uop can be decoded by any of the three
77 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
79 ;; - a complex (microcode) instruction can also only be decoded by
94 ;; Most instructions can be decoded on any of the three decoders.
132 ;; they can only be decoded on decoder0. Modelling their latencies
134 ;; executed in the core. So we just model that they can only be decoded
729 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
738 ;; so they have to be decoded on decoder0.
752 ;; decoded on decoder0 as well.
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Dcore2.md28 ;; need to be decoded in decoder 0, but can be handled by all of them.
51 ;; - an instruction with 1 uop can be decoded by any of the three
53 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
55 ;; - a complex (microcode) instruction can also only be decoded by
72 ;; Most instructions can be decoded on any of the three decoders.
99 ;; they can only be decoded on c2_decoder0. Modelling their latencies
101 ;; executed in the core. So we just model that they can only be decoded
662 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
678 ;; decoded on c2_decoder0.
686 ;; decoded on c2_decoder0 as well.
H A Dppro.md57 ;; particular how many cycles they take to be decoded.
75 ;; - an instruction with 1 uop can be decoded by any of the three
77 ;; - an instruction with 1 to 4 uops can be decoded only by decoder 0
79 ;; - a complex (microcode) instruction can also only be decoded by
94 ;; Most instructions can be decoded on any of the three decoders.
132 ;; they can only be decoded on decoder0. Modelling their latencies
134 ;; executed in the core. So we just model that they can only be decoded
729 ;; reg-reg instructions produce 1 uop so they can be decoded on any of
738 ;; so they have to be decoded on decoder0.
752 ;; decoded on decoder0 as well.
/dragonfly/contrib/gcc-4.7/gcc/common/config/i386/
H A Di386-common.c158 const struct cl_decoded_option *decoded, in ix86_handle_option() argument
161 size_t code = decoded->opt_index; in ix86_handle_option()
162 int value = decoded->value; in ix86_handle_option()
/dragonfly/contrib/gcc-8.0/gcc/common/
H A Dcommon-targhooks.c74 const struct cl_decoded_option *decoded ATTRIBUTE_UNUSED, in default_target_handle_option()
/dragonfly/contrib/gcc-4.7/gcc/common/
H A Dcommon-targhooks.c76 const struct cl_decoded_option *decoded ATTRIBUTE_UNUSED, in default_target_handle_option()
/dragonfly/contrib/gdb-7/gdb/
H A Dada-lang.c876 if (decoded == NULL) in ada_encode()
1041 char *decoded; in ada_decode() local
1099 decoded = decoding_buffer; in ada_decode()
1119 decoded[j] = encoded[i]; in ada_decode()
1136 strcpy (decoded + j, ada_opname_table[k].decoded); in ada_decode()
1243 decoded[j] = '.'; in ada_decode()
1257 decoded[j] = '\000'; in ada_decode()
1263 if (isupper (decoded[i]) || decoded[i] == ' ') in ada_decode()
1269 return decoded; in ada_decode()
1278 return decoded; in ada_decode()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/common/config/i386/
H A Di386-common.c280 const struct cl_decoded_option *decoded, in ix86_handle_option() argument
283 size_t code = decoded->opt_index; in ix86_handle_option()
284 int value = decoded->value; in ix86_handle_option()

123