| /src/sys/dev/fdt/ |
| gpiokeys.c | 163 u_int debounce, input_type, code; local 174 if (of_getprop_uint32(child, "linux,input-type", &input_type)) 175 input_type = EV_KEY; /* default */ 200 switch (input_type) {
|
| /src/crypto/external/apache2/openssl/dist/crypto/encode_decode/ |
| encoder_local.h | 109 const char *input_type; /* Never NULL */ member in struct:ossl_decoder_instance_st
|
| decoder_pkey.c | 267 && di->input_type != NULL 268 && OPENSSL_strcasecmp(di->input_type, data->ctx->start_input_type) != 0 269 && (OPENSSL_strcasecmp(di->input_type, "DER") != 0 445 const char *input_type = ctx->start_input_type; local 453 input_type != NULL ? " from " : "", 454 input_type != NULL ? input_type : "", 577 const char *input_type, 591 if (!OSSL_DECODER_CTX_set_input_type(dest, input_type) 666 char *input_type; member in struct:__anon215 [all...] |
| decoder_lib.c | 97 const char *input_type local 106 spaces, input_type_label, input_type, comma, 184 const char *input_type) 195 ctx->start_input_type = input_type; 271 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); 273 if (decoder_inst->input_type == NULL) { 785 return decoder_inst->input_type;
|
| /src/crypto/external/apache2/openssl/dist/providers/implementations/storemgmt/ |
| winstore_store.c | 209 const char *input_type; local 229 input_type = OSSL_DECODER_INSTANCE_get_input_type(to_obj_inst); 230 if (OPENSSL_strcasecmp(input_type, "DER") != 0) {
|
| file_store.c | 79 char *input_type; member in struct:file_ctx_st::__anon598::__anon599 118 OPENSSL_free(ctx->_.file.input_type); 337 OPENSSL_free(ctx->_.file.input_type); 338 ctx->_.file.input_type = NULL; 339 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) 430 ctx->_.file.input_type)) { 492 const char *input_type; local 512 input_type = OSSL_DECODER_INSTANCE_get_input_type(to_obj_inst); 513 if (ctx->_.file.input_type != NULL 514 && OPENSSL_strcasecmp(input_type, ctx->_.file.input_type) != [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/encode_decode/ |
| decoder_pkey.c | 313 const char *input_type = ctx->start_input_type; local 330 input_type != NULL ? " from " : "", 331 input_type != NULL ? input_type : "", 431 const char *input_type, 448 input_type, input_structure); 451 if (OSSL_DECODER_CTX_set_input_type(ctx, input_type)
|
| encoder_local.h | 109 const char *input_type; /* Never NULL */ member in struct:ossl_decoder_instance_st
|
| decoder_lib.c | 94 const char *input_type local 103 spaces, input_type_label, input_type, comma, 181 const char *input_type) 192 ctx->start_input_type = input_type; 243 decoder_inst->input_type = ossl_property_get_string_value(libctx, prop); 244 if (decoder_inst->input_type == NULL) { 662 return decoder_inst->input_type;
|
| /src/crypto/external/apache2/openssl/dist/crypto/store/ |
| store_result.c | 66 const char *input_type; member in struct:extracted_param_data_st 120 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.input_type)) 302 decoderctx = OSSL_DECODER_CTX_new_for_pkey(&pk, data->input_type, data->data_structure,
|
| /src/crypto/external/bsd/openssl/dist/providers/implementations/storemgmt/ |
| file_store.c | 80 char *input_type; member in struct:file_ctx_st::__anon1637::__anon1638 119 OPENSSL_free(ctx->_.file.input_type); 341 OPENSSL_free(ctx->_.file.input_type); 342 ctx->_.file.input_type = NULL; 343 if (!OSSL_PARAM_get_utf8_string(p, &ctx->_.file.input_type, 0)) 433 ctx->_.file.input_type)) {
|
| /src/external/gpl3/gdb/dist/libctf/ |
| ctf-dedup.c | 3005 ctf_id_t input_type, target_type; local 3012 input_type = CTF_DEDUP_GID_TO_TYPE (input_id); 3025 err_type = input_type; 3031 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
|
| /src/external/gpl3/gdb.old/dist/libctf/ |
| ctf-dedup.c | 2979 ctf_id_t input_type, target_type; local 2986 input_type = CTF_DEDUP_GID_TO_TYPE (input_id); 2999 err_type = input_type; 3005 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
|
| /src/external/gpl3/binutils/dist/libctf/ |
| ctf-dedup.c | 3159 ctf_id_t input_type, target_type; local 3166 input_type = CTF_DEDUP_GID_TO_TYPE (input_id); 3179 err_type = input_type; 3185 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
|
| /src/external/gpl3/binutils.old/dist/libctf/ |
| ctf-dedup.c | 3159 ctf_id_t input_type, target_type; local 3166 input_type = CTF_DEDUP_GID_TO_TYPE (input_id); 3179 err_type = input_type; 3185 while ((offset = ctf_member_next (input_fp, input_type, &j, &name,
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| apps.c | 904 const char *input_type; local 960 if ((input_type = format2string(format)) != NULL) { 962 (char *)(intptr_t)input_type, 0);
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| apps.c | 882 const char *input_type; local 936 if ((input_type = format2string(format)) != NULL) { 938 (char *)input_type, 0);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| tree-ssa-forwprop.cc | 2322 tree input_type = TREE_TYPE (x); local 2323 unsigned input_bits = tree_to_shwi (TYPE_SIZE (input_type)); 2327 if (TYPE_PRECISION (type) > 32 || !TYPE_UNSIGNED (input_type)) 2332 if (!direct_internal_fn_supported_p (IFN_CTZ, input_type, OPTIMIZE_FOR_BOTH))
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-forwprop.cc | 2314 tree input_type = TREE_TYPE (x); local 2315 unsigned input_bits = tree_to_shwi (TYPE_SIZE (input_type)); 2319 if (TYPE_PRECISION (type) > 32 || !TYPE_UNSIGNED (input_type)) 2324 if (!direct_internal_fn_supported_p (IFN_CTZ, input_type, OPTIMIZE_FOR_BOTH))
|
| /src/external/gpl3/binutils/dist/ld/ |
| ldlex.h | 492 } input_type; typedef in typeref:enum:input_enum 494 extern input_type parser_input;
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldlex.h | 486 } input_type; typedef in typeref:enum:input_enum 488 extern input_type parser_input;
|