Home
last modified time | relevance | path

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

12345678910>>...125

/freebsd-head/crypto/openssl/include/openssl/
HDpem.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 …]
HDasn1.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-head/contrib/ncurses/ncurses/
HDreport_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-head/contrib/less/
HDoptfunc.c110 public void opt_o(int type, constant char *s) in opt_o()
160 public void opt__O(int type, constant char *s) in opt__O()
224 public void opt_j(int type, constant char *s) in opt_j()
251 public void opt_shift(int type, constant char *s) in opt_shift()
275 public void opt_k(int type, constant char *s) in opt_k()
292 public void opt_ks(int type, constant char *s) in opt_ks()
308 public void opt_kc(int type, constant char *s) in opt_kc()
327 public void opt__S(int type, constant char *s) in opt__S()
341 public void opt_t(int type, constant char *s) in opt_t()
379 public void opt__T(int type, constant char *s) in opt__T()
[all …]
/freebsd-head/contrib/libucl/klib/
HDkvec.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-head/contrib/llvm-project/lldb/source/Symbol/
HDTypeSystem.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-head/contrib/libder/libder/
HDlibder_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-head/crypto/openssl/crypto/pem/
HDpem_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-head/sys/kern/
HDsubr_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 …]
HDkern_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()
HDsubr_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-head/lib/libnv/tests/
HDcnv_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-head/contrib/xz/src/liblzma/check/
HDcheck.c16 lzma_check_is_supported(lzma_check type) in lzma_check_is_supported()
63 lzma_check_size(lzma_check type) in lzma_check_size()
83 lzma_check_init(lzma_check_state *check, lzma_check type) in lzma_check_init()
116 lzma_check_update(lzma_check_state *check, lzma_check type, in lzma_check_update()
147 lzma_check_finish(lzma_check_state *check, lzma_check type) in lzma_check_finish()
/freebsd-head/sys/sys/
HDtree.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 …]
HDarb.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-head/contrib/llvm-project/compiler-rt/lib/builtins/
HDatomic.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-head/sys/netgraph/
HDng_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-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCTypeEncodingParser.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-head/crypto/openssl/include/crypto/
HDsparse_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-head/sys/compat/linuxkpi/common/include/linux/
HDinterval_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-head/sys/contrib/openzfs/lib/libspl/
HDatomic.c33 #define ATOMIC_INC(name, type) \ argument
49 #define ATOMIC_DEC(name, type) \ in ATOMIC_INC() argument
109 #define ATOMIC_OR(name, type) \ in ATOMIC_SUB() argument
125 #define ATOMIC_AND(name, type) \ argument
145 #define ATOMIC_INC_NV(name, type) \ argument
161 #define ATOMIC_DEC_NV(name, type) \ argument
221 #define ATOMIC_OR_NV(name, type) \ in ATOMIC_SUB_NV() argument
237 #define ATOMIC_AND_NV(name, type) \ argument
263 #define ATOMIC_CAS(name, type) \ argument
294 #define ATOMIC_SWAP(name, type) \ in ATOMIC_CAS() argument
/freebsd-head/cddl/contrib/opensolaris/common/ctf/
HDctf_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-head/crypto/heimdal/lib/asn1/
HDsymbol.h78 } type; member
94 struct type *type; member
124 struct type { struct
125 Typetype type; argument
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-head/sys/contrib/openzfs/lib/libspl/include/os/linux/sys/
HDsysmacros.h64 #define P2NPHASE_TYPED(x, align, type) \ argument
80 #define P2ALIGN_TYPED(x, align, type) \ argument
82 #define P2PHASE_TYPED(x, align, type) \ argument
84 #define P2NPHASE_TYPED(x, align, type) \ argument
86 #define P2ROUNDUP_TYPED(x, align, type) \ argument
88 #define P2END_TYPED(x, align, type) \ argument
90 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument
92 #define P2CROSS_TYPED(x, y, align, type) \ argument
94 #define P2SAMEHIGHBIT_TYPED(x, y, type) \ argument
/freebsd-head/sys/dev/bhnd/nvram/
HDbhnd_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()

12345678910>>...125