Home
last modified time | relevance | path

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

12345678910>>...121

/freebsd/crypto/openssl/include/openssl/
H A Dpem.h69 # define PEM_read_cb_fnsig(name, type, INTYPE, readname) \ argument
72 # define PEM_read_cb_ex_fnsig(name, type, INTYPE, readname) \ argument
78 # define PEM_write_fnsig(name, type, OUTTYPE, writename) \ argument
80 # define PEM_write_cb_fnsig(name, type, OUTTYPE, writename) \ argument
85 # define PEM_write_ex_fnsig(name, type, OUTTYPE, writename) \ argument
89 # define PEM_write_cb_ex_fnsig(name, type, OUTTYPE, writename) \ argument
99 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
100 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
102 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
104 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
[all …]
H A Dasn1.h.in162 int type; member
239 # define DECLARE_ASN1_FUNCTIONS_attr(attr, type) \ argument
241 # define DECLARE_ASN1_FUNCTIONS(type) \ argument
244 # define DECLARE_ASN1_ALLOC_FUNCTIONS_attr(attr, type) \ argument
246 # define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \ argument
249 # define DECLARE_ASN1_FUNCTIONS_name_attr(attr, type, name) \ argument
252 # define DECLARE_ASN1_FUNCTIONS_name(type, name) \ argument
255 # define DECLARE_ASN1_ENCODE_FUNCTIONS_attr(attr, type, itname, name) \ argument
258 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
261 # define DECLARE_ASN1_ENCODE_FUNCTIONS_name_attr(attr, type, name) \ argument
[all …]
/freebsd/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/contrib/less/
H A Doptfunc.c102 opt_o(int type,char * s) opt_o() argument
152 opt__O(int type,char * s) opt__O() argument
162 opt_j(int type,char * s) opt_j() argument
222 opt_shift(int type,char * s) opt_shift() argument
280 opt_k(int type,char * s) opt_k() argument
297 opt_ks(int type,char * s) opt_ks() argument
319 opt_t(int type,char * s) opt_t() argument
357 opt__T(int type,char * s) opt__T() argument
386 opt_p(int type,char * s) opt_p() argument
419 opt__P(int type,char * s) opt__P() argument
455 opt_b(int type,char * s) opt_b() argument
475 opt_i(int type,char * s) opt_i() argument
492 opt__V(int type,char * s) opt__V() argument
602 opt_D(int type,char * s) opt_D() argument
709 opt_x(int type,char * s) opt_x() argument
745 opt_quote(int type,char * s) opt_quote() argument
784 opt_rscroll(int type,char * s) opt_rscroll() argument
816 opt_query(int type,char * s) opt_query() argument
833 opt_mousecap(int type,char * s) opt_mousecap() argument
853 opt_wheel_lines(int type,char * s) opt_wheel_lines() argument
871 opt_linenum_width(int type,char * s) opt_linenum_width() argument
895 opt_status_col_width(int type,char * s) opt_status_col_width() argument
919 opt_filesize(int type,char * s) opt_filesize() argument
937 opt_intr(int type,char * s) opt_intr() argument
960 opt_header(int type,char * s) opt_header() argument
1007 opt_search_type(int type,char * s) opt_search_type() argument
1070 opt_ttyin_name(int type,char * s) opt_ttyin_name() argument
[all...]
/freebsd/contrib/libucl/klib/
H A Dkvec.h57 #define kvec_t(type) struct { size_t n, m; type *a; } argument
65 #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
128 #define kv_resize(type, v, s) ((v).m = (s), (v).a = (type*)realloc((v).a, sizeof(type) * (v).m)) argument
130 #define kv_grow(type, v) ((v).m = ((v).m > 1 ? (v).m * kv_grow_factor : 2), \ argument
[all …]
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DTypeSystem.cpp66 bool TypeSystem::Verify(lldb::opaque_compiler_type_t type) { return true; } in Verify()
69 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()
88 CompilerType TypeSystem::GetAtomicType(lldb::opaque_compiler_type_t type) { in GetAtomicType()
92 CompilerType TypeSystem::AddConstModifier(lldb::opaque_compiler_type_t type) { in AddConstModifier()
96 CompilerType TypeSystem::AddPtrAuthModifier(lldb::opaque_compiler_type_t type, in AddPtrAuthModifier()
102 TypeSystem::AddVolatileModifier(lldb::opaque_compiler_type_t type) { in AddVolatileModifier()
107 TypeSystem::AddRestrictModifier(lldb::opaque_compiler_type_t type) { in AddRestrictModifier()
[all …]
/freebsd/contrib/libder/libder/
H A Dlibder_type.c14 libder_type_simple_abi(const struct libder_tag *type) in libder_type_simple_abi()
34 struct libder_tag *type; in libder_type_dup() local
72 struct libder_tag *type; in libder_type_alloc_simple() local
88 libder_type_release(struct libder_tag *type) in libder_type_release()
104 libder_type_free(struct libder_tag *type) in libder_type_free()
115 libder_normalize_type(struct libder_ctx *ctx, struct libder_tag *type) in libder_normalize_type()
/freebsd/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/sys/kern/
H A Dsubr_csan.c380 #define _CSAN_ATOMIC_FUNC_ADD(name, type) \ argument
388 #define CSAN_ATOMIC_FUNC_ADD(name, type) \ argument
393 #define _CSAN_ATOMIC_FUNC_CLEAR(name, type) \ argument
401 #define CSAN_ATOMIC_FUNC_CLEAR(name, type) \ argument
406 #define _CSAN_ATOMIC_FUNC_CMPSET(name, type) \ argument
415 #define CSAN_ATOMIC_FUNC_CMPSET(name, type) \ argument
420 #define _CSAN_ATOMIC_FUNC_FCMPSET(name, type) \ argument
429 #define CSAN_ATOMIC_FUNC_FCMPSET(name, type) \ argument
434 #define CSAN_ATOMIC_FUNC_FETCHADD(name, type) \ argument
442 #define _CSAN_ATOMIC_FUNC_LOAD(name, type) \ argument
[all …]
H A Dkern_osd.c93 osd_register(u_int type, osd_destructor_t destructor, const osd_method_t *methods) in osd_register()
150 osd_deregister(u_int type, u_int slot) in osd_deregister()
185 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set()
202 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, in osd_set_reserved()
281 osd_get_unlocked(u_int type, struct osd *osd, u_int slot) in osd_get_unlocked()
299 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get()
314 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del()
324 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del()
376 osd_call(u_int type, u_int method, void *obj, void *data) in osd_call()
404 osd_exit(u_int type, struct osd *osd) in osd_exit()
H A Dsubr_hash.c52 hashinit_flags(int elements, struct malloc_type *type, u_long *hashmask, in hashinit_flags()
81 hashinit(int elements, struct malloc_type *type, u_long *hashmask) in hashinit()
88 hashdestroy(void *vhashtbl, struct malloc_type *type, u_long hashmask) in hashdestroy()
109 phashinit_flags(int elements, struct malloc_type *type, u_long *nentries, int flags) in phashinit_flags()
143 phashinit(int elements, struct malloc_type *type, u_long *nentries) in phashinit()
/freebsd/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
296 int type, i; in ATF_TEST_CASE_BODY() local
338 int type, i; in ATF_TEST_CASE_BODY() local
380 int type, i; in ATF_TEST_CASE_BODY() local
423 int type, i; in ATF_TEST_CASE_BODY() local
[all …]
/freebsd/sys/sys/
H A Dtree.h74 #define SPLAY_HEAD(name, type) \ argument
86 #define SPLAY_ENTRY(type) \ argument
131 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument
173 #define SPLAY_GENERATE(name, type, field, cmp) \ argument
308 #define RB_HEAD(name, type) \ argument
320 #define RB_ENTRY(type) \ argument
408 #define RB_PROTOTYPE(name, type, field, cmp) \ argument
410 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
412 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
428 #define RB_PROTOTYPE_RANK(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
56 #define ARB16_HEAD(name, type) ARB_HEAD(name, type, 16) argument
57 #define ARB32_HEAD(name, type) ARB_HEAD(name, type, 32) argument
235 #define ARB_PROTOTYPE(name, type, field, cmp) \ argument
237 #define ARB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument
239 #define ARB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument
254 #define ARB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument
256 #define ARB_PROTOTYPE_REMOVE_COLOR(name, type, attr) \ argument
258 #define ARB_PROTOTYPE_REMOVE(name, type, attr) \ argument
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Datomic.c153 #define TRY_LOCK_FREE_CASE(n, type, ptr) \ argument
180 #define LOCK_FREE_ACTION(type) return true; in __atomic_is_lock_free_c() argument
189 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument
203 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument
221 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument
242 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument
274 #define OPTIMISED_CASE(n, lockfree, type) \ argument
287 #define OPTIMISED_CASE(n, lockfree, type) \ argument
302 #define OPTIMISED_CASE(n, lockfree, type) \ argument
316 #define OPTIMISED_CASE(n, lockfree, type) \ argument
[all …]
/freebsd/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()
168 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) in ng_parse_getDefault()
182 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse()
190 ng_struct_unparse(const struct ng_parse_type *type, in ng_struct_unparse()
197 ng_struct_getDefault(const struct ng_parse_type *type, in ng_struct_getDefault()
207 ng_struct_getAlign(const struct ng_parse_type *type) in ng_struct_getAlign()
236 ng_fixedarray_parse(const struct ng_parse_type *type, in ng_fixedarray_parse()
245 ng_fixedarray_unparse(const struct ng_parse_type *type, in ng_fixedarray_unparse()
253 ng_fixedarray_getDefault(const struct ng_parse_type *type, in ng_fixedarray_getDefault()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTypeEncodingParser.cpp37 std::string AppleObjCTypeEncodingParser::ReadStructName(StringLexer &type) { in ReadStructName()
44 std::string AppleObjCTypeEncodingParser::ReadQuotedString(StringLexer &type) { in ReadQuotedString()
54 uint32_t AppleObjCTypeEncodingParser::ReadNumber(StringLexer &type) { in ReadNumber()
70 StringLexer &type, in ReadStructElement()
84 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildStruct()
90 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildUnion()
96 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression, in BuildAggregate()
154 TypeSystemClang &ast_ctx, StringLexer &type, bool for_expression) { in BuildArray()
173 TypeSystemClang &clang_ast_ctx, StringLexer &type, bool for_expression) { in BuildObjCObjectPointerType()
258 StringLexer &type, bool for_expression, in BuildType()
/freebsd/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/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/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
184 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter()
209 uint_t type; in ctf_member_iter() local
225 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter()
287 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve()
322 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qlname()
435 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_lname()
445 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name()
452 ctf_type_qname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qname()
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/
H A Datomic.c32 #define ATOMIC_INC(name, type) \ argument
48 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument
108 #define ATOMIC_OR(name, type) \ in ATOMIC_SUB() argument
124 #define ATOMIC_AND(name, type) \ argument
144 #define ATOMIC_INC_NV(name, type) \ argument
160 #define ATOMIC_DEC_NV(name, type) \ argument
220 #define ATOMIC_OR_NV(name, type) \ in ATOMIC_SUB_NV() argument
236 #define ATOMIC_AND_NV(name, type) \ argument
262 #define ATOMIC_CAS(name, type) \ argument
293 #define ATOMIC_SWAP(name, type) \ in ATOMIC_CAS() argument
/freebsd/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/crypto/heimdal/lib/asn1/
H A Dsymbol.h78 } type; member
94 struct type *type; member
124 struct type { argument
125 Typetype type; argument
120 struct type { global() struct
121 typetype global() argument
130 constrainttype global() argument
136 Type *type; global() member
153 Type *type; global() member
[all...]
/freebsd/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_subr.c113 bhnd_nvram_type_name(bhnd_nvram_type type) in bhnd_nvram_type_name()
178 bhnd_nvram_is_signed_type(bhnd_nvram_type type) in bhnd_nvram_is_signed_type()
224 bhnd_nvram_is_unsigned_type(bhnd_nvram_type type) in bhnd_nvram_is_unsigned_type()
240 bhnd_nvram_is_int_type(bhnd_nvram_type type) in bhnd_nvram_is_int_type()
282 bhnd_nvram_is_array_type(bhnd_nvram_type type) in bhnd_nvram_is_array_type()
325 bhnd_nvram_base_type(bhnd_nvram_type type) in bhnd_nvram_base_type()
367 bhnd_nvram_raw_type(bhnd_nvram_type type) in bhnd_nvram_raw_type()
423 bhnd_nvram_type_width(bhnd_nvram_type type) in bhnd_nvram_type_width()
475 bhnd_nvram_type_host_align(bhnd_nvram_type type) in bhnd_nvram_type_host_align()
/freebsd/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>>...121