| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/binary_heap_/ |
| D | entry_cmp.hpp | 61 typedef Cmp_Fn type; typedef 77 struct type : public Cmp_Fn struct 81 type() in type() function 85 type(const Cmp_Fn& other) : Cmp_Fn(other) in type() function 89 operator()(entry p_lhs, entry p_rhs) const in operator ()()
|
| D | entry_pred.hpp | 61 typedef Pred type; typedef 77 struct type : public Pred struct 81 type() in type() function 85 type(const Pred& other) : Pred(other) in type() function 89 operator()(entry p_v) const in operator ()()
|
| /trueos/contrib/less/ |
| HD | optfunc.c | 76 opt_o(type, s) in opt_o() argument 124 opt__O(type, s) in opt__O() argument 137 opt_j(type, s) in opt_j() argument 202 opt_shift(type, s) in opt_shift() argument 264 opt_k(type, s) in opt_k() argument 288 opt_t(type, s) in opt_t() argument 329 opt__T(type, s) in opt__T() argument 356 opt_p(type, s) in opt_p() argument 384 opt__P(type, s) in opt__P() argument 423 opt_b(type, s) in opt_b() argument [all …]
|
| HD | signal.c | 45 u_interrupt(type) in u_interrupt() argument 75 stop(type) in stop() argument 91 winch(type) in winch() argument 106 winch(type) in winch() argument
|
| /trueos/sys/powerpc/include/ |
| HD | stdarg.h | 47 #define va_arg(ap, type) \ argument 66 #define va_arg(ap, type) (*(type *)(void *)&(ap)) argument 96 #define __va_longlong(type) \ argument 100 #define __va_double(type) \ argument 103 #define __va_struct(type) \ argument 106 #define __va_size(type) \ argument 109 #define __va_savedgpr(ap, type) \ argument 112 #define __va_savedfpr(ap, type) \ argument 116 #define __va_stack(ap, type) \ argument 121 #define __va_gpr(ap, type) \ argument [all …]
|
| /trueos/usr.bin/svn/lib/libapr_util/ |
| HD | apu.h | 54 #define APU_DECLARE(type) type argument 61 #define APU_DECLARE_NONSTD(type) type argument 72 #define APU_DECLARE(type) type __stdcall argument 73 #define APU_DECLARE_NONSTD(type) type __cdecl argument 76 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall argument 77 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl argument 80 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall argument 81 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl argument
|
| /trueos/contrib/apr-util/include/ |
| HD | apu.h.in | 53 #define APU_DECLARE(type) type argument 60 #define APU_DECLARE_NONSTD(type) type argument 71 #define APU_DECLARE(type) type __stdcall argument 72 #define APU_DECLARE_NONSTD(type) type __cdecl argument 75 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall argument 76 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl argument 79 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall argument 80 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl argument
|
| /trueos/contrib/libstdc++/include/ext/pb_ds/detail/ |
| D | standard_policies.hpp | 66 typedef __gnu_cxx::hash< Key> type; typedef 72 typedef std::equal_to< Key> type; typedef 82 typedef pb_ds::direct_mask_range_hashing<> type; typedef 111 type; typedef 116 typedef pb_ds::move_to_front_lu_policy<> type; typedef 135 type; typedef 156 type; typedef
|
| D | priority_queue_base_dispatch.hpp | 67 typedef pairing_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 73 typedef binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 79 typedef rc_binomial_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 85 typedef binary_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef 91 typedef thin_heap_< Value_Type, Cmp_Fn, Allocator> type; typedef
|
| /trueos/crypto/openssl/crypto/pem/ |
| HD | pem.h | 165 int type; /* what type of object */ member 214 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) /**/ argument 215 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) /**/ argument 216 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) /**/ argument 217 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) /**/ argument 218 # define IMPLEMENT_PEM_write_cb_fp_const(name, type, str, asn1) /**/ argument 221 # define IMPLEMENT_PEM_read_fp(name, type, str, asn1) \ argument 227 # define IMPLEMENT_PEM_write_fp(name, type, str, asn1) \ argument 233 # define IMPLEMENT_PEM_write_fp_const(name, type, str, asn1) \ argument 239 # define IMPLEMENT_PEM_write_cb_fp(name, type, str, asn1) \ argument [all …]
|
| /trueos/contrib/xz/src/liblzma/check/ |
| HD | check.c | 17 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()
|
| /trueos/contrib/compiler-rt/lib/ |
| HD | atomic.c | 147 #define LOCK_FREE_ACTION(type) \ in __atomic_load_c() argument 161 #define LOCK_FREE_ACTION(type) \ in __atomic_store_c() argument 179 #define LOCK_FREE_ACTION(type) \ in __atomic_compare_exchange_c() argument 199 #define LOCK_FREE_ACTION(type) \ in __atomic_exchange_c() argument 224 #define OPTIMISED_CASE(n, lockfree, type)\ argument 237 #define OPTIMISED_CASE(n, lockfree, type)\ argument 252 #define OPTIMISED_CASE(n, lockfree, type)\ argument 266 #define OPTIMISED_CASE(n, lockfree, type)\ argument 289 #define ATOMIC_RMW(n, lockfree, type, opname, op) \ argument 301 #define OPTIMISED_CASE(n, lockfree, type) ATOMIC_RMW(n, lockfree, type, add, +) argument [all …]
|
| /trueos/contrib/gdb/gdb/ |
| HD | ada-typeprint.c | 70 demangled_type_name (struct type *type) in demangled_type_name() 124 ada_typedef_print (struct type *type, struct symbol *new, in ada_typedef_print() 136 print_range (struct type *type, struct ui_file *stream) in print_range() 186 print_range_bound (struct type *type, char *bounds, int *n, in print_range_bound() 219 print_dynamic_range_bound (struct type *type, const char *name, int name_len, in print_dynamic_range_bound() 292 print_enum_type (struct type *type, struct ui_file *stream) in print_enum_type() 321 print_fixed_point_type (struct type *type, struct ui_file *stream) in print_fixed_point_type() 339 print_vax_floating_point_type (struct type *type, struct ui_file *stream) in print_vax_floating_point_type() 351 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type() 423 print_choices (struct type *type, int field_num, struct ui_file *stream, in print_choices() [all …]
|
| /trueos/contrib/gcc/cp/ |
| HD | typeck2.c | 50 error_not_base_type (tree basetype, tree type) in error_not_base_type() 59 binfo_or_else (tree base, tree type) in binfo_or_else() 131 tree type; member 180 complete_type_check_abstract (tree type) in complete_type_check_abstract() 240 abstract_virtuals_error (tree decl, tree type) in abstract_virtuals_error() 348 cxx_incomplete_type_diagnostic (tree value, tree type, int diag_type) in cxx_incomplete_type_diagnostic() 439 cxx_incomplete_type_error (tree value, tree type) in cxx_incomplete_type_error() 453 tree type = TREE_TYPE (dest); in split_nonconstant_init_1() local 587 tree value, type; in store_init_value() local 651 digest_init (tree type, tree init) in digest_init() [all …]
|
| HD | except.c | 106 prepare_eh_type (tree type) in prepare_eh_type() 124 eh_type_info (tree type) in eh_type_info() 143 build_eh_type_type (tree type) in build_eh_type_type() 205 dtor_nothrow (tree type) in dtor_nothrow() 223 do_end_catch (tree type) in do_end_catch() 245 push_eh_cleanup (tree type) in push_eh_cleanup() 408 tree type; in expand_start_catch_block() local 518 tree type = prepare_eh_type (TREE_VALUE (raw_raises)); in finish_eh_spec_block() local 531 do_allocate_exception (tree type) in do_allocate_exception() 829 complete_ptr_ref_or_void_ptr_p (tree type, tree from) in complete_ptr_ref_or_void_ptr_p() [all …]
|
| /trueos/contrib/ncurses/include/ |
| HD | ncurses_dll.h | 61 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API argument 62 # define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type argument 73 # define NCURSES_EXPORT(type) NCURSES_IMPEXP type NCURSES_API argument 76 # define NCURSES_EXPORT_VAR(type) NCURSES_IMPEXP type argument 84 #define NCURSES_WRAPPED_VAR(type,name) extern type NCURSES_PUBLIC_VAR(name)(void) argument
|
| /trueos/sys/netgraph/ |
| HD | ng_parse.c | 147 ng_parse(const struct ng_parse_type *type, in ng_parse() 157 ng_unparse(const struct ng_parse_type *type, in ng_unparse() 169 ng_parse_getDefault(const struct ng_parse_type *type, u_char *buf, int *buflen) in ng_parse_getDefault() 184 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse() 192 ng_struct_unparse(const struct ng_parse_type *type, in ng_struct_unparse() 199 ng_struct_getDefault(const struct ng_parse_type *type, in ng_struct_getDefault() 209 ng_struct_getAlign(const struct ng_parse_type *type) in ng_struct_getAlign() 238 ng_fixedarray_parse(const struct ng_parse_type *type, in ng_fixedarray_parse() 247 ng_fixedarray_unparse(const struct ng_parse_type *type, in ng_fixedarray_unparse() 255 ng_fixedarray_getDefault(const struct ng_parse_type *type, in ng_fixedarray_getDefault() [all …]
|
| /trueos/sys/sys/ |
| HD | tree.h | 62 #define SPLAY_HEAD(name, type) \ argument 74 #define SPLAY_ENTRY(type) \ argument 119 #define SPLAY_PROTOTYPE(name, type, field, cmp) \ argument 161 #define SPLAY_GENERATE(name, type, field, cmp) \ argument 296 #define RB_HEAD(name, type) \ argument 310 #define RB_ENTRY(type) \ argument 381 #define RB_PROTOTYPE(name, type, field, cmp) \ argument 383 #define RB_PROTOTYPE_STATIC(name, type, field, cmp) \ argument 385 #define RB_PROTOTYPE_INTERNAL(name, type, field, cmp, attr) \ argument 395 #define RB_PROTOTYPE_INSERT_COLOR(name, type, attr) \ argument [all …]
|
| /trueos/contrib/gcc/ |
| HD | ipa-type-escape.c | 142 get_name_of_type (tree type) in get_name_of_type() 201 discover_unique_type (tree type) in discover_unique_type() 260 type_to_consider (tree type) in type_to_consider() 291 get_canon_type (tree type, bool see_thru_ptrs, bool see_thru_arrays) in get_canon_type() 318 get_canon_type_uid (tree type, bool see_thru_ptrs, bool see_thru_arrays) in get_canon_type_uid() 332 ipa_type_escape_star_count_of_interesting_type (tree type) in ipa_type_escape_star_count_of_interesting_type() 361 ipa_type_escape_star_count_of_interesting_or_array_type (tree type) in ipa_type_escape_star_count_of_interesting_or_array_type() 389 ipa_type_escape_type_contained_p (tree type) in ipa_type_escape_type_contained_p() 463 mark_type (tree type, enum escape_t escape_status) in mark_type() 503 mark_interesting_type (tree type, enum escape_t escape_status) in mark_interesting_type() [all …]
|
| /trueos/crypto/openssl/crypto/lhash/ |
| HD | lhash.h | 199 # define LHASH_OF(type) struct lhash_st_##type argument 201 # define DECLARE_LHASH_OF(type) LHASH_OF(type) { int dummy; } argument 203 # define CHECKED_LHASH_OF(type,lh) \ argument 207 # define LHM_lh_new(type, name) \ argument 209 # define LHM_lh_error(type, lh) \ argument 211 # define LHM_lh_insert(type, lh, inst) \ argument 214 # define LHM_lh_retrieve(type, lh, inst) \ argument 217 # define LHM_lh_delete(type, lh, inst) \ argument 220 # define LHM_lh_doall(type, lh,fn) lh_doall(CHECKED_LHASH_OF(type, lh), fn) argument 221 # define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument [all …]
|
| /trueos/sys/kern/ |
| HD | kern_osd.c | 91 osd_register(u_int type, osd_destructor_t destructor, osd_method_t *methods) in osd_register() 148 osd_deregister(u_int type, u_int slot) in osd_deregister() 196 osd_set(u_int type, struct osd *osd, u_int slot, void *value) in osd_set() 254 osd_get(u_int type, struct osd *osd, u_int slot) in osd_get() 277 osd_del(u_int type, struct osd *osd, u_int slot) in osd_del() 287 do_osd_del(u_int type, struct osd *osd, u_int slot, int list_locked) in do_osd_del() 339 osd_call(u_int type, u_int method, void *obj, void *data) in osd_call() 364 osd_exit(u_int type, struct osd *osd) in osd_exit()
|
| /trueos/crypto/openssl/crypto/asn1/ |
| HD | asn1_mac.h | 75 # define M_ASN1_D2I_vars(a,type,func) \ argument 136 # define M_ASN1_D2I_get_x(type,b,func) \ argument 149 # define M_ASN1_D2I_get_opt(b,func,type) \ argument 156 # define M_ASN1_D2I_get_int_opt(b,func,type) \ argument 163 # define M_ASN1_D2I_get_imp(b,func, type) \ argument 171 # define M_ASN1_D2I_get_IMP_opt(b,func,tag,type) \ argument 183 # define M_ASN1_D2I_get_set_type(type,r,func,free_func) \ argument 192 # define M_ASN1_D2I_get_set_opt_type(type,r,func,free_func) \ argument 209 # define M_ASN1_I2D_put_SEQUENCE_opt_type(type,a,f) \ argument 222 # define M_ASN1_D2I_get_IMP_set_opt_type(type,b,func,free_func,tag) \ argument [all …]
|
| /trueos/contrib/wpa/src/utils/ |
| HD | list.h | 62 #define offsetof(type, member) ((long) &((type *) 0)->member) argument 65 #define dl_list_entry(item, type, member) \ argument 68 #define dl_list_first(list, type, member) \ argument 72 #define dl_list_last(list, type, member) \ argument 76 #define dl_list_for_each(item, list, type, member) \ argument 81 #define dl_list_for_each_safe(item, n, list, type, member) \ argument 87 #define dl_list_for_each_reverse(item, list, type, member) \ argument
|
| /trueos/cddl/contrib/opensolaris/common/ctf/ |
| HD | ctf_types.c | 58 ctf_member_iter(ctf_file_t *fp, ctf_id_t type, ctf_member_f *func, void *arg) in ctf_member_iter() 109 ctf_enum_iter(ctf_file_t *fp, ctf_id_t type, ctf_enum_f *func, void *arg) in ctf_enum_iter() 168 ctf_type_resolve(ctf_file_t *fp, ctf_id_t type) in ctf_type_resolve() 201 ctf_type_qlname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qlname() 315 ctf_type_lname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_lname() 325 ctf_type_name(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len) in ctf_type_name() 332 ctf_type_qname(ctf_file_t *fp, ctf_id_t type, char *buf, size_t len, in ctf_type_qname() 345 ctf_type_size(ctf_file_t *fp, ctf_id_t type) in ctf_type_size() 394 ctf_type_align(ctf_file_t *fp, ctf_id_t type) in ctf_type_align() 458 ctf_type_kind(ctf_file_t *fp, ctf_id_t type) in ctf_type_kind() [all …]
|
| /trueos/crypto/heimdal/lib/asn1/ |
| HD | symbol.h | 78 } type; member 94 struct type *type; member 120 struct type { struct 121 Typetype type; member 124 struct type *subtype; argument 125 struct tagtype tag; argument 130 typedef struct type Type; argument 136 Type *type; member 153 Type *type; member
|