Home
last modified time | relevance | path

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

12345678910>>...94

/dragonfly/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 …]
/dragonfly/sys/sys/
H A Dmalloc.h212 #define __kmalloc(size, type, flags) ({ \ argument
233 #define __kmalloc_obj(size, type, flags) ({ \ argument
260 #define krealloc(addr, size, type, flags) \ argument
262 #define kstrdup(str, type) \ argument
264 #define kstrndup(str, maxlen, type) \ argument
307 #define kmalloc(size, type, flags) \ argument
309 #define kmalloc_obj(size, type, flags) \ argument
332 #define kstrdup_debug(str, type, file, line) \ argument
338 #define kmalloc_obj_raise_limit(type, bytes) \ argument
340 #define kmalloc_obj_set_unlimited(type) \ argument
[all …]
/dragonfly/contrib/gdb-7/gdb/
H A Dm2-typeprint.c75 m2_print_type (struct type *type, const char *varstring, in m2_print_type()
163 m2_print_typedef (struct type *type, struct symbol *new_symbol, in m2_print_typedef()
181 m2_type_name (struct type *type, struct ui_file *stream) in m2_type_name()
190 m2_range (struct type *type, struct ui_file *stream, int show, in m2_range()
209 m2_typedef (struct type *type, struct ui_file *stream, int show, in m2_typedef()
222 static void m2_array (struct type *type, struct ui_file *stream, in m2_array()
257 m2_ref (struct type *type, struct ui_file *stream, int show, in m2_ref()
277 m2_procedure (struct type *type, struct ui_file *stream, in m2_procedure()
305 m2_print_bounds (struct type *type, in m2_print_bounds()
334 m2_is_long_set (struct type *type) in m2_is_long_set()
[all …]
H A Dada-typeprint.c75 decoded_type_name (struct type *type) in decoded_type_name()
126 print_range (struct type *type, struct ui_file *stream) in print_range()
156 print_range_bound (struct type *type, char *bounds, int *n, in print_range_bound()
276 print_enum_type (struct type *type, struct ui_file *stream) in print_enum_type()
307 print_fixed_point_type (struct type *type, struct ui_file *stream) in print_fixed_point_type()
328 print_array_type (struct type *type, struct ui_file *stream, int show, in print_array_type()
491 print_variant_clauses (struct type *type, int field_num, in print_variant_clauses()
606 print_record_field_types (struct type *type, struct type *outer_type, in print_record_field_types()
625 struct type *type; in print_record_type() local
767 struct type *type = ada_check_typedef (ada_get_base_type (type0)); in ada_print_type() local
[all …]
H A Dgdbtypes.c166 struct type *type; in alloc_type() local
195 struct type *type; in alloc_type_arch() local
248 struct type *type; in alloc_type_instance() local
269 smash_type (struct type *type) in smash_type()
638 struct type *type, in make_cv_type()
1202 struct type *type; in lookup_typename() local
1521 check_typedef (struct type *type) in check_typedef()
1961 struct type *type; in init_type() local
3406 struct type *type, in copy_type_recursive()
3560 struct type *type; in arch_type() local
[all …]
/dragonfly/crypto/libressl/include/openssl/
H A Dpem.h156 int type; /* what type of object */ member
305 #define DECLARE_PEM_read_fp(name, type) \ argument
308 #define DECLARE_PEM_write_fp(name, type) \ argument
320 #define DECLARE_PEM_read_bio(name, type) \ argument
323 #define DECLARE_PEM_write_bio(name, type) \ argument
342 #define DECLARE_PEM_write(name, type) \ argument
350 #define DECLARE_PEM_write_cb(name, type) \ argument
354 #define DECLARE_PEM_read(name, type) \ argument
358 #define DECLARE_PEM_rw(name, type) \ argument
362 #define DECLARE_PEM_rw_const(name, type) \ argument
[all …]
H A Dlhash.h194 #define LHASH_OF(type) struct lhash_st_##type argument
198 #define CHECKED_LHASH_OF(type,lh) \ argument
202 #define LHM_lh_new(type, name) \ argument
204 #define LHM_lh_error(type, lh) \ argument
206 #define LHM_lh_insert(type, lh, inst) \ argument
209 #define LHM_lh_retrieve(type, lh, inst) \ argument
212 #define LHM_lh_delete(type, lh, inst) \ argument
216 #define LHM_lh_doall_arg(type, lh, fn, arg_type, arg) \ argument
220 #define LHM_lh_node_stats_bio(type, lh, out) \ argument
222 #define LHM_lh_node_usage_stats_bio(type, lh, out) \ argument
[all …]
/dragonfly/contrib/gcc-4.7/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() function
75 type(const Pred& other) : Pred(other) { } in type() function
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() function
75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() argument
78 operator()(entry lhs, entry rhs) const in operator ()()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dentry_cmp.hpp57 typedef Cmp_Fn type; typedef
71 struct type : public Cmp_Fn struct
73 type() { } in type() function
75 type(const Cmp_Fn& other) : Cmp_Fn(other) { } in type() function
78 operator()(entry lhs, entry rhs) const in operator ()()
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() function
78 operator()(entry p_v) const in operator ()()
/dragonfly/sys/netgraph/netgraph/
H A Dng_parse.c144 ng_parse(const struct ng_parse_type *type, in ng_parse()
154 ng_unparse(const struct ng_parse_type *type, in ng_unparse()
181 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse()
284 ng_array_parse(const struct ng_parse_type *type, in ng_array_parse()
292 ng_array_unparse(const struct ng_parse_type *type, in ng_array_unparse()
331 ng_int8_parse(const struct ng_parse_type *type, in ng_int8_parse()
350 ng_int8_unparse(const struct ng_parse_type *type, in ng_int8_unparse()
424 ng_int16_parse(const struct ng_parse_type *type, in ng_int16_parse()
518 ng_int32_parse(const struct ng_parse_type *type, in ng_int32_parse()
612 ng_int64_parse(const struct ng_parse_type *type, in ng_int64_parse()
[all …]
/dragonfly/contrib/gcc-4.7/libobjc/
H A Dencoding.c174 objc_skip_variable_name (const char *type) in objc_skip_variable_name()
194 objc_sizeof_type (const char *type) in objc_sizeof_type()
408 objc_alignof_type (const char *type) in objc_alignof_type()
598 objc_aligned_size (const char *type) in objc_aligned_size()
610 objc_promoted_size (const char *type) in objc_promoted_size()
641 objc_skip_typespec (const char *type) in objc_skip_typespec()
772 objc_skip_offset (const char *type) in objc_skip_offset()
794 objc_skip_argspec (const char *type) in objc_skip_argspec()
815 const char *type = method->method_types; in method_copyReturnType() local
1042 objc_layout_structure (const char *type, in objc_layout_structure()
[all …]
/dragonfly/sys/netgraph7/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()
183 ng_struct_parse(const struct ng_parse_type *type, in ng_struct_parse()
286 ng_array_parse(const struct ng_parse_type *type, in ng_array_parse()
294 ng_array_unparse(const struct ng_parse_type *type, in ng_array_unparse()
333 ng_int8_parse(const struct ng_parse_type *type, in ng_int8_parse()
352 ng_int8_unparse(const struct ng_parse_type *type, in ng_int8_unparse()
431 ng_int16_parse(const struct ng_parse_type *type, in ng_int16_parse()
530 ng_int32_parse(const struct ng_parse_type *type, in ng_int32_parse()
632 ng_int64_parse(const struct ng_parse_type *type, in ng_int64_parse()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dtypeck2.c54 binfo_or_else (tree base, tree type) in binfo_or_else()
141 tree type; member
193 complete_type_check_abstract (tree type) in complete_type_check_abstract()
601 tree type = TREE_TYPE (dest); in split_nonconstant_init_1() local
790 tree value, type; in store_init_value() local
1205 tree type = TREE_TYPE (decl); in digest_nsdmi_init() local
1405 tree type; in process_init_constructor_record() local
1827 tree type = TREE_TYPE (expr); in build_x_arrow() local
1923 tree type; in build_m_component_ref() local
2067 tree type; in build_functional_cast() local
[all …]
H A Dexcept.c83 prepare_eh_type (tree type) in prepare_eh_type()
104 eh_type_info (tree type) in eh_type_info()
116 build_eh_type_type (tree type) in build_eh_type_type()
210 dtor_nothrow (tree type) in dtor_nothrow()
228 do_end_catch (tree type) in do_end_catch()
247 push_eh_cleanup (tree type) in push_eh_cleanup()
370 tree type, init; in expand_start_catch_block() local
502 do_allocate_exception (tree type) in do_allocate_exception()
827 tree type = TREE_TYPE (t); in is_admissible_throw_operand_or_catch_parameter() local
950 tree type = TREE_TYPE (master); in check_handlers_1() local
[all …]
H A Dcvt.c74 cp_convert_to_pointer (tree type, tree expr, bool dofold, in cp_convert_to_pointer()
416 tree type = TYPE_MAIN_VARIANT (TREE_TYPE (reftype)); in convert_to_reference() local
561 tree type = TREE_TYPE (expr); in force_rvalue() local
599 cp_fold_convert (tree type, tree expr) in cp_fold_convert()
954 tree type = TREE_TYPE (fn); in cp_get_fndecl_from_callee() local
1001 tree type = TREE_TYPE (callee); in maybe_warn_nodiscard() local
1158 tree type = TREE_TYPE (expr); in convert_to_void() local
1320 tree type = TREE_TYPE (expr); in convert_to_void() local
1589 convert (tree type, tree expr) in convert()
1833 type_promotes_to (tree type) in type_promotes_to()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dtypeck2.c58 binfo_or_else (tree base, tree type) in binfo_or_else()
144 tree type; member
193 complete_type_check_abstract (tree type) in complete_type_check_abstract()
514 tree type = TREE_TYPE (dest); in split_nonconstant_init_1() local
665 tree value, type; in store_init_value() local
762 check_narrowing (tree type, tree init) in check_narrowing()
1160 tree type; in process_init_constructor_record() local
1471 tree type = TREE_TYPE (expr); in build_x_arrow() local
1554 tree type; in build_m_component_ref() local
1650 tree type; in build_functional_cast() local
[all …]
H A Dcvt.c77 cp_convert_to_pointer (tree type, tree expr) in cp_convert_to_pointer()
254 convert_to_pointer_force (tree type, tree expr) in convert_to_pointer_force()
543 tree type = TREE_TYPE (expr); in force_rvalue() local
583 cp_fold_convert (tree type, tree expr) in cp_fold_convert()
593 cp_convert (tree type, tree expr) in cp_convert()
606 cp_convert_and_check (tree type, tree expr) in cp_convert_and_check()
967 tree type = TREE_TYPE (expr); in convert_to_void() local
1127 tree type = TREE_TYPE (expr); in convert_to_void() local
1389 convert (tree type, tree expr) in convert()
1410 convert_force (tree type, tree expr, int convtype) in convert_force()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/objc/
H A Dobjc-encoding.c76 objc_method_parm_type (tree type) in objc_method_parm_type()
85 objc_encoded_type_size (tree type) in objc_encoded_type_size()
125 tree type = objc_method_parm_type (parms); in encode_method_prototype() local
149 tree type = objc_method_parm_type (parms); in encode_method_prototype() local
174 objc_build_encode_expr (tree type) in objc_build_encode_expr()
255 encode_pointer (tree type, int curtype, int format) in encode_pointer()
350 encode_array (tree type, int curtype, int format) in encode_array()
413 encode_vector (tree type, int curtype, int format) in encode_vector()
596 encode_type (tree type, int curtype, int format) in encode_type()
742 encode_gnu_bitfield (int position, tree type, int size) in encode_gnu_bitfield()
[all …]
/dragonfly/contrib/gdb-7/gdb/python/
H A Dpy-type.c38 struct type *type; member
161 convert_field (struct type *type, int field) in convert_field()
255 field_name (struct type *type, int field) in field_name()
433 typy_get_composite (struct type *type) in typy_get_composite()
717 struct type *type = NULL; in typy_lookup_typename() local
745 struct type *type, *rtype = NULL; in typy_lookup_type() local
1230 set_type (type_object *obj, struct type *type) in set_type()
1250 type_object *type = (type_object *) obj; in typy_dealloc() local
1456 struct type *type = iter_obj->source->type; in typy_iterator_iternext() local
1480 type_to_type_object (struct type *type) in type_to_type_object()
[all …]
/dragonfly/contrib/gcc-8.0/gcc/
H A Dconvert.c53 convert_to_pointer_1 (tree type, tree expr, bool fold_p) in convert_to_pointer_1()
105 convert_to_pointer (tree type, tree expr) in convert_to_pointer()
126 convert_to_real_1 (tree type, tree expr, bool fold_p) in convert_to_real_1()
405 convert_to_real (tree type, tree expr) in convert_to_real()
424 enum tree_code ex_form, tree type, tree arg0, tree arg1, in do_narrow()
516 convert_to_integer_1 (tree type, tree expr, bool dofold) in convert_to_integer_1()
1014 convert_to_integer (tree type, tree expr) in convert_to_integer()
1032 convert_to_complex_1 (tree type, tree expr, bool fold_p) in convert_to_complex_1()
1098 convert_to_complex (tree type, tree expr) in convert_to_complex()
1115 convert_to_vector (tree type, tree expr) in convert_to_vector()
[all …]
H A Dgimple-fold.h69 enum tree_code code, tree type, tree op0) in gimple_build()
77 enum tree_code code, tree type, tree op0, tree op1) in gimple_build()
85 enum tree_code code, tree type, tree op0, tree op1, tree op2) in gimple_build()
93 enum built_in_function fn, tree type, tree arg0) in gimple_build()
101 enum built_in_function fn, tree type, tree arg0, tree arg1) in gimple_build()
109 enum built_in_function fn, tree type, in gimple_build()
117 gimple_convert (gimple_seq *seq, tree type, tree op) in gimple_convert()
132 gimple_build_vector_from_val (gimple_seq *seq, tree type, tree op) in gimple_build_vector_from_val()
/dragonfly/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()
/dragonfly/contrib/gcc-8.0/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()
175 priority_tree_remove (enum priority_queue_type type, in priority_tree_remove()
217 priority_tree_next_task_1 (enum priority_queue_type type, in priority_tree_next_task_1()

12345678910>>...94