/dflybsd-src/lib/libc/include/isc/ |
H A D | list.h | 31 #define INIT_LINK_TYPE(elt, link, type) \ argument 36 #define INIT_LINK(elt, link) \ argument 38 #define LINKED(elt, link) ((void *)((elt)->link.prev) != (void *)(-1)) argument 44 #define PREPEND(list, elt, link) \ argument 56 #define APPEND(list, elt, link) \ argument 68 #define UNLINK_TYPE(list, elt, link, type) \ argument 85 #define UNLINK(list, elt, link) \ argument 88 #define PREV(elt, link) ((elt)->link.prev) argument 89 #define NEXT(elt, link) ((elt)->link.next) argument 91 #define INSERT_BEFORE(list, before, elt, link) \ argument [all …]
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/libsupc++/ |
H A D | atexit_thread.cc | 53 struct elt struct 55 void (*destructor)(void *); 56 void *object; 57 elt *next; 59 HMODULE dll;
|
/dflybsd-src/contrib/gdb-7/gdb/ |
H A D | expprint.c | 690 int elt; in dump_raw_expression() local 730 dump_subexp (struct expression *exp, struct ui_file *stream, int elt) in dump_subexp() 756 dump_subexp_body (struct expression *exp, struct ui_file *stream, int elt) in dump_subexp_body() 765 struct ui_file *stream, int elt) in dump_subexp_body_standard() 1028 int elt; in dump_prefix_expression() local
|
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/ |
H A D | condition_variable.cc | 90 auto elt = (__at_thread_exit_elt*)p; in run() local 101 auto elt = (__at_thread_exit_elt*)__gthread_getspecific(key); in run() local 140 __at_thread_exit(__at_thread_exit_elt* elt) in __at_thread_exit()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | tree-vector-builder.h | 101 tree_vector_builder::integral_p (const_tree elt) const in integral_p() 120 tree_vector_builder::can_elide_p (const_tree elt) const in can_elide_p()
|
H A D | bitmap.c | 64 bitmap_elem_to_freelist (bitmap head, bitmap_element *elt) in bitmap_elem_to_freelist() 86 bitmap_element_free (bitmap head, bitmap_element *elt) in bitmap_element_free() 172 bitmap_elt_clear_from (bitmap head, bitmap_element *elt) in bitmap_elt_clear_from() 407 bitmap_elt_insert_after (bitmap head, bitmap_element *elt, unsigned int indx) in bitmap_elt_insert_after() 693 const bitmap_element *elt; in bitmap_count_bits() local 744 const bitmap_element *elt; in bitmap_single_bit_set_p() local 779 const bitmap_element *elt = a->first; in bitmap_first_set_bit() local 830 const bitmap_element *elt = a->current ? a->current : a->first; in bitmap_last_set_bit() local 1191 bitmap_element *elt, *elt_prev; in bitmap_set_range() local 1297 bitmap_element *elt; in bitmap_clear_range() local
|
H A D | cse.c | 637 struct table_elt *elt; in dump_class() local 1213 struct table_elt *elt; in insert_const_anchor() local 1271 struct table_elt *elt; in find_reg_offset_for_const() local 1365 remove_from_table (struct table_elt *elt, unsigned int hash) in remove_from_table() 1443 struct table_elt *elt; in remove_pseudo_from_table() local 1552 struct table_elt *elt; in insert_with_costs() local 1734 struct table_elt *elt, *next, *new_elt; in merge_equiv_classes() local 2133 use_related_value (rtx x, struct table_elt *elt) in use_related_value() 2354 rtx elt; in hash_rtx_cb() local 3841 struct table_elt *elt; in equiv_constant() local [all …]
|
H A D | tree-affine.c | 77 aff_combination_elt (aff_tree *comb, tree type, tree elt) in aff_combination_elt() 139 aff_combination_add_elt (aff_tree *comb, tree elt, const widest_int &scale_in) in aff_combination_add_elt() 448 add_elt_to_tree (tree expr, tree type, tree elt, const widest_int &scale_in) in add_elt_to_tree() 868 struct aff_comb_elt *elt in aff_combination_constant_multiple_p() local
|
H A D | tree-switch-conversion.c | 661 tree elt = gimple_switch_label (swtch, i); in collect_switch_conv_info() local 724 tree elt = gimple_switch_label (swtch, i); in collect_switch_conv_info() local 969 constructor_elt elt; in build_constructors() local 998 constructor_elt elt; in build_constructors() local 1021 constructor_elt *elt; in constructor_contains_same_values_p() local 1042 constructor_elt *elt; in array_value_type() local 1147 constructor_elt *elt; in build_one_array() local 1734 tree elt = gimple_switch_label (stmt, i); in compute_cases_per_edge() local 2051 tree elt; in try_switch_expansion() local
|
H A D | rtx-vector-builder.c | 89 rtx elt = (*this)[0]; in find_cached_value() local
|
H A D | vec-perm-indices.h | 119 vec_perm_indices::clamp (element_type elt) const in clamp()
|
H A D | stmt.c | 886 tree elt; in expand_case() local 1050 tree elt = dispatch_table[i]; in expand_sjlj_dispatch_table() local 1071 tree elt = dispatch_table[i]; in expand_sjlj_dispatch_table() local
|
H A D | rtx-vector-builder.h | 100 rtx_vector_builder::integral_p (rtx elt) const in integral_p()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | bitmap.c | 138 bitmap_elem_to_freelist (bitmap head, bitmap_element *elt) in bitmap_elem_to_freelist() 159 bitmap_element_free (bitmap head, bitmap_element *elt) in bitmap_element_free() 244 bitmap_elt_clear_from (bitmap head, bitmap_element *elt) in bitmap_elt_clear_from() 479 bitmap_elt_insert_after (bitmap head, bitmap_element *elt, unsigned int indx) in bitmap_elt_insert_after() 716 const bitmap_element *elt; in bitmap_count_bits() local 742 const bitmap_element *elt; in bitmap_single_bit_set_p() local 777 const bitmap_element *elt = a->first; in bitmap_first_set_bit() local 828 const bitmap_element *elt = a->current ? a->current : a->first; in bitmap_last_set_bit() local 1187 bitmap_element *elt, *elt_prev; in bitmap_set_range() local 1287 bitmap_element *elt; in bitmap_clear_range() local
|
H A D | tree-switch-conversion.c | 444 constructor_elt *elt; in build_constructors() local 472 constructor_elt *elt; in build_constructors() local 496 constructor_elt *elt; in constructor_contains_same_values_p() local 516 constructor_elt *elt; in array_value_type() local 618 constructor_elt *elt; in build_one_array() local
|
H A D | cse.c | 658 struct table_elt *elt; in dump_class() local 1249 struct table_elt *elt; in insert_const_anchor() local 1307 struct table_elt *elt; in find_reg_offset_for_const() local 1396 remove_from_table (struct table_elt *elt, unsigned int hash) in remove_from_table() 1474 struct table_elt *elt; in remove_pseudo_from_table() local 1583 struct table_elt *elt; in insert_with_costs() local 1765 struct table_elt *elt, *next, *new_elt; in merge_equiv_classes() local 2157 use_related_value (rtx x, struct table_elt *elt) in use_related_value() 2363 rtx elt; in hash_rtx_cb() local 3801 struct table_elt *elt; in equiv_constant() local [all …]
|
H A D | tree-affine.c | 63 aff_combination_elt (aff_tree *comb, tree type, tree elt) in aff_combination_elt() 129 aff_combination_add_elt (aff_tree *comb, tree elt, double_int scale) in aff_combination_add_elt() 373 add_elt_to_tree (tree expr, tree type, tree elt, double_int scale, in add_elt_to_tree() 800 struct aff_comb_elt *elt in aff_combination_constant_multiple_p() local
|
H A D | sese.c | 39 debug_rename_elt (rename_map_elt elt) in debug_rename_elt() 69 rename_map_elt_info (const void *elt) in rename_map_elt_info() 90 debug_ivtype_elt (ivtype_map_elt elt) in debug_ivtype_elt() 118 ivtype_map_elt_info (const void *elt) in ivtype_map_elt_info()
|
H A D | tree-ssa-uncprop.c | 315 struct equiv_hash_elt *elt = (struct equiv_hash_elt *) p; in equiv_free() local 487 struct equiv_hash_elt *elt = (struct equiv_hash_elt *) *slot; in uncprop_into_successor_phis() local
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-cmd.c | 258 PyObject *elt = PySequence_GetItem (resultobj, i); in VEC() local 319 struct cmd_list_element *elt; in gdbpy_parse_command_name() local
|
H A D | py-function.c | 47 PyObject *elt = value_to_value_object (argv[i]); in convert_values_to_python() local
|
/dflybsd-src/contrib/tcpdump/ |
H A D | print-domain.c | 157 u_int bitlen, elt; in labellen() local 191 u_int elt; in fqdn_print() local
|
/dflybsd-src/contrib/binutils-2.27/binutils/ |
H A D | binemul.c | 67 bfd *elt; in do_ar_emul_append() local
|
/dflybsd-src/contrib/binutils-2.34/binutils/ |
H A D | binemul.c | 67 bfd *elt; in do_ar_emul_append() local
|
/dflybsd-src/contrib/gcc-8.0/gcc/cp/ |
H A D | expr.c | 75 constructor_elt *elt; in cplus_expand_constant() local
|