Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 3929) sorted by relevance

12345678910>>...158

/freebsd-14.2/crypto/openssl/include/openssl/
H A Dpem.h174 # define IMPLEMENT_PEM_write(name, type, str, asn1) \ argument
194 # define IMPLEMENT_PEM_read(name, type, str, asn1) \ argument
198 # define IMPLEMENT_PEM_rw(name, type, str, asn1) \ argument
208 # define IMPLEMENT_PEM_rw_cb(name, type, str, asn1) \ argument
310 # define DECLARE_PEM_write(name, type) \ argument
312 # define DECLARE_PEM_write_ex(name, type) \ argument
347 # define DECLARE_PEM_rw(name, type) \ argument
349 # define DECLARE_PEM_rw_ex(name, type) \ argument
355 # define DECLARE_PEM_rw_const(name, type) \ argument
364 # define DECLARE_PEM_rw_cb(name, type) \ argument
[all …]
H A Dasn1.h.in162 int type; member
307 # define CHECKED_D2I_OF(type, d2i) \ argument
309 # define CHECKED_I2D_OF(type, i2d) \ argument
311 # define CHECKED_NEW_OF(type, xnew) \ argument
313 # define CHECKED_PTR_OF(type, p) \ argument
315 # define CHECKED_PPTR_OF(type, p) \ argument
474 int type; member
739 # define ASN1_dup_of(type,i2d,d2i,x) \ argument
758 # define M_ASN1_free_of(x, type) \ argument
775 # define ASN1_i2d_fp_of(type,i2d,out,x) \ argument
[all …]
/freebsd-14.2/contrib/ncurses/ncurses/
H A Dreport_offsets.c39 #define show_size(type) \ argument
45 #define show_offset(type,member) \ argument
54 #define show_COLORS(type,member) { flag = "c"; show_offset(type,member); } argument
60 #define show_DRIVER(type,member) { flag = "d"; show_offset(type,member); } argument
66 #define show_MLEAKS(type,member) { flag = "L"; show_offset(type,member); } argument
71 #define show_NORMAL(type,member) { flag = "n"; show_offset(type,member); } argument
72 #define show_OPTION(type,member) { flag = "+"; show_offset(type,member); } argument
75 #define show_REENTR(type,member) { flag = "r"; show_offset(type,member); } argument
81 #define show_SPFUNC(type,member) { flag = "s"; show_offset(type,member); } argument
87 #define show_THREAD(type,member) { flag = "t"; show_offset(type,member); } argument
[all …]
/freebsd-14.2/contrib/less/
H A Doptfunc.c102 public void opt_o(int type, char *s) in opt_o()
152 public void opt__O(int type, char *s) in opt__O()
162 public void opt_j(int type, char *s) in opt_j()
280 public void opt_k(int type, char *s) in opt_k()
297 public void opt_ks(int type, char *s) in opt_ks()
319 public void opt_t(int type, char *s) in opt_t()
357 public void opt__T(int type, char *s) in opt__T()
386 public void opt_p(int type, char *s) in opt_p()
455 public void opt_b(int type, char *s) in opt_b()
475 public void opt_i(int type, char *s) in opt_i()
[all …]
/freebsd-14.2/contrib/libucl/klib/
H A Dkvec.h65 #define kv_resize_safe(type, v, s, el) do { \ argument
76 #define kv_grow_safe(type, v, el) do { \ argument
87 #define kv_copy_safe(type, v1, v0, el) do { \ argument
93 #define kv_push_safe(type, v, x, el) do { \ argument
100 #define kv_prepend_safe(type, v, x, el) do { \ argument
109 #define kv_concat_safe(type, v1, v0, el) do { \ argument
116 #define kv_del(type, v, i) do { \ argument
133 #define kv_copy(type, v1, v0) do { \ argument
139 #define kv_push(type, v, x) do { \ argument
146 #define kv_prepend(type, v, x) do { \ argument
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp69 bool TypeSystem::IsAnonymousType(lldb::opaque_compiler_type_t type) { in IsAnonymousType()
73 CompilerType TypeSystem::GetArrayType(lldb::opaque_compiler_type_t type, in GetArrayType()
79 TypeSystem::GetLValueReferenceType(lldb::opaque_compiler_type_t type) { in GetLValueReferenceType()
84 TypeSystem::GetRValueReferenceType(lldb::opaque_compiler_type_t type) { in GetRValueReferenceType()
97 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier()
102 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier()
106 CompilerType TypeSystem::CreateTypedef(lldb::opaque_compiler_type_t type, in CreateTypedef()
117 CompilerType TypeSystem::GetTypeForFormatters(void *type) { in GetTypeForFormatters()
121 bool TypeSystem::IsTemplateType(lldb::opaque_compiler_type_t type) { in IsTemplateType()
151 bool TypeSystem::IsMeaninglessWithoutDynamicResolution(void *type) { in IsMeaninglessWithoutDynamicResolution()
[all …]
/freebsd-14.2/crypto/openssl/crypto/pem/
H A Dpem_local.h42 # define IMPLEMENT_PEM_provided_write_body_vars(type, asn1, pq) \ argument
81 # define IMPLEMENT_PEM_provided_write_body_main(type, outtype) \ argument
96 # define IMPLEMENT_PEM_provided_write_to(name, TYPE, type, str, asn1, \ argument
114 # define IMPLEMENT_PEM_provided_write_cb_to(name, TYPE, type, str, asn1, \ argument
135 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) argument
136 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) argument
140 # define IMPLEMENT_PEM_provided_write_fp(name, TYPE, type, str, asn1) \ argument
142 # define IMPLEMENT_PEM_provided_write_cb_fp(name, TYPE, type, str, asn1) \ argument
147 # define IMPLEMENT_PEM_provided_write_bio(name, TYPE, type, str, asn1) \ argument
149 # define IMPLEMENT_PEM_provided_write_cb_bio(name, TYPE, type, str, asn1) \ argument
[all …]
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c143 #define TRY_LOCK_FREE_CASE(n, type, ptr) \ argument
170 #define LOCK_FREE_ACTION(type) return true; in __atomic_is_lock_free_c() argument
179 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument
193 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument
211 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument
232 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument
353 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument
356 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, sub, -) argument
359 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, and, &) argument
362 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, or, |) argument
[all …]
/freebsd-14.2/sys/kern/
H A Dsubr_csan.c381 #define _CSAN_ATOMIC_FUNC_ADD(name, type) \ argument
389 #define CSAN_ATOMIC_FUNC_ADD(name, type) \ argument
402 #define CSAN_ATOMIC_FUNC_CLEAR(name, type) \ argument
443 #define _CSAN_ATOMIC_FUNC_LOAD(name, type) \ argument
451 #define CSAN_ATOMIC_FUNC_LOAD(name, type) \ argument
463 #define _CSAN_ATOMIC_FUNC_SET(name, type) \ argument
471 #define CSAN_ATOMIC_FUNC_SET(name, type) \ argument
497 #define CSAN_ATOMIC_FUNC_STORE(name, type) \ argument
501 #define CSAN_ATOMIC_FUNC_SWAP(name, type) \ argument
879 #define CSAN_BUS_PEEK_FUNC(width, type) \ argument
[all …]
H A Dsubr_hash.c55 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()
84 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()
91 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
112 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags()
146 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit()
H A Dkern_osd.c94 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register()
151 osd_deregister(u_int type, u_int slot) in osd_deregister()
186 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set()
203 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved()
282 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get()
306 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del()
316 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del()
368 osd_call(u_int type, u_int method, void *obj, void *data) in osd_call()
396 osd_exit(u_int type, struct osd *osd) in osd_exit()
/freebsd-14.2/contrib/xz/src/liblzma/check/
H A Dcheck.c17 lzma_check_is_supported(lzma_check type) in lzma_check_is_supported()
64 lzma_check_size(lzma_check type) in lzma_check_size()
84 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init()
117 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update()
148 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
/freebsd-14.2/lib/libnv/tests/
H A Dcnv_tests.cc47 int type; in ATF_TEST_CASE_BODY() local
81 int type; in ATF_TEST_CASE_BODY() local
116 int type; in ATF_TEST_CASE_BODY() local
150 int type; in ATF_TEST_CASE_BODY() local
218 int type; in ATF_TEST_CASE_BODY() local
252 int type; in ATF_TEST_CASE_BODY() local
551 int type; in ATF_TEST_CASE_BODY() local
594 int type; in ATF_TEST_CASE_BODY() local
638 int type; in ATF_TEST_CASE_BODY() local
683 int type; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd-14.2/sys/sys/
H A Dtree.h74 #define SPLAY_HEAD(name, type) \ argument
86 #define SPLAY_ENTRY(type) \ argument
308 #define RB_HEAD(name, type) \ argument
320 #define RB_ENTRY(type) \ argument
408 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
428 #define RB_PROTOTYPE_RANK(name, type, attr) \ argument
431 #define RB_PROTOTYPE_RANK(name, type, attr) argument
446 #define RB_PROTOTYPE_FIND(name, type, attr) \ argument
450 #define RB_PROTOTYPE_NEXT(name, type, attr) \ argument
455 #define RB_PROTOTYPE_PREV(name, type, attr) \ argument
[all …]
H A Darb.h45 #define ARB_HEAD(name, type, idxbits) \ argument
55 #define ARB8_HEAD(name, type) ARB_HEAD(name, type, 8) argument
235 #define ARB_PROTOTYPE(name, type, field, cmp) \ argument
262 #define ARB_PROTOTYPE_CFIND(name, type, attr) \ argument
265 #define ARB_PROTOTYPE_FIND(name, type, attr) \ argument
268 #define ARB_PROTOTYPE_NFIND(name, type, attr) \ argument
273 #define ARB_PROTOTYPE_CNEXT(name, type, attr) \ argument
276 #define ARB_PROTOTYPE_NEXT(name, type, attr) \ argument
279 #define ARB_PROTOTYPE_CPREV(name, type, attr) \ argument
282 #define ARB_PROTOTYPE_PREV(name, type, attr) \ argument
[all …]
/freebsd-14.2/sys/netgraph/
H A Dng_parse.c146 ng_parse(const struct ng_parse_type *type, in ng_parse()
156 ng_unparse(const struct ng_parse_type *type, in ng_unparse()
182 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse()
285 ng_array_parse(const struct ng_parse_type *type, in ng_array_parse()
293 ng_array_unparse(const struct ng_parse_type *type, in ng_array_unparse()
332 ng_int8_parse(const struct ng_parse_type *type, in ng_int8_parse()
351 ng_int8_unparse(const struct ng_parse_type *type, in ng_int8_unparse()
427 ng_int16_parse(const struct ng_parse_type *type, in ng_int16_parse()
523 ng_int32_parse(const struct ng_parse_type *type, in ng_int32_parse()
622 ng_int64_parse(const struct ng_parse_type *type, in ng_int64_parse()
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp35 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName()
42 std::string AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString()
52 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber()
68 StringLexer &type, in ReadStructElement()
82 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct()
88 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion()
94 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate()
152 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray()
171 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType()
253 StringLexer &type, bool for_expression, in BuildType()
/freebsd-14.2/crypto/openssl/include/crypto/
H A Dsparse_array.h21 # define SPARSE_ARRAY_OF(type) struct sparse_array_st_ ## type argument
23 # define DEFINE_SPARSE_ARRAY_OF_INTERNAL(type, ctype) \ argument
73 # define DEFINE_SPARSE_ARRAY_OF(type) \ argument
75 # define DEFINE_SPARSE_ARRAY_OF_CONST(type) \ argument
/freebsd-14.2/sys/compat/linuxkpi/common/include/linux/
H A Dinterval_tree_generic.h31 #define INTERVAL_TREE_DEFINE(type, field, valtype, dummy, START, LAST, \ argument
39 #define __IT_DEFINE_ITER_FROM(type, field, valtype, START, LAST, name) \ argument
56 #define __IT_DEFINE_ITER_FIRST(type, valtype, attr, name) \ argument
63 #define __IT_DEFINE_ITER_NEXT(type, field, valtype, attr, name) \ argument
70 #define __IT_DEFINE_INSERT(type, field, START, attr, name) \ argument
94 #define __IT_DEFINE_REMOVE(type, field, attr, name) \ argument
/freebsd-14.2/bin/date/
H A Dvary.c57 domktime(struct tm *t, char type) in domktime()
127 adjyear(struct tm *t, char type, int64_t val, int mk) in adjyear()
148 adjmon(struct tm *t, char type, int64_t val, int istext, int mk) in adjmon()
208 adjday(struct tm *t, char type, int64_t val, int mk) in adjday()
252 adjwday(struct tm *t, char type, int64_t val, int istext, int mk) in adjwday()
288 adjhour(struct tm *t, char type, int64_t val, int mk) in adjhour()
333 adjmin(struct tm *t, char type, int64_t val, int mk) in adjmin()
374 adjsec(struct tm *t, char type, int64_t val, int mk) in adjsec()
417 char type; in vary_apply() local
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/
H A Datomic.c32 #define ATOMIC_INC(name, type) \ argument
50 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument
116 #define ATOMIC_OR(name, type) \ in ATOMIC_SUB() argument
134 #define ATOMIC_AND(name, type) \ argument
156 #define ATOMIC_INC_NV(name, type) \ argument
174 #define ATOMIC_DEC_NV(name, type) \ argument
240 #define ATOMIC_OR_NV(name, type) \ in ATOMIC_SUB_NV() argument
258 #define ATOMIC_AND_NV(name, type) \ argument
286 #define ATOMIC_CAS(name, type) \ argument
319 #define ATOMIC_SWAP(name, type) \ in ATOMIC_CAS() argument
/freebsd-14.2/cddl/contrib/opensolaris/common/ctf/
H A Dctf_types.c34 uint_t index, type; in ctf_get_ctt_index() local
133 uint_t name, type; in ctf_get_ctm_info() local
209 uint_t type; in ctf_member_iter() local
287 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve()
482 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size()
534 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align()
572 uint_t type; in ctf_type_align() local
595 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind()
645 ctf_type_pointer(ctf_file_t *fp, ctf_id_t type) in ctf_type_pointer()
817 uint_t type; in _ctf_member_info() local
[all …]
/freebsd-14.2/crypto/heimdal/lib/asn1/
H A Dsymbol.h78 } type; member
94 struct type *type; member
124 struct type { struct
125 Typetype type; member
128 struct type *subtype; argument
129 struct tagtype tag; argument
134 typedef struct type Type; argument
140 Type *type; member
157 Type *type; member
/freebsd-14.2/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c114 bhnd_nvram_type_name(bhnd_nvram_type type) in bhnd_nvram_type_name()
179 bhnd_nvram_is_signed_type(bhnd_nvram_type type) in bhnd_nvram_is_signed_type()
225 bhnd_nvram_is_unsigned_type(bhnd_nvram_type type) in bhnd_nvram_is_unsigned_type()
241 bhnd_nvram_is_int_type(bhnd_nvram_type type) in bhnd_nvram_is_int_type()
283 bhnd_nvram_is_array_type(bhnd_nvram_type type) in bhnd_nvram_is_array_type()
326 bhnd_nvram_base_type(bhnd_nvram_type type) in bhnd_nvram_base_type()
368 bhnd_nvram_raw_type(bhnd_nvram_type type) in bhnd_nvram_raw_type()
424 bhnd_nvram_type_width(bhnd_nvram_type type) in bhnd_nvram_type_width()
476 bhnd_nvram_type_host_align(bhnd_nvram_type type) in bhnd_nvram_type_host_align()
/freebsd-14.2/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
H A Dsysmacros.h63 #define P2NPHASE_TYPED(x, align, type) \ argument
79 #define P2ALIGN_TYPED(x, align, type) \ argument
81 #define P2PHASE_TYPED(x, align, type) \ argument
83 #define P2NPHASE_TYPED(x, align, type) \ argument
85 #define P2ROUNDUP_TYPED(x, align, type) \ argument
87 #define P2END_TYPED(x, align, type) \ argument
89 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument
91 #define P2CROSS_TYPED(x, y, align, type) \ argument
93 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument

12345678910>>...158