Home
last modified time | relevance | path

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

123

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dopts-common.c270 struct cl_decoded_option *decoded) in generate_canonical_option() argument
289 decoded->canonical_option[2] = NULL; in generate_canonical_option()
290 decoded->canonical_option[3] = NULL; in generate_canonical_option()
297 decoded->canonical_option[0] = opt_text; in generate_canonical_option()
298 decoded->canonical_option[1] = arg; in generate_canonical_option()
299 decoded->canonical_option_num_elements = 2; in generate_canonical_option()
304 decoded->canonical_option[0] = concat (opt_text, arg, NULL); in generate_canonical_option()
305 decoded->canonical_option[1] = NULL; in generate_canonical_option()
306 decoded->canonical_option_num_elements = 1; in generate_canonical_option()
313 decoded->canonical_option[0] = opt_text; in generate_canonical_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
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.c3141 driver_unknown_option_callback (const struct cl_decoded_option *decoded) in driver_unknown_option_callback() argument
3143 const char *opt = decoded->arg; in driver_unknown_option_callback()
3145 && !(decoded->errors & CL_ERR_NEGATIVE)) in driver_unknown_option_callback()
3149 save_switch (decoded->canonical_option[0], in driver_unknown_option_callback()
3150 decoded->canonical_option_num_elements - 1, in driver_unknown_option_callback()
3151 &decoded->canonical_option[1], false); in driver_unknown_option_callback()
3162 driver_wrong_lang_callback (const struct cl_decoded_option *decoded, in driver_wrong_lang_callback() argument
3170 const struct cl_option *option = &cl_options[decoded->opt_index]; in driver_wrong_lang_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()
[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()
/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dopts-common.c303 struct cl_decoded_option *decoded) in generate_canonical_option() argument
323 decoded->canonical_option[2] = NULL; in generate_canonical_option()
324 decoded->canonical_option[3] = NULL; in generate_canonical_option()
331 decoded->canonical_option[0] = opt_text; in generate_canonical_option()
332 decoded->canonical_option[1] = arg; in generate_canonical_option()
333 decoded->canonical_option_num_elements = 2; in generate_canonical_option()
338 decoded->canonical_option[0] = opts_concat (opt_text, arg, NULL); in generate_canonical_option()
339 decoded->canonical_option[1] = NULL; in generate_canonical_option()
340 decoded->canonical_option_num_elements = 1; in generate_canonical_option()
345 decoded->canonical_option[0] = opt_text; in generate_canonical_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.c3616 driver_unknown_option_callback (const struct cl_decoded_option *decoded) in driver_unknown_option_callback() argument
3618 const char *opt = decoded->arg; in driver_unknown_option_callback()
3620 && !(decoded->errors & CL_ERR_NEGATIVE)) in driver_unknown_option_callback()
3624 save_switch (decoded->canonical_option[0], in driver_unknown_option_callback()
3625 decoded->canonical_option_num_elements - 1, in driver_unknown_option_callback()
3626 &decoded->canonical_option[1], false, true); in driver_unknown_option_callback()
3629 if (decoded->opt_index == OPT_SPECIAL_unknown) in driver_unknown_option_callback()
3632 save_switch (decoded->canonical_option[0], in driver_unknown_option_callback()
3633 decoded->canonical_option_num_elements - 1, in driver_unknown_option_callback()
3634 &decoded->canonical_option[1], false, false); in driver_unknown_option_callback()
[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,
/dflybsd-src/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()
/dflybsd-src/contrib/wpa_supplicant/src/eap_server/
H A Dtncs.c669 unsigned char *decoded; in tncs_get_base64() local
681 decoded = base64_decode((unsigned char *) pos, os_strlen(pos), in tncs_get_base64()
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
861 decoded = tncs_get_base64(start, &decoded_len); in tncs_process_if_tnccs()
862 if (decoded == NULL) { in tncs_process_if_tnccs()
868 tncs_send_to_imvs(tncs, type, decoded, decoded_len); in tncs_process_if_tnccs()
870 os_free(decoded); in tncs_process_if_tnccs()
908 decoded = NULL; in tncs_process_if_tnccs()
[all …]
/dflybsd-src/contrib/wpa_supplicant/src/eap_peer/
H A Dtncc.c620 unsigned char *decoded; in tncc_get_base64() local
632 decoded = base64_decode((unsigned char *) pos, os_strlen(pos), in tncc_get_base64()
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
773 decoded = tncc_get_base64(start, &decoded_len); in tncc_process_if_tnccs()
774 if (decoded == NULL) { in tncc_process_if_tnccs()
780 tncc_send_to_imcs(tncc, type, decoded, decoded_len); in tncc_process_if_tnccs()
782 os_free(decoded); in tncc_process_if_tnccs()
820 decoded = NULL; in tncc_process_if_tnccs()
[all …]
/dflybsd-src/crypto/openssh/
H A Dsshkey.c2880 struct sshbuf *encoded = NULL, *decoded = NULL; in private2_uudecode() local
2888 (decoded = sshbuf_new()) == NULL) { in private2_uudecode()
2929 if ((r = sshbuf_b64tod(decoded, (char *)sshbuf_ptr(encoded))) != 0) in private2_uudecode()
2933 if (sshbuf_len(decoded) < sizeof(AUTH_MAGIC) || in private2_uudecode()
2934 memcmp(sshbuf_ptr(decoded), AUTH_MAGIC, sizeof(AUTH_MAGIC))) { in private2_uudecode()
2939 *decodedp = decoded; in private2_uudecode()
2940 decoded = NULL; in private2_uudecode()
2944 sshbuf_free(decoded); in private2_uudecode()
2949 private2_decrypt(struct sshbuf *decoded, const char *passphrase, in private2_decrypt() argument
2962 if (decoded == NULL || decryptedp == NULL || pubkeyp == NULL) in private2_decrypt()
[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()
/dflybsd-src/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
/dflybsd-src/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.
/dflybsd-src/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.
/dflybsd-src/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()
/dflybsd-src/contrib/gcc-8.0/gcc/common/
H A Dcommon-targhooks.c74 const struct cl_decoded_option *decoded ATTRIBUTE_UNUSED, in default_target_handle_option()
/dflybsd-src/contrib/gcc-4.7/gcc/common/
H A Dcommon-targhooks.c76 const struct cl_decoded_option *decoded ATTRIBUTE_UNUSED, in default_target_handle_option()
/dflybsd-src/contrib/gdb-7/gdb/
H A Dada-lang.c869 ada_encode (const char *decoded) in ada_encode() argument
876 if (decoded == NULL) in ada_encode()
880 2 * strlen (decoded) + 10); in ada_encode()
883 for (p = decoded; *p != '\0'; p += 1) in ada_encode()
896 && strncmp (mapping->decoded, p, in ada_encode()
897 strlen (mapping->decoded)) != 0; mapping += 1) 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()
[all …]
/dflybsd-src/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