| /src/sys/contrib/dev/athk/ath10k/ |
| H A D | qmi_wlfw_v01.c | 13 .data_type = QMI_UNSIGNED_4_BYTE, 22 .data_type = QMI_SIGNED_4_BYTE_ENUM, 31 .data_type = QMI_UNSIGNED_4_BYTE, 40 .data_type = QMI_UNSIGNED_4_BYTE, 49 .data_type = QMI_UNSIGNED_4_BYTE, 62 .data_type = QMI_UNSIGNED_4_BYTE, 71 .data_type = QMI_SIGNED_4_BYTE_ENUM, 80 .data_type = QMI_UNSIGNED_4_BYTE, 93 .data_type = QMI_UNSIGNED_2_BYTE, 102 .data_type = QMI_UNSIGNED_2_BYTE, [all …]
|
| /src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | ProgramStateTrait.h | 150 using data_type = llvm::ImmutableMap<Key, Data, Info>; 151 using context_type = typename data_type::Factory &; 156 static data_type MakeData(void *const *p) { 157 return p ? data_type((typename data_type::TreeTy *) *p) 158 : data_type(nullptr); 161 static void *MakeVoidPtr(data_type B) { 165 static lookup_type Lookup(data_type B, key_type K) { 169 static data_type Set(data_type B, key_type K, value_type E, 174 static data_type Remove(data_type B, key_type K, context_type F) { 178 static bool Contains(data_type B, key_type K) { [all …]
|
| H A D | ProgramState.h | 52 typedef typename T::data_type data_type; typedef 53 static inline void *MakeVoidPtr(data_type D) { return (void*) D; } in MakeVoidPtr() 54 static inline data_type MakeData(void *const* P) { in MakeData() 55 return P ? (data_type) *P : (data_type) 0; in MakeData() 426 typename ProgramStateTrait<T>::data_type 454 set(typename ProgramStateTrait<T>::data_type D) const; 642 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) { in set() 857 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { in set()
|
| /src/sys/contrib/dev/athk/ath12k/ |
| H A D | qmi.c | 30 .data_type = QMI_UNSIGNED_1_BYTE, 39 .data_type = QMI_UNSIGNED_1_BYTE, 48 .data_type = QMI_UNSIGNED_1_BYTE, 57 .data_type = QMI_UNSIGNED_1_BYTE, 66 .data_type = QMI_EOTI, 74 .data_type = QMI_OPT_FLAG, 83 .data_type = QMI_UNSIGNED_4_BYTE, 92 .data_type = QMI_OPT_FLAG, 101 .data_type = QMI_UNSIGNED_4_BYTE, 110 .data_type = QMI_OPT_FLAG, [all …]
|
| /src/sys/contrib/dev/athk/ath11k/ |
| H A D | qmi.c | 51 .data_type = QMI_OPT_FLAG, 60 .data_type = QMI_UNSIGNED_4_BYTE, 69 .data_type = QMI_OPT_FLAG, 78 .data_type = QMI_UNSIGNED_4_BYTE, 87 .data_type = QMI_OPT_FLAG, 96 .data_type = QMI_DATA_LEN, 105 .data_type = QMI_UNSIGNED_4_BYTE, 114 .data_type = QMI_OPT_FLAG, 123 .data_type = QMI_UNSIGNED_1_BYTE, 132 .data_type = QMI_OPT_FLAG, [all …]
|
| /src/crypto/openssl/crypto/ |
| H A D | params.c | 67 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() argument 73 res.data_type = data_type; in ossl_param_construct() 204 if (p->data_type == OSSL_PARAM_INTEGER) in general_get_int() 206 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_get_int() 221 if (p->data_type == OSSL_PARAM_INTEGER) in general_set_int() 223 else if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_set_int() 239 if (p->data_type == OSSL_PARAM_INTEGER) in general_get_uint() 241 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_get_uint() 256 if (p->data_type == OSSL_PARAM_INTEGER) in general_set_uint() 258 else if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_set_uint() [all …]
|
| H A D | params_from_text.c | 47 switch (p->data_type) { in prepare_from_text() 58 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER in prepare_from_text() 74 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) in prepare_from_text() 91 if (p->data_type == OSSL_PARAM_INTEGER && buf_bits % 8 == 0) in prepare_from_text() 143 switch (paramdef->data_type) { in construct_from_text() 162 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text() 246 switch (p->data_type) { in OSSL_PARAM_print_to_bio() 295 p->data_type, p->data_size); in OSSL_PARAM_print_to_bio()
|
| H A D | params_dup.c | 53 last->data_type = OSSL_PARAM_ALLOCATED_END; in ossl_param_set_secure_block() 72 if (in->data_type == OSSL_PARAM_OCTET_PTR in ossl_param_dup() 73 || in->data_type == OSSL_PARAM_UTF8_PTR) { in ossl_param_dup() 82 if (in->data_type == OSSL_PARAM_UTF8_STRING) in ossl_param_dup() 232 if (p->data_type == OSSL_PARAM_ALLOCATED_END) in OSSL_PARAM_free()
|
| /src/crypto/openssl/test/ |
| H A D | param_build_test.c | 37 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_single_zero_test() 70 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_private_single_zero_test() 149 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 156 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 162 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 169 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 176 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test() 184 || !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL) in template_public_test() 199 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_test() 205 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_test() [all …]
|
| H A D | provider_status_test.c | 62 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events() 67 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events() 72 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderInternals.h | 52 using data_type = SmallVector<GlobalDeclID, 4>; variable 55 data_type &Data; 58 data_type_builder(data_type &D) : Data(D) {} in data_type_builder() 109 static void MergeDataInto(const data_type &From, data_type_builder &To) { in MergeDataInto() 168 using data_type = IdentifierInfo *; 174 data_type ReadData(const internal_key_type& k, 195 struct data_type { struct 227 data_type ReadData(Selector, const unsigned char* d, unsigned DataLen); 261 using data_type = HeaderFileInfo; variable 278 data_type ReadData(internal_key_ref,const unsigned char *d, unsigned DataLen);
|
| H A D | MultiOnDiskHashTable.h | 50 using data_type = typename Info::data_type; variable 75 llvm::DenseMap<internal_key_type, data_type> Data; 230 data_type find(const external_key_type &EKey) { in find() 231 data_type Result; in find() 263 data_type findAll() { in findAll() 264 data_type Result; in findAll()
|
| /src/crypto/openssl/providers/common/ |
| H A D | provider_util.c | 59 if (p->data_type != OSSL_PARAM_UTF8_STRING) in load_common() 72 if (p->data_type != OSSL_PARAM_UTF8_STRING) in load_common() 107 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_cipher_load_from_params() 192 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_digest_load_from_params() 247 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx() 256 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx() 264 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx() 309 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params() 316 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
|
| /src/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | ImmutableMap.h | 33 using data_type = const S; member 69 using data_type = typename ValInfo::data_type; variable 100 TreeTy *T = F.add(Old.Root.get(), std::pair<key_type, data_type>(K, D)); in add() 169 data_type* lookup(key_type_ref K) const { in lookup() 209 using data_type = typename ValInfo::data_type; variable 244 Factory->add(Root.get(), std::pair<key_type, data_type>(K, D)); in add() 299 data_type *lookup(key_type_ref K) const { in lookup()
|
| /src/crypto/openssl/apps/lib/ |
| H A D | app_params.c | 20 switch (param->data_type) { in describe_param_type() 56 printed_len = BIO_snprintf(buf, bufsz, " [%d]", param->data_type); in describe_param_type() 103 switch (p->data_type) { in print_param_value() 128 p->data_type, p->data_size); in print_param_value()
|
| /src/crypto/openssl/crypto/ffc/ |
| H A D | ffc_backend.c | 36 if (prm->data_type != OSSL_PARAM_UTF8_STRING in ossl_ffc_params_fromdata() 76 if (prm->data_type != OSSL_PARAM_OCTET_STRING in ossl_ffc_params_fromdata() 104 if (prm->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata() 108 if (p1->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
|
| /src/crypto/openssl/providers/implementations/encode_decode/ |
| H A D | decode_pem2der.c | 137 const char *data_type; in pem2der_decode() member 217 char *data_type = (char *)pem_name_map[i].data_type; in pem2der_decode() local 246 if (data_type != NULL) in pem2der_decode() 248 data_type, 0); in pem2der_decode()
|
| /src/crypto/openssl/crypto/store/ |
| H A D | store_result.c | 65 const char *data_type; member 106 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_type)) in ossl_store_handle_load_result() 212 if (data->data_type == NULL) in try_key_ref() 215 keymgmt = EVP_KEYMGMT_fetch(libctx, data->data_type, propq); in try_key_ref() 255 data->data_type, propq); in try_key_ref() 303 data->data_type, selection, libctx, in try_key_value() 493 if (data->data_type != NULL in try_cert() 494 && (OPENSSL_strcasecmp(data->data_type, PEM_STRING_X509_TRUSTED) == 0)) in try_cert()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | OnDiskHashTable.h | 63 typename Info::data_type Data; 284 typedef typename Info::data_type data_type; typedef 334 data_type operator*() const { return InfoObj->ReadData(Key, Data, Len); } 441 typedef typename base_type::data_type data_type; typedef 554 typedef data_type value_type;
|
| /src/crypto/openssl/providers/implementations/ciphers/ |
| H A D | cipher_chacha20_poly1305.c | 129 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_get_ctx_params() 210 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_set_ctx_params() 230 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_set_ctx_params() 244 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_set_ctx_params()
|
| H A D | cipher_aes_cbc_hmac_sha.c | 101 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in aes_set_ctx_params() 129 if (p->data_type != OSSL_PARAM_OCTET_STRING in aes_set_ctx_params() 157 if (p->data_type != OSSL_PARAM_OCTET_STRING in aes_set_ctx_params() 159 || pin->data_type != OSSL_PARAM_OCTET_STRING in aes_set_ctx_params() 175 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in aes_set_ctx_params()
|
| /src/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 524 using data_type = const IndexedMemProfRecord &; 556 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() 577 using data_type = IndexedMemProfRecord; variable 639 using data_type = Frame; variable 673 using data_type = const Frame; 703 data_type ReadData(uint64_t K, const unsigned char *D, in ReadData() 715 using data_type = llvm::SmallVector<FrameId>; variable 754 using data_type = const llvm::SmallVector<FrameId>; 784 data_type ReadData(uint64_t K, const unsigned char *D, offset_type Length) { in ReadData()
|
| /src/crypto/openssl/providers/implementations/storemgmt/ |
| H A D | file_store_any2obj.c | 93 const char *data_type, BUF_MEM *mem, in any2obj_decode_final() argument 106 if (data_type != NULL) in any2obj_decode_final() 108 (char *)data_type, 0); in any2obj_decode_final()
|
| /src/sys/dev/fb/ |
| H A D | splash.c | 66 if (decoder->data_type == NULL) in splash_find_data() 69 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
|
| /src/crypto/openssl/providers/implementations/keymgmt/ |
| H A D | dh_kmgmt.c | 330 if (p->data_type != OSSL_PARAM_OCTET_STRING) in dh_get_params() 375 && (p->data_type != OSSL_PARAM_OCTET_STRING in dh_set_params() 538 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params() 550 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params() 621 && (p->data_type != OSSL_PARAM_OCTET_STRING in dhx_gen_set_params() 629 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params() 638 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
|