Home
last modified time | relevance | path

Searched refs:data_type (Results 1 – 25 of 115) sorted by relevance

12345

/freebsd/sys/contrib/dev/athk/ath10k/
H A Dqmi_wlfw_v01.c12 .data_type = QMI_UNSIGNED_4_BYTE,
21 .data_type = QMI_SIGNED_4_BYTE_ENUM,
30 .data_type = QMI_UNSIGNED_4_BYTE,
39 .data_type = QMI_UNSIGNED_4_BYTE,
48 .data_type = QMI_UNSIGNED_4_BYTE,
61 .data_type = QMI_UNSIGNED_4_BYTE,
70 .data_type = QMI_SIGNED_4_BYTE_ENUM,
79 .data_type = QMI_UNSIGNED_4_BYTE,
92 .data_type = QMI_UNSIGNED_2_BYTE,
101 .data_type = QMI_UNSIGNED_2_BYTE,
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h150 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 DProgramState.h52 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()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dqmi.c30 .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 …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dqmi.c48 .data_type = QMI_OPT_FLAG,
57 .data_type = QMI_UNSIGNED_4_BYTE,
66 .data_type = QMI_OPT_FLAG,
75 .data_type = QMI_UNSIGNED_4_BYTE,
84 .data_type = QMI_OPT_FLAG,
93 .data_type = QMI_DATA_LEN,
102 .data_type = QMI_UNSIGNED_4_BYTE,
111 .data_type = QMI_OPT_FLAG,
120 .data_type = QMI_UNSIGNED_1_BYTE,
129 .data_type = QMI_OPT_FLAG,
[all …]
/freebsd/crypto/openssl/crypto/
H A Dparams.c43 static OSSL_PARAM ossl_param_construct(const char *key, unsigned int data_type, in ossl_param_construct() argument
49 res.data_type = data_type; in ossl_param_construct()
170 if (p->data_type == OSSL_PARAM_INTEGER) in general_get_int()
172 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_get_int()
185 if (p->data_type == OSSL_PARAM_INTEGER) in general_set_int()
187 else if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_set_int()
196 if (p->data_type == OSSL_PARAM_INTEGER) in general_get_uint()
198 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_get_uint()
211 if (p->data_type == OSSL_PARAM_INTEGER) in general_set_uint()
213 else if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER) in general_set_uint()
[all …]
H A Dparams_from_text.c49 switch (p->data_type) { in prepare_from_text()
60 if (p->data_type == OSSL_PARAM_UNSIGNED_INTEGER in prepare_from_text()
76 if (p->data_type == OSSL_PARAM_INTEGER && BN_is_negative(*tmpbn) in prepare_from_text()
93 if (p->data_type == OSSL_PARAM_INTEGER && buf_bits % 8 == 0) in prepare_from_text()
145 switch (paramdef->data_type) { in construct_from_text()
164 if (paramdef->data_type == OSSL_PARAM_INTEGER in construct_from_text()
H A Dparams_dup.c56 last->data_type = OSSL_PARAM_ALLOCATED_END; in ossl_param_set_secure_block()
75 if (in->data_type == OSSL_PARAM_OCTET_PTR in ossl_param_dup()
76 || in->data_type == OSSL_PARAM_UTF8_PTR) { in ossl_param_dup()
85 if (in->data_type == OSSL_PARAM_UTF8_STRING) in ossl_param_dup()
231 if (p->data_type == OSSL_PARAM_ALLOCATED_END) in OSSL_PARAM_free()
/freebsd/crypto/openssl/test/
H A Dparam_build_test.c36 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_single_zero_test()
69 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_private_single_zero_test()
143 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
150 || !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()
163 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
170 || !TEST_uint_eq(p->data_type, OSSL_PARAM_INTEGER) in template_public_test()
178 || !TEST_uint_eq(p->data_type, OSSL_PARAM_REAL) in template_public_test()
193 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_test()
199 || !TEST_uint_eq(p->data_type, OSSL_PARAM_UNSIGNED_INTEGER) in template_public_test()
[all …]
H A Dprovider_status_test.c61 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
66 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
71 if (p == NULL || p->data_type != OSSL_PARAM_UTF8_STRING) in self_test_events()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderInternals.h52 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 DMultiOnDiskHashTable.h50 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()
/freebsd/crypto/openssl/providers/common/
H A Dprovider_util.c59 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()
240 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_set_macctx()
248 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()
302 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
308 if (p->data_type != OSSL_PARAM_UTF8_STRING) in ossl_prov_macctx_load_from_params()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h33 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()
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Ddecode_pem2der.c106 const char *data_type; in pem2der_decode() member
182 char *data_type = (char *)pem_name_map[i].data_type; in pem2der_decode() local
186 if (data_type != NULL) in pem2der_decode()
189 data_type, 0); in pem2der_decode()
/freebsd/crypto/openssl/apps/lib/
H A Dapp_params.c20 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()
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_backend.c39 if (prm->data_type != OSSL_PARAM_UTF8_STRING in ossl_ffc_params_fromdata()
79 if (prm->data_type != OSSL_PARAM_OCTET_STRING) in ossl_ffc_params_fromdata()
108 if (prm->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
112 if (p1->data_type != OSSL_PARAM_UTF8_STRING) in ossl_ffc_params_fromdata()
/freebsd/crypto/openssl/crypto/store/
H A Dstore_result.c64 const char *data_type; member
105 && !OSSL_PARAM_get_utf8_string_ptr(p, &helper_data.data_type)) in ossl_store_handle_load_result()
197 if (data->data_type == NULL) in try_key_ref()
200 keymgmt = EVP_KEYMGMT_fetch(libctx, data->data_type, propq); in try_key_ref()
241 data->data_type, propq); in try_key_ref()
290 data->data_type, selection, libctx, in try_key_value()
477 if (data->data_type != NULL in try_cert()
478 && (OPENSSL_strcasecmp(data->data_type, PEM_STRING_X509_TRUSTED) == 0)) in try_cert()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h63 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;
/freebsd/crypto/openssl/providers/implementations/ciphers/
H A Dcipher_chacha20_poly1305.c129 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_get_ctx_params()
198 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_set_ctx_params()
218 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_set_ctx_params()
232 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in chacha20_poly1305_set_ctx_params()
H A Dcipher_aes_cbc_hmac_sha.c102 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in aes_set_ctx_params()
130 if (p->data_type != OSSL_PARAM_OCTET_STRING in aes_set_ctx_params()
158 if (p->data_type != OSSL_PARAM_OCTET_STRING in aes_set_ctx_params()
160 || pin->data_type != OSSL_PARAM_OCTET_STRING in aes_set_ctx_params()
176 if (p->data_type != OSSL_PARAM_OCTET_STRING) { in aes_set_ctx_params()
/freebsd/crypto/openssl/crypto/encode_decode/
H A Ddecoder_lib.c688 const char *data_type = NULL; in decoder_process() local
763 if (p == NULL || p->data_type != OSSL_PARAM_OCTET_STRING) in decoder_process()
772 if (p != NULL && !OSSL_PARAM_get_utf8_string_ptr(p, &data_type)) in decoder_process()
793 if (data_type != NULL && data_structure != NULL in decoder_process()
802 data_type, trace_data_structure, in decoder_process()
885 if (data_type != NULL && !OSSL_DECODER_is_a(new_decoder, data_type)) { in decoder_process()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h524 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()
/freebsd/sys/dev/fb/
H A Dsplash.c66 if (decoder->data_type == NULL) in splash_find_data()
69 image_module = preload_search_by_type(decoder->data_type); in splash_find_data()
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c329 if (p->data_type != OSSL_PARAM_OCTET_STRING) in dh_get_params()
374 && (p->data_type != OSSL_PARAM_OCTET_STRING in dh_set_params()
535 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params()
546 if (p->data_type != OSSL_PARAM_UTF8_STRING in dh_gen_common_set_params()
618 && (p->data_type != OSSL_PARAM_OCTET_STRING in dhx_gen_set_params()
626 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()
635 if (p->data_type != OSSL_PARAM_UTF8_STRING) in dhx_gen_set_params()

12345