| /netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
| H A D | sgxintrin.h | 33 #define __encls_bc(leaf, b, c, retval) \ argument 36 : "a" (leaf), "b" (b), "c" (c) \ 39 #define __encls_bcd(leaf, b, c, d, retval) \ argument 42 : "a" (leaf), "b" (b), "c" (c), "d" (d) \ 45 #define __encls_c(leaf, c, retval) \ argument 48 : "a" (leaf), "c" (c) \ 51 #define __encls_edbgrd(leaf, b, c, retval) \ argument 54 : "a" (leaf), "c" (c)) 56 #define __encls_generic(leaf, b, c, d, retval) \ argument 59 : "a" (leaf), "b" (b), "c" (c), "d" (d) \ [all …]
|
| H A D | pconfigintrin.h | 37 #define __pconfig_b(leaf, b, retval) \ argument 40 : "a" (leaf), "b" (b) \ 43 #define __pconfig_generic(leaf, b, c, d, retval) \ argument 46 : "a" (leaf), "b" (b), "c" (c), "d" (d) \
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
| H A D | sgxintrin.h | 33 #define __encls_bc(leaf, b, c, retval) \ argument 36 : "a" (leaf), "b" (b), "c" (c) \ 39 #define __encls_bcd(leaf, b, c, d, retval) \ argument 42 : "a" (leaf), "b" (b), "c" (c), "d" (d) \ 45 #define __encls_c(leaf, c, retval) \ argument 48 : "a" (leaf), "c" (c) \ 51 #define __encls_edbgrd(leaf, b, c, retval) \ argument 54 : "a" (leaf), "c" (c)) 56 #define __encls_generic(leaf, b, c, d, retval) \ argument 59 : "a" (leaf), "b" (b), "c" (c), "d" (d) \ [all …]
|
| H A D | pconfigintrin.h | 37 #define __pconfig_b(leaf, b, retval) \ argument 40 : "a" (leaf), "b" (b) \ 43 #define __pconfig_generic(leaf, b, c, d, retval) \ argument 46 : "a" (leaf), "b" (b), "c" (c), "d" (d) \
|
| /netbsd-src/sys/kern/ |
| H A D | subr_thmap.c | 394 const thmap_leaf_t *leaf, unsigned level) in hashval_getleafslot() argument 396 const void *key = THMAP_GETPTR(thmap, leaf->key); in hashval_getleafslot() 401 return (hash(thmap->seed, key, leaf->len, i) >> shift) & LEVEL_MASK; in hashval_getleafslot() 406 const thmap_leaf_t *leaf) in hashval_getl0slot() argument 411 return hashval_getleafslot(thmap, leaf, 0); in hashval_getl0slot() 415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf, in key_cmp_p() argument 418 const void *leafkey = THMAP_GETPTR(thmap, leaf->key); in key_cmp_p() 419 return len == leaf->len && memcmp(key, leafkey, len) == 0; in key_cmp_p() 490 thmap_leaf_t *leaf; in leaf_create() local 497 leaf = THMAP_GETPTR(thmap, leaf_off); in leaf_create() [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | traits.hpp | 78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef 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_con… 90 …typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iter… 125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef 128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; 130 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator; [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/ |
| H A D | traits.hpp | 78 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef 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_con… 90 …typedef base_type::_Node_iter<node, leaf, head, inode, const_iterator, iterator, _Alloc> node_iter… 125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef 128 typedef base_type::_CIter<node, leaf, head, inode, true> const_iterator; 130 typedef base_type::_CIter<node, leaf, head, inode, false> const_reverse_iterator; [all …]
|
| H A D | pat_trie_.hpp | 128 typedef typename traits_type::leaf leaf; typedef in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME 129 typedef rebind_traits<_Alloc, leaf> __rebind_l; 169 m_p_nd->~leaf(); in ~cond_dealtor()
|
| /netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
| H A D | vmem.c | 90 for (i = 0; p = map->leaf[i / map->leafsize][i % map->leafsize]; i++) { in vmem_exec() 93 i, map->leaf[i / map->leafsize][i % map->leafsize]); in vmem_exec() 96 i, map->leaf[i / map->leafsize][i % map->leafsize]); in vmem_exec() 99 map->leaf[i / map->leafsize][i % map->leafsize] = p; in vmem_exec() 103 if ((p = vtophysaddr((void *)map->leaf[i])) == NULL) { in vmem_exec() 105 i, map->leaf[i / map->leafsize][i % map->leafsize]); in vmem_exec() 108 i, map->leaf[i / map->leafsize][i % map->leafsize]); in vmem_exec() 111 map->leaf[i] = (void **)p; in vmem_exec() 177 return (map->leaf[pageno / map->leafsize][pageno % map->leafsize] + offset); in vmem_get() 346 if ((map->leaf[i] = (void **)vmem_alloc()) == NULL) { in vmem_init() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Metadata.def | 27 // Handler for leaf nodes in the class hierarchy. 32 // Handler for non-leaf nodes in the class hierarchy. 37 // Handler for specialized and uniquable leaf nodes under MDNode. Defers to 50 // Handler for leaf nodes under MDNode. 55 // Handler for leaf nodes under MDNode. 60 // Handler for non-leaf nodes under MDNode. 65 // Handler for specialized leaf nodes under MDNode. 70 // Handler for specialized non-leaf nodes under MDNode.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/ |
| H A D | sparse_array.h | 47 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-src/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | sparse_array.c | 66 void (*leaf)(ossl_uintmax_t, void *, void *), void *arg) in sa_doall() 92 } else if (leaf != NULL) { in sa_doall() 93 (*leaf)(idx, p[n], arg); in sa_doall() 134 void ossl_sa_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, void *)) in ossl_sa_doall() 138 tramp.func = leaf; in ossl_sa_doall() 144 void (*leaf)(ossl_uintmax_t, void *, void *), in ossl_sa_doall_arg() 148 sa_doall(sa, NULL, leaf, arg); in ossl_sa_doall_arg()
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/i915/selftests/ |
| H A D | i915_syncmap.c | 151 static int check_seqno(struct i915_syncmap *leaf, unsigned int idx, u32 seqno) in check_seqno() argument 153 if (leaf->height) { in check_seqno() 155 __func__, leaf->height); in check_seqno() 159 if (__sync_seqno(leaf)[idx] != seqno) { in check_seqno() local 161 __func__, idx, __sync_seqno(leaf)[idx], seqno); in check_seqno() 513 struct i915_syncmap *leaf = __sync_child(sync)[idx]; in igt_syncmap_compact() local 515 if (leaf->height) { in igt_syncmap_compact() 521 if (leaf->parent != sync) { in igt_syncmap_compact() 528 if (!is_power_of_2(leaf->bitmap)) { in igt_syncmap_compact() 530 idx, leaf->bitmap, hweight32(leaf->bitmap)); in igt_syncmap_compact() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| H A D | sanitizer_mutex.cpp | 74 bool leaf[kMutexTypeMax]; in DebugMutexInit() local 75 internal_memset(&leaf, 0, sizeof(leaf)); in DebugMutexInit() 88 CHECK(!leaf[t]); in DebugMutexInit() 89 leaf[t] = true; in DebugMutexInit() 106 if (!leaf[t]) in DebugMutexInit() 110 if (z == MutexInvalid || t == z || leaf[z]) in DebugMutexInit()
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/config/ |
| H A D | tree.ipp | 51 /// \tparam LeafType The node type of the leaf we are defining. 67 /// Gets a read-only reference to the value of a leaf addressed by its key. 69 /// \tparam LeafType The node type of the leaf we are querying. 72 /// \return A reference to the value in the located leaf, if successful. 94 /// Gets a read-write reference to the value of a leaf addressed by its key. 96 /// \tparam LeafType The node type of the leaf we are querying. 99 /// \return A reference to the value in the located leaf, if successful. 122 /// Sets the value of a leaf addressed by its key. 124 /// \tparam LeafType The node type of the leaf we are setting.
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| H A D | tsan_mutex.cc | 56 bool leaf[N] = {}; in InitializeMutex() local 63 CHECK(!leaf[i]); in InitializeMutex() 64 leaf[i] = true; in InitializeMutex() 73 CHECK(!leaf[i] || cnt[i] == 0); in InitializeMutex() 77 if (!leaf[i]) in InitializeMutex() 80 if (i == j || leaf[j] || j == MutexTypeInvalid) in InitializeMutex()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| H A D | tsan_mutex.cc | 58 bool leaf[N] = {}; in InitializeMutex() local 65 CHECK(!leaf[i]); in InitializeMutex() 66 leaf[i] = true; in InitializeMutex() 75 CHECK(!leaf[i] || cnt[i] == 0); in InitializeMutex() 79 if (!leaf[i]) in InitializeMutex() 82 if (i == j || leaf[j] || j == MutexTypeInvalid) in InitializeMutex()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
| H A D | mdb.c | 1394 static int mdb_node_read(MDB_cursor *mc, MDB_node *leaf, MDB_val *data); 1730 MDB_node *leaf = NODEPTR(mp, j); in mdb_audit() local 1731 if (leaf->mn_flags & F_SUBDATA) { in mdb_audit() 1733 memcpy(&db, NODEDATA(leaf), sizeof(db)); in mdb_audit() 1915 MDB_node *leaf; in mdb_pages_xkeep() local 1939 leaf = NODEPTR(mp, m3->mc_ki[j-1]); in mdb_pages_xkeep() 1940 if (!(leaf->mn_flags & F_SUBDATA)) in mdb_pages_xkeep() 2197 MDB_node *leaf; in mdb_page_alloc() local 2258 leaf = NODEPTR(np, m2.mc_ki[m2.mc_top]); in mdb_page_alloc() 2259 if ((rc = mdb_node_read(&m2, leaf, &data)) != MDB_SUCCESS) in mdb_page_alloc() [all …]
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/internal/man3/ |
| H A D | OPENSSL_SA.pod | 23 void ossl_sa_TYPE_doall(const OPENSSL_SA *sa, void (*leaf)(ossl_uintmax_t, 26 void (*leaf)(ossl_uintmax_t, void *, void *), 69 B<ossl_sa_I<TYPE>_doall>() calls the function I<leaf> for each element in I<sa> 71 of each item is passed as the first argument to the leaf function and a 74 B<ossl_sa_I<TYPE>_doall_arg>() calls the function I<leaf> for each element in 76 array, of each item is passed as the first argument to the leaf function,
|
| /netbsd-src/usr.bin/make/unit-tests/ |
| H A D | depsrc-optional.mk | 15 : An optional leaf node is not executed. 19 : A leaf node using '::' is considered out-of-date.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| H A D | IntervalMap.h | 807 template <typename NodeT> NodeT &leaf() const { in leaf() function 1337 return branched() ? path.leaf<Leaf>().start(path.leafOffset()) : in unsafeStart() 1338 path.leaf<RootLeaf>().start(path.leafOffset()); in unsafeStart() 1344 return branched() ? path.leaf<Leaf>().stop(path.leafOffset()) : in unsafeStop() 1345 path.leaf<RootLeaf>().stop(path.leafOffset()); in unsafeStop() 1351 return branched() ? path.leaf<Leaf>().value(path.leafOffset()) : in unsafeValue() 1352 path.leaf<RootLeaf>().value(path.leafOffset()); in unsafeValue() 1386 return &path.template leaf<Leaf>() == &RHS.path.template leaf<Leaf>(); 1489 if (!Traits::stopLess(path.leaf<Leaf>().stop(path.leafSize() - 1), x)) { in treeAdvanceTo() 1490 path.leafOffset() = path.leaf<Leaf>().safeFind(path.leafOffset(), x); in treeAdvanceTo() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeViewTypes.def | 1 //===-- CodeViewTypes.def - All CodeView leaf types -------------*- C++ -*-===// 77 // ID leaf records. Subsequent leaf types may be referenced from .debug$S. 196 // ID leaf records. Subsequent leaf types may be referenced from .debug$S. 198 // Numeric leaf types. These are generally contained in other records, and not
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | builtin-attrs.def | 103 DEF_ATTR_IDENT (ATTR_LEAF, "leaf") 211 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */ 264 /* Nothrow leaf functions which are type-generic. */ 267 /* Nothrow nonnull leaf functions that are type-generic. */ 274 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull, 278 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull, 282 /* Nothrow const leaf functions whose pointer parameter(s) are all nonnull. */ 288 /* Nothrow const leaf functions which are type-generic. */ 294 /* Nothrow pure leaf functions whose pointer parameter(s) are all nonnull. */ 302 /* Nothrow malloc leaf functions whose pointer parameter(s) are all nonnull. */
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | builtin-attrs.def | 105 DEF_ATTR_IDENT (ATTR_LEAF, "leaf") 217 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull. */ 270 /* Nothrow leaf functions which are type-generic. */ 273 /* Nothrow nonnull leaf functions that are type-generic. */ 280 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull, 284 /* Nothrow leaf functions whose pointer parameter(s) are all nonnull, 288 /* Nothrow const leaf functions whose pointer parameter(s) are all nonnull. */ 294 /* Nothrow const leaf functions which are type-generic. */ 300 /* Nothrow pure leaf functions whose pointer parameter(s) are all nonnull. */ 308 /* Nothrow malloc leaf functions whose pointer parameter(s) are all nonnull. */
|
| /netbsd-src/external/gpl3/binutils/dist/bfd/ |
| H A D | dwarf2.c | 151 struct trie_leaf *leaf; in alloc_trie_leaf() local 152 size_t amt = sizeof (*leaf) + TRIE_LEAF_SIZE * sizeof (leaf->ranges[0]); in alloc_trie_leaf() 153 leaf = bfd_zalloc (abfd, amt); in alloc_trie_leaf() 154 if (leaf == NULL) in alloc_trie_leaf() 156 leaf->head.num_room_in_leaf = TRIE_LEAF_SIZE; in alloc_trie_leaf() 157 return &leaf->head; in alloc_trie_leaf() 2160 struct trie_leaf *leaf = (struct trie_leaf *) trie; in insert_arange_in_trie() local 2163 for (i = 0; i < leaf->num_stored_in_leaf; ++i) in insert_arange_in_trie() 2165 if (leaf->ranges[i].unit == unit in insert_arange_in_trie() 2167 leaf->ranges[i].low_pc, in insert_arange_in_trie() [all …]
|