Searched refs:leaf (Results 1 - 25 of 185) sorted by relevance

12345678

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dprologue.c18 int leaf (void) function
25 leaf ();
26 return leaf () * val;
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprologue.c18 int leaf (void) function
31 leaf ();
32 return leaf () * val;
/netbsd-current/external/bsd/jemalloc/dist/src/
H A Drtree.c53 rtree_leaf_dalloc_impl(tsdn_t *tsdn, rtree_t *rtree, rtree_leaf_elm_t *leaf) { argument
78 rtree_leaf_elm_t *leaf = local
81 if (leaf != NULL) {
82 rtree_leaf_dalloc(tsdn, rtree, leaf);
135 rtree_leaf_elm_t *leaf = atomic_load_p(elmp, ATOMIC_RELAXED); local
136 if (leaf == NULL) {
137 leaf = rtree_leaf_alloc(tsdn, rtree, ZU(1) <<
139 if (leaf == NULL) {
147 atomic_store_p(elmp, leaf, ATOMIC_RELEASE);
151 return leaf;
160 rtree_leaf_valid(rtree_leaf_elm_t *leaf) argument
195 rtree_leaf_elm_t *leaf; local
212 rtree_leaf_elm_t *leaf; local
226 rtree_leaf_elm_t *leaf; local
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Dsgxintrin.h33 #define __encls_bc(leaf, b, c, retval) \
36 : "a" (leaf), "b" (b), "c" (c) \
39 #define __encls_bcd(leaf, b, c, d, retval) \
42 : "a" (leaf), "b" (b), "c" (c), "d" (d) \
45 #define __encls_c(leaf, c, retval) \
48 : "a" (leaf), "c" (c) \
51 #define __encls_edbgrd(leaf, b, c, retval) \
54 : "a" (leaf), "c" (c))
56 #define __encls_generic(leaf, b, c, d, retval) \
59 : "a" (leaf), "
[all...]
H A Dpconfigintrin.h37 #define __pconfig_b(leaf, b, retval) \
40 : "a" (leaf), "b" (b) \
43 #define __pconfig_generic(leaf, b, c, d, retval) \
46 : "a" (leaf), "b" (b), "c" (c), "d" (d) \
/netbsd-current/external/gpl3/gcc/dist/gcc/config/i386/
H A Dsgxintrin.h33 #define __encls_bc(leaf, b, c, retval) \
36 : "a" (leaf), "b" (b), "c" (c) \
39 #define __encls_bcd(leaf, b, c, d, retval) \
42 : "a" (leaf), "b" (b), "c" (c), "d" (d) \
45 #define __encls_c(leaf, c, retval) \
48 : "a" (leaf), "c" (c) \
51 #define __encls_edbgrd(leaf, b, c, retval) \
54 : "a" (leaf), "c" (c))
56 #define __encls_generic(leaf, b, c, d, retval) \
59 : "a" (leaf), "
[all...]
H A Dpconfigintrin.h37 #define __pconfig_b(leaf, b, retval) \
40 : "a" (leaf), "b" (b) \
43 #define __pconfig_generic(leaf, b, c, d, retval) \
46 : "a" (leaf), "b" (b), "c" (c), "d" (d) \
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
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...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
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...]
/netbsd-current/external/bsd/jemalloc/dist/include/jemalloc/internal/
H A Drtree_tsd.h5 * Number of leafkey/leaf pairs to cache in L1 and L2 level respectively. Each
6 * entry supports an entire leaf, so the cache hit rate is typically high even
8 * the boundary between two leaf nodes. Furthermore, an arena may use a
37 rtree_leaf_elm_t *leaf; member in struct:rtree_ctx_cache_elm_s
/netbsd-current/external/bsd/jemalloc/include/jemalloc/internal/
H A Drtree_tsd.h5 * Number of leafkey/leaf pairs to cache in L1 and L2 level respectively. Each
6 * entry supports an entire leaf, so the cache hit rate is typically high even
8 * the boundary between two leaf nodes. Furthermore, an arena may use a
37 rtree_leaf_elm_t *leaf; member in struct:rtree_ctx_cache_elm_s
/netbsd-current/crypto/external/bsd/openssl/dist/include/crypto/
H A Dsparse_array.h47 void (*leaf)(ossl_uintmax_t, type *)) \
50 (void (*)(ossl_uintmax_t, void *))leaf); \
54 void (*leaf)(ossl_uintmax_t, type *, void *), \
58 (void (*)(ossl_uintmax_t, void *, void *))leaf, arg); \
83 void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *));
85 void (*leaf)(ossl_uintmax_t, void *, void *), void *);
/netbsd-current/sys/kern/
H A Dsubr_thmap.c69 * The leaf nodes just stay as-is until they are reclaimed.
189 * - Intermediate nodes -- arrays pointing to another level or a leaf;
394 const thmap_leaf_t *leaf, unsigned level)
396 const void *key = THMAP_GETPTR(thmap, leaf->key);
401 return (hash(thmap->seed, key, leaf->len, i) >> shift) & LEVEL_MASK;
406 const thmap_leaf_t *leaf)
411 return hashval_getleafslot(thmap, leaf, 0);
415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf, argument
418 const void *leafkey = THMAP_GETPTR(thmap, leaf->key);
419 return len == leaf
393 hashval_getleafslot(const thmap_t *thmap, const thmap_leaf_t *leaf, unsigned level) argument
405 hashval_getl0slot(const thmap_t *thmap, const thmap_query_t *query, const thmap_leaf_t *leaf) argument
490 thmap_leaf_t *leaf; local
521 leaf_free(const thmap_t *thmap, thmap_leaf_t *leaf) argument
553 root_try_put(thmap_t *thmap, const thmap_query_t *query, thmap_leaf_t *leaf) argument
698 thmap_leaf_t *leaf; local
726 thmap_leaf_t *leaf, *other; local
856 thmap_leaf_t *leaf; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dsparse_array.c66 void (*leaf)(ossl_uintmax_t, void *, void *), void *arg)
92 } else if (leaf != NULL) {
93 (*leaf)(idx, p[n], arg);
134 void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *)) argument
138 tramp.func = leaf;
144 void (*leaf)(ossl_uintmax_t, void *, void *),
148 sa_doall(sa, NULL, leaf, arg);
65 sa_doall(const OPENSSL_SA *sa, void (*node)(void **), void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) argument
143 ossl_sa_doall_arg(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) argument
/netbsd-current/sys/arch/hpcmips/stand/pbsdboot/
H A Dvmem.c90 for (i = 0; p = map->leaf[i / map->leafsize][i % map->leafsize]; i++) {
93 i, map->leaf[i / map->leafsize][i % map->leafsize]);
96 i, map->leaf[i / map->leafsize][i % map->leafsize]);
99 map->leaf[i / map->leafsize][i % map->leafsize] = p;
103 if ((p = vtophysaddr((void *)map->leaf[i])) == NULL) {
104 debug_printf(TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"),
105 i, map->leaf[i / map->leafsize][i % map->leafsize]);
107 TEXT("vtophysaddr() failed, leaf %d (addr=0x%x) \n"),
108 i, map->leaf[i / map->leafsize][i % map->leafsize]);
111 map->leaf[
357 void **leaf = map->leaf[i / map->leafsize]; local
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_schedule_private.h12 * "leaf" may be used to represent a leaf of the schedule.
14 * but an isl_schedule_node may have "leaf" as its tree if it refers to
15 * a leaf of this schedule tree.
22 struct isl_schedule_tree *leaf; member in struct:isl_schedule
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsearch.hin30 leaf
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-arm/
H A Dattr-merge-wchar-00-nowarn.d19 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-00.d19 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-02-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-02.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-04-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-04.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-20-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-20.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP

Completed in 183 milliseconds

12345678