Home
last modified time | relevance | path

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

12345678910>>...162

/netbsd-src/external/bsd/openldap/dist/include/
H A Dldap_cdefs.h135 # define LBER_F(type) extern __declspec(dllimport) type argument
136 # define LBER_V(type) extern __declspec(dllimport) type argument
138 # define LBER_F(type) extern type argument
139 # define LBER_V(type) extern type argument
146 # define LDAP_F(type) extern __declspec(dllimport) type argument
147 # define LDAP_V(type) extern __declspec(dllimport) type argument
149 # define LDAP_F(type) extern type argument
150 # define LDAP_V(type) extern type argument
155 # define LDAP_AVL_F(type) extern __declspec(dllimport) type argument
156 # define LDAP_AVL_V(type) extern __declspec(dllimport) type argument
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dcheck_arg.h93 #define CHECK_VAL(tag, type, v) check_val_##tag##type(v) argument
94 #define CHECK_PTR(tag, type, v) check_ptr_##tag##type(v) argument
95 #define CHECK_CPTR(tag, type, v) check_cptr_##tag##type(v) argument
96 #define CHECK_PPTR(tag, type, v) check_pptr_##tag##type(v) argument
101 #define CHECK_VAL_HELPER_DCL(tag, type) \ argument
103 #define CHECK_PTR_HELPER_DCL(tag, type) \ argument
105 #define CHECK_CPTR_HELPER_DCL(tag, type) \ argument
108 #define CHECK_PPTR_HELPER_DCL(tag, type) \ argument
119 #define CHECK_VAL(tag, type, v) ((type) (1 ? (v) : (CHECK_VAL_DUMMY(type) = (v)))) argument
120 #define CHECK_PTR(tag, type, v) ((type *) (1 ? (v) : (CHECK_PTR_DUMMY(type) = (v)))) argument
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/
H A Dpem.h65 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument
66 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument
67 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument
68 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument
69 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument
108 # define IMPLEMENT_PEM_read_bio(name, type, str, asn1) \ argument
114 # define IMPLEMENT_PEM_write_bio(name, type, str, asn1) \ argument
120 # define IMPLEMENT_PEM_write_bio_const(name, type, str, asn1) \ argument
126 # define IMPLEMENT_PEM_write_cb_bio(name, type, str, asn1) \ argument
133 # define IMPLEMENT_PEM_write_cb_bio_const(name, type, str, asn1) \ argument
[all …]
H A Dasn1.h148 int type; member
217 # define DECLARE_ASN1_FUNCTIONS(type) DECLARE_ASN1_FUNCTIONS_name(type, type) argument
219 # define DECLARE_ASN1_ALLOC_FUNCTIONS(type) \ argument
222 # define DECLARE_ASN1_FUNCTIONS_name(type, name) \ argument
226 # define DECLARE_ASN1_FUNCTIONS_fname(type, itname, name) \ argument
230 # define DECLARE_ASN1_ENCODE_FUNCTIONS(type, itname, name) \ argument
235 # define DECLARE_ASN1_ENCODE_FUNCTIONS_const(type, name) \ argument
247 # define DECLARE_ASN1_ALLOC_FUNCTIONS_name(type, name) \ argument
258 # define D2I_OF(type) type *(*)(type **,const unsigned char **,long) argument
259 # define I2D_OF(type) int (*)(type *,unsigned char **) argument
[all …]
/netbsd-src/external/bsd/less/dist/
H A Doptfunc.c104 public void opt_o(int type, char *s) in opt_o()
154 public void opt__O(int type, char *s) in opt__O()
164 public void opt_j(int type, char *s) in opt_j()
224 public void opt_shift(int type, char *s) in opt_shift()
282 public void opt_k(int type, char *s) in opt_k()
299 public void opt_ks(int type, char *s) in opt_ks()
321 public void opt_t(int type, char *s) in opt_t()
359 public void opt__T(int type, char *s) in opt__T()
388 public void opt_p(int type, char *s) in opt_p()
421 public void opt__P(int type, char *s) in opt__P()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/tilepro/
H A Datomic.c67 #define __fetch_and_do(proto, type, size, opname, top, bottom) \ argument
76 #define __atomic_fetch_and_do(type, size, opname) \ argument
95 #define __sync_fetch_and_do(type, size, opname) \ argument
114 #define __do_and_fetch(proto, type, size, opname, op, op2, top, bottom) \ argument
123 #define __atomic_do_and_fetch(type, size, opname, op, op2) \ argument
142 #define __sync_do_and_fetch(type, size, opname, op, op2) \ argument
161 #define __atomic_exchange_methods(type, size) \ argument
188 #define __sync_exchange_methods(type, size) \ argument
219 #define BIT_OFFSET(n, type) ((n) * 8) argument
230 #define __subword_cmpxchg_body(type, size, ptr, guess, val) \ argument
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/tilepro/
H A Datomic.c67 #define __fetch_and_do(proto, type, size, opname, top, bottom) \ argument
76 #define __atomic_fetch_and_do(type, size, opname) \ argument
95 #define __sync_fetch_and_do(type, size, opname) \ argument
114 #define __do_and_fetch(proto, type, size, opname, op, op2, top, bottom) \ argument
123 #define __atomic_do_and_fetch(type, size, opname, op, op2) \ argument
142 #define __sync_do_and_fetch(type, size, opname, op, op2) \ argument
161 #define __atomic_exchange_methods(type, size) \ argument
188 #define __sync_exchange_methods(type, size) \ argument
219 #define BIT_OFFSET(n, type) ((n) * 8) argument
230 #define __subword_cmpxchg_body(type, size, ptr, guess, val) \ argument
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_pred.hpp56 typedef Pred type; typedef
69 struct type : public Pred struct
72 type() { } in type() argument
75 type(const Pred& other) : Pred(other) { } in type() argument
78 operator()(entry p_v) const in operator ()()
H A Dentry_cmp.hpp57 typedef Cmp_Fn type; typedef
71 struct type : public Cmp_Fn struct
73 type() { } in type() argument
75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() function
78 operator()(entry lhs, entry rhs) const in operator ()()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_pred.hpp56 typedef Pred type; typedef
69 struct type : public Pred struct
72 type() { } in type() argument
75 type(const Pred& other) : Pred(other) { } in type() argument
78 operator()(entry p_v) const in operator ()()
H A Dentry_cmp.hpp57 typedef Cmp_Fn type; typedef
71 struct type : public Cmp_Fn struct
73 type() { } in type() argument
75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() function
78 operator()(entry lhs, entry rhs) const in operator ()()
/netbsd-src/sys/arch/ews4800mips/stand/common/
H A Dboot_device.c63 boot_device(int *type, int *unit, int *fd_format) in boot_device()
76 __nvsram_type_a(int *type, int *unit) in __nvsram_type_a()
84 __nvsram_type_b(int *type, int *unit) in __nvsram_type_b()
92 __nvsram_type_c(int *type, int *unit) in __nvsram_type_c()
100 __nvsram_type_d(int *type, int *unit) in __nvsram_type_d()
108 __nvsram_type_e(int *type, int *unit) in __nvsram_type_e()
/netbsd-src/crypto/external/bsd/openssl/dist/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 …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimple-fold.h78 enum tree_code code, tree type, tree op0) in gimple_build()
86 enum tree_code code, tree type, tree op0, tree op1) in gimple_build()
94 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build()
100 gimple_build (gimple_seq *seq, combined_fn fn, tree type) in gimple_build()
106 gimple_build (gimple_seq *seq, combined_fn fn, tree type, tree arg0) in gimple_build()
114 tree type, tree arg0, tree arg1) in gimple_build()
122 tree type, tree arg0, tree arg1, tree arg2) in gimple_build()
129 gimple_convert (gimple_seq *seq, tree type, tree op) in gimple_convert()
144 gimple_build_vector_from_val (gimple_seq *seq, tree type, tree op) in gimple_build_vector_from_val()
161 gimple_build_round_up (gimple_seq *seq, tree type, tree old_size, in gimple_build_round_up()
H A Drange-op.cc53 max_limit (const_tree type) in max_limit()
61 min_limit (const_tree type) in min_limit()
72 empty_range_varying (irange &r, tree type, in empty_range_varying()
89 get_shift_range (irange &r, tree type, const irange &op) in get_shift_range()
108 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_includes_zero_p()
117 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_zero_p()
126 range_operator::wi_fold (irange &r, tree type, in wi_fold()
141 range_operator::wi_fold_in_parts (irange &r, tree type, in wi_fold_in_parts()
197 range_operator::fold_range (irange &r, tree type, in fold_range()
305 value_range_from_overflowed_bounds (irange &r, tree type, in value_range_from_overflowed_bounds()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dpriority_queue.c39 priority_queue_task_in_list_p (enum priority_queue_type type, in priority_queue_task_in_list_p()
57 priority_queue_task_in_tree_p (enum priority_queue_type type, in priority_queue_task_in_tree_p()
72 priority_queue_task_in_queue_p (enum priority_queue_type type, in priority_queue_task_in_queue_p()
96 priority_list_verify (enum priority_queue_type type, in priority_list_verify()
129 enum priority_queue_type type; member
155 priority_queue_verify (enum priority_queue_type type, in priority_queue_verify()
174 priority_tree_find (enum priority_queue_type type, in priority_tree_find()
194 priority_list_find (enum priority_queue_type type, in priority_list_find()
218 priority_queue_find (enum priority_queue_type type, in priority_queue_find()
232 priority_tree_remove (enum priority_queue_type type, in priority_tree_remove()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Drange-op.cc52 max_limit (const_tree type) in max_limit()
60 min_limit (const_tree type) in min_limit()
85 undefined_shift_range_check (value_range &r, tree type, const value_range op) in undefined_shift_range_check()
110 wi_includes_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_includes_zero_p()
119 wi_zero_p (tree type, const wide_int &wmin, const wide_int &wmax) in wi_zero_p()
128 range_operator::wi_fold (value_range &r, tree type, in wi_fold()
142 range_operator::fold_range (value_range &r, tree type, in fold_range()
194 value_range_from_overflowed_bounds (value_range &r, tree type, in value_range_from_overflowed_bounds()
227 value_range_with_overflow (value_range &r, tree type, in value_range_with_overflow()
297 create_possibly_reversed_range (value_range &r, tree type, in create_possibly_reversed_range()
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/builtins/
H A Datomic.c163 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument
177 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument
195 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument
215 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument
240 #define OPTIMISED_CASE(n, lockfree, type)\ argument
253 #define OPTIMISED_CASE(n, lockfree, type)\ argument
268 #define OPTIMISED_CASE(n, lockfree, type)\ argument
282 #define OPTIMISED_CASE(n, lockfree, type)\ argument
305 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument
317 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument
[all …]
/netbsd-src/external/public-domain/xz/dist/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()
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/
H A Dencoding.c198 objc_skip_variable_name (const char *type) in objc_skip_variable_name()
218 objc_sizeof_type (const char *type) in objc_sizeof_type()
432 objc_alignof_type (const char *type) in objc_alignof_type()
622 objc_aligned_size (const char *type) in objc_aligned_size()
634 objc_promoted_size (const char *type) in objc_promoted_size()
651 objc_skip_type_qualifiers (const char *type) in objc_skip_type_qualifiers()
668 objc_skip_typespec (const char *type) in objc_skip_typespec()
802 objc_skip_offset (const char *type) in objc_skip_offset()
824 objc_skip_argspec (const char *type) in objc_skip_argspec()
845 const char *type = method->method_types; in method_copyReturnType() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/libobjc/
H A Dencoding.c198 objc_skip_variable_name (const char *type) in objc_skip_variable_name()
218 objc_sizeof_type (const char *type) in objc_sizeof_type()
432 objc_alignof_type (const char *type) in objc_alignof_type()
622 objc_aligned_size (const char *type) in objc_aligned_size()
634 objc_promoted_size (const char *type) in objc_promoted_size()
651 objc_skip_type_qualifiers (const char *type) in objc_skip_type_qualifiers()
668 objc_skip_typespec (const char *type) in objc_skip_typespec()
802 objc_skip_offset (const char *type) in objc_skip_offset()
824 objc_skip_argspec (const char *type) in objc_skip_argspec()
845 const char *type = method->method_types; in method_copyReturnType() local
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-encoding.cc74 objc_method_parm_type (tree type) in objc_method_parm_type()
83 objc_encoded_type_size (tree type) in objc_encoded_type_size()
123 tree type = objc_method_parm_type (parms); in encode_method_prototype() local
147 tree type = objc_method_parm_type (parms); in encode_method_prototype() local
172 objc_build_encode_expr (tree type) in objc_build_encode_expr()
253 encode_pointer (tree type, int curtype, int format) in encode_pointer()
348 encode_array (tree type, int curtype, int format) in encode_array()
411 encode_vector (tree type, int curtype, int format) in encode_vector()
441 encode_aggregate_fields (tree type, bool pointed_to, int curtype, int format) in encode_aggregate_fields()
482 encode_aggregate_within (tree type, int curtype, int format, int left, in encode_aggregate_within()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-encoding.c74 objc_method_parm_type (tree type) in objc_method_parm_type()
83 objc_encoded_type_size (tree type) in objc_encoded_type_size()
123 tree type = objc_method_parm_type (parms); in encode_method_prototype() local
147 tree type = objc_method_parm_type (parms); in encode_method_prototype() local
172 objc_build_encode_expr (tree type) in objc_build_encode_expr()
253 encode_pointer (tree type, int curtype, int format) in encode_pointer()
348 encode_array (tree type, int curtype, int format) in encode_array()
411 encode_vector (tree type, int curtype, int format) in encode_vector()
441 encode_aggregate_fields (tree type, bool pointed_to, int curtype, int format) in encode_aggregate_fields()
482 encode_aggregate_within (tree type, int curtype, int format, int left, in encode_aggregate_within()
[all …]

12345678910>>...162