/netbsd-src/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
H A D | decoder_pkey.c | 313 const char *input_type = ctx->start_input_type; in ossl_decoder_ctx_setup_for_pkey() local 330 input_type != NULL ? " from " : "", in ossl_decoder_ctx_setup_for_pkey() 331 input_type != NULL ? input_type : "", in ossl_decoder_ctx_setup_for_pkey() 431 const char *input_type, in OSSL_DECODER_CTX_new_for_pkey() argument 448 input_type, input_structure); in OSSL_DECODER_CTX_new_for_pkey() 451 if (OSSL_DECODER_CTX_set_input_type(ctx, input_type) in OSSL_DECODER_CTX_new_for_pkey()
|
H A D | decoder_lib.c | 94 const char *input_type in OSSL_DECODER_from_bio() local 103 spaces, input_type_label, input_type, comma, in OSSL_DECODER_from_bio() 181 const char *input_type) in OSSL_DECODER_CTX_set_input_type() argument 192 ctx->start_input_type = input_type; in OSSL_DECODER_CTX_set_input_type() 243 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); in ossl_decoder_instance_new() 244 if (decoder_inst->input_type == NULL) { in ossl_decoder_instance_new() 662 return decoder_inst->input_type; in OSSL_DECODER_INSTANCE_get_input_type()
|
H A D | encoder_local.h | 109 const char *input_type; /* Never NULL */ member
|
/netbsd-src/sys/dev/fdt/ |
H A D | gpiokeys.c | 163 u_int debounce, input_type, code; in gpiokeys_attach() local 174 if (of_getprop_uint32(child, "linux,input-type", &input_type)) in gpiokeys_attach() 175 input_type = EV_KEY; /* default */ in gpiokeys_attach() 200 switch (input_type) { in gpiokeys_attach()
|
/netbsd-src/external/gpl3/binutils/dist/gold/ |
H A D | gold.cc | 327 Incremental_input_type input_type = input_reader->type(); in process_incremental_input() local 345 input_reader->filename(), input_type); in process_incremental_input() 347 if (input_type == INCREMENTAL_INPUT_SCRIPT) in process_incremental_input() 356 if (input_type == INCREMENTAL_INPUT_ARCHIVE) in process_incremental_input() 377 if (input_type == INCREMENTAL_INPUT_ARCHIVE_MEMBER) in process_incremental_input() 398 input_type, in process_incremental_input() 423 input_type, in process_incremental_input()
|
H A D | incremental-dump.cc | 140 Incremental_input_type input_type = input_file.type(); in dump_incremental_inputs() local 142 switch (input_type) in dump_incremental_inputs() 146 printf("%s\n", (input_type == INCREMENTAL_INPUT_OBJECT in dump_incremental_inputs() 184 argv0, i, input_type); in dump_incremental_inputs()
|
H A D | incremental.cc | 2990 Incremental_input_type input_type, in make_sized_incremental_object() argument 3003 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object() 3017 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object() 3031 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object() 3045 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object()
|
/netbsd-src/external/gpl3/binutils.old/dist/gold/ |
H A D | gold.cc | 327 Incremental_input_type input_type = input_reader->type(); in process_incremental_input() local 345 input_reader->filename(), input_type); in process_incremental_input() 347 if (input_type == INCREMENTAL_INPUT_SCRIPT) in process_incremental_input() 356 if (input_type == INCREMENTAL_INPUT_ARCHIVE) in process_incremental_input() 377 if (input_type == INCREMENTAL_INPUT_ARCHIVE_MEMBER) in process_incremental_input() 398 input_type, in process_incremental_input() 423 input_type, in process_incremental_input()
|
H A D | incremental-dump.cc | 140 Incremental_input_type input_type = input_file.type(); in dump_incremental_inputs() local 142 switch (input_type) in dump_incremental_inputs() 146 printf("%s\n", (input_type == INCREMENTAL_INPUT_OBJECT in dump_incremental_inputs() 184 argv0, i, input_type); in dump_incremental_inputs()
|
H A D | incremental.cc | 2990 Incremental_input_type input_type, in make_sized_incremental_object() argument 3003 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object() 3017 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object() 3031 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object() 3045 if (input_type == INCREMENTAL_INPUT_SHARED_LIBRARY) in make_sized_incremental_object()
|
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/ |
H A D | file_store.c | 80 char *input_type; member 119 OPENSSL_free(ctx->_.file.input_type); in free_file_ctx() 341 OPENSSL_free(ctx->_.file.input_type); in file_set_ctx_params() 342 ctx->_.file.input_type = NULL; in file_set_ctx_params() 343 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) in file_set_ctx_params() 433 ctx->_.file.input_type)) { in file_setup_decoders()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/tr1/ |
H A D | random.h | 86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 158 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 1572 typedef _IntType input_type; in _GLIBCXX_VISIBILITY() 1697 typedef int input_type; in _GLIBCXX_VISIBILITY() 1788 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1874 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1961 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2069 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2158 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2241 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/tr1/ |
H A D | random.h | 86 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 158 typedef typename _Distribution::input_type result_type; in _GLIBCXX_VISIBILITY() 1572 typedef _IntType input_type; in _GLIBCXX_VISIBILITY() 1697 typedef int input_type; in _GLIBCXX_VISIBILITY() 1788 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1874 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 1961 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2069 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2158 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() 2241 typedef _RealType input_type; in _GLIBCXX_VISIBILITY() [all …]
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/ |
H A D | ldlex.h | 182 } input_type; typedef 184 extern input_type parser_input;
|
H A D | ldlex.l | 41 input_type parser_input; 117 input_type t = parser_input;
|
H A D | ldlex.c | 1371 input_type parser_input; 1652 input_type t = parser_input;
|
/netbsd-src/external/gpl3/binutils/dist/ld/ |
H A D | ldlex.h | 195 } input_type; typedef 197 extern input_type parser_input;
|
H A D | ldlex.l | 41 input_type parser_input; 117 input_type t = parser_input;
|
H A D | ldlex.c | 1386 input_type parser_input; 1667 input_type t = parser_input;
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
H A D | decoder.h | 74 const char *input_type); 125 const char *input_type,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/brig/brigfrontend/ |
H A D | brig-code-entry-handler.cc | 997 tree input_type = TREE_TYPE (inst_expr); in build_output_assignment() local 1015 input_type = TREE_TYPE (TREE_TYPE (func_decl)); in build_output_assignment() 1062 size_t src_width = int_size_in_bytes (input_type); in build_output_assignment()
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-dedup.c | 2979 ctf_id_t input_type, target_type; in ctf_dedup_emit_struct_members() local 2986 input_type = CTF_DEDUP_GID_TO_TYPE (input_id); in ctf_dedup_emit_struct_members() 2999 err_type = input_type; in ctf_dedup_emit_struct_members() 3005 while ((offset = ctf_member_next (input_fp, input_type, &j, &name, in ctf_dedup_emit_struct_members()
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-dedup.c | 2982 ctf_id_t input_type, target_type; in ctf_dedup_emit_struct_members() local 2989 input_type = CTF_DEDUP_GID_TO_TYPE (input_id); in ctf_dedup_emit_struct_members() 3002 err_type = input_type; in ctf_dedup_emit_struct_members() 3008 while ((offset = ctf_member_next (input_fp, input_type, &j, &name, in ctf_dedup_emit_struct_members()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-ssa-forwprop.c | 1905 tree input_type = TREE_TYPE (x); in optimize_count_trailing_zeroes() local 1906 unsigned input_bits = tree_to_shwi (TYPE_SIZE (input_type)); in optimize_count_trailing_zeroes() 1910 if (TYPE_PRECISION (type) > 32 || !TYPE_UNSIGNED (input_type)) in optimize_count_trailing_zeroes() 1915 if (!direct_internal_fn_supported_p (IFN_CTZ, input_type, OPTIMIZE_FOR_BOTH)) in optimize_count_trailing_zeroes()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-ssa-forwprop.cc | 2314 tree input_type = TREE_TYPE (x); in optimize_count_trailing_zeroes() local 2315 unsigned input_bits = tree_to_shwi (TYPE_SIZE (input_type)); in optimize_count_trailing_zeroes() 2319 if (TYPE_PRECISION (type) > 32 || !TYPE_UNSIGNED (input_type)) in optimize_count_trailing_zeroes() 2324 if (!direct_internal_fn_supported_p (IFN_CTZ, input_type, OPTIMIZE_FOR_BOTH)) in optimize_count_trailing_zeroes()
|