Searched refs:leaf (Results 1 - 25 of 47) sorted by last modified time

12

/haiku-buildtools/binutils/include/opcode/
H A Dcgen.h657 const struct cgen_ifld * leaf;
647 const struct cgen_ifld * leaf; member in union:cgen_maybe_multi_ifield::__anon920
/haiku-buildtools/binutils/gas/config/
H A Dtc-score7.c475 unsigned long leaf;
5574 s7_cur_proc_ptr->leaf = 0xdeafbeaf;
5632 s7_cur_proc_ptr->leaf = val;
5696 (s7_cur_proc_ptr->leaf == 0xdeafbeaf) ||
5714 s7_number_to_chars (fragp + 12, (valueT) s7_cur_proc_ptr->leaf, 4);
473 unsigned long leaf; member in struct:proc
H A Dtc-score.c410 unsigned long leaf; member in struct:s3_proc
5713 s3_cur_proc_ptr->leaf = 0xdeafbeaf;
5771 s3_cur_proc_ptr->leaf = val;
5834 (s3_cur_proc_ptr->leaf == 0xdeafbeaf) ||
5852 md_number_to_chars (fragp + 12, (valueT) s3_cur_proc_ptr->leaf, 4);
/haiku-buildtools/binutils/gas/
H A Dcgen.c692 (field ? field->val.leaf->name : "??"));
697 rightshift -= field->val.leaf->length;
869 start = fixP->fx_cgen.field->val.leaf->start;
870 length = fixP->fx_cgen.field->val.leaf->length;
/haiku-buildtools/binutils/bfd/
H A DpeXXigen.c2332 bfd_byte * leaf;
2414 leaf = regions->section_start + entry;
2416 if (leaf + 16 >= regions->section_end
2418 || leaf < regions->section_start)
2424 addr = (long) bfd_get_32 (abfd, leaf),
2425 size = (long) bfd_get_32 (abfd, leaf + 4),
2426 (int) bfd_get_32 (abfd, leaf + 8));
2429 if (bfd_get_32 (abfd, leaf + 12) != 0
3236 struct rsrc_leaf * leaf;
3304 entry->value.leaf
2329 bfd_byte * leaf; local
3232 struct rsrc_leaf * leaf; member in union:rsrc_entry::__anon171
3437 rsrc_write_leaf(rsrc_write_data * data, rsrc_leaf * leaf) argument
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c19169 even call clobbered ones. If this is a leaf function
19720 a leaf function. These function types will not contain a stack
20871 int leaf;
20879 /* We need to know if we are a leaf function. Unfortunately, it
20885 to know about leaf functions once reload has completed, and the
20896 leaf = leaf_function_p ();
20949 /* A leaf function does not need any stack alignment if it has nothing
20951 if (leaf && frame_size == 0
24032 /* This test is only important for leaf functions. */
20853 int leaf; local
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Derase_fn_imps.hpp121 p_l->~leaf();
161 static_cast<leaf_pointer>(p_nd)->~leaf();
H A Dconstructors_destructor_fn_imps.hpp173 new (p_new_lf) leaf(p_other_lf->value());
H A Dpat_trie_base.hpp230 typedef _Leaf<_ATraits, Metadata> leaf; typedef in struct:__gnu_pbds::detail::pat_trie_base::_Inode
231 typedef typename _Alloc::template rebind<leaf>::other __rebind_l;
884 /// the current leaf.
966 /// Access; returns the iterator* associated with the current leaf.
H A Dpat_trie_.hpp128 typedef typename traits_type::leaf leaf; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
129 typedef typename _Alloc::template rebind<leaf> __rebind_l;
170 m_p_nd->~leaf();
402 /// after a leaf of the tree.
407 /// after a leaf of the tree.
H A Dinsert_join_fn_imps.hpp398 new (p_new_lf) leaf(r_val);
H A Dtraits.hpp78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef in struct:__gnu_pbds::detail::trie_traits
81 typedef base_type::_Iter<node, leaf, head, inode, true> iterator;
82 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
83 typedef base_type::_Iter<node, leaf, head, inode, false> reverse_iterator;
84 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator;
88 typedef base_type::_Node_citer<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_const_iterator;
90 typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iterator;
125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef in struct:__gnu_pbds::detail::trie_traits
128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator;
130 typedef base_type::_CIter<node, leaf, hea
[all...]
/haiku-buildtools/gcc/libgcc/
H A DMakefile.in112 $(MAKE) install-leaf DESTDIR=$(gcc_objdir) \
1121 install-leaf: $(install-shared) $(install-libunwind)
1141 install: install-leaf install-unwind_h
/haiku-buildtools/gcc/libgcc/config/c6x/
H A Dlib1funcs.S30 ;; In our implementation, divu and remu are leaf functions,
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_mutex.cc24 // The leaf mutexes can be locked under any other mutexes.
53 bool leaf[N] = {}; local
60 CHECK(!leaf[i]);
61 leaf[i] = true;
70 CHECK(!leaf[i] || cnt[i] == 0);
72 // Add leaf mutexes.
74 if (!leaf[i])
77 if (i == j || leaf[j] || j == MutexTypeInvalid)
/haiku-buildtools/gcc/libcilkrts/runtime/
H A Dpedigrees.c55 void __cilkrts_set_pedigree_leaf(__cilkrts_pedigree *leaf) argument
57 __cilkrts_set_tls_pedigree_leaf(leaf);
67 // Save a pointer to the old leaf.
83 // Existing leaf in tls should be for the current worker.
98 // Save that leaf pointer back into tls.
100 // Null out worker's leaf for paranoia.
H A Dpedigrees.h61 * @brief Sets the leaf pedigree node for the current user thread.
69 * @param leaf The pedigree node to store as a leaf.
72 void __cilkrts_set_pedigree_leaf(__cilkrts_pedigree* leaf);
76 * Load the pedigree leaf node from thread-local storage into the
89 * Save the pedigree leaf node from the worker into thread-local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr64715-1.c5 extern inline __attribute__ ((always_inline, gnu_inline, artificial, nothrow, leaf)) char *
H A Dpr57287.c10 void bar (int) __attribute__((leaf));
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr57036-2.c11 inline void __attribute__((always_inline,leaf)) f(void)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/aarch64/
H A Dtest_fp_attribute_1.c5 leaf (void) function
14 leaf ();
21 leaf ();
H A Dtest_fp_attribute_2.c5 leaf (void) function
14 leaf ();
21 leaf ();
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/sh/torture/
H A Dpr58314.c60 xfs_attr_leaf_remove(xfs_attr_leafblock_t *leaf, xfs_da_args_t *args) argument
68 hdr = &leaf->hdr;
71 entry = &leaf->entries[args->index];
79 entsize = xfs_attr_leaf_entsize(leaf, args->index);
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dattr-names.d33 Tag_ABI_align_preserved: 8-byte, except leaf SP
/haiku-buildtools/isl/doc/
H A Dimplementation.tex502 corresponding to integer divisions. Each leaf of the tree prescribes
504 on the path leading to the leaf.

Completed in 704 milliseconds

12