Home
last modified time | relevance | path

Searched defs:elt (Results 1 – 25 of 147) sorted by relevance

123456

/dflybsd-src/lib/libc/include/isc/
H A Dlist.h31 #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 Datexit_thread.cc53 struct elt struct
55 void (*destructor)(void *);
56 void *object;
57 elt *next;
59 HMODULE dll;
/dflybsd-src/contrib/gdb-7/gdb/
H A Dexpprint.c690 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 Dcondition_variable.cc90 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 Dtree-vector-builder.h101 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 Dbitmap.c64 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 Dcse.c637 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 Dtree-affine.c77 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 Dtree-switch-conversion.c661 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 Drtx-vector-builder.c89 rtx elt = (*this)[0]; in find_cached_value() local
H A Dvec-perm-indices.h119 vec_perm_indices::clamp (element_type elt) const in clamp()
H A Dstmt.c886 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 Drtx-vector-builder.h100 rtx_vector_builder::integral_p (rtx elt) const in integral_p()
/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dbitmap.c138 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 Dtree-switch-conversion.c444 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 Dcse.c658 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 Dtree-affine.c63 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 Dsese.c39 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 Dtree-ssa-uncprop.c315 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 Dpy-cmd.c258 PyObject *elt = PySequence_GetItem (resultobj, i); in VEC() local
319 struct cmd_list_element *elt; in gdbpy_parse_command_name() local
H A Dpy-function.c47 PyObject *elt = value_to_value_object (argv[i]); in convert_values_to_python() local
/dflybsd-src/contrib/tcpdump/
H A Dprint-domain.c157 u_int bitlen, elt; in labellen() local
191 u_int elt; in fqdn_print() local
/dflybsd-src/contrib/binutils-2.27/binutils/
H A Dbinemul.c67 bfd *elt; in do_ar_emul_append() local
/dflybsd-src/contrib/binutils-2.34/binutils/
H A Dbinemul.c67 bfd *elt; in do_ar_emul_append() local
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dexpr.c75 constructor_elt *elt; in cplus_expand_constant() local

123456