/netbsd-src/external/gpl3/gcc/dist/gcc/config/i386/ |
H A D | sgxintrin.h | 33 #define __encls_bc(leaf, b, c, retval) \ argument 39 #define __encls_bcd(leaf, b, c, d, retval) \ argument 45 #define __encls_c(leaf, c, retval) \ argument 51 #define __encls_edbgrd(leaf, b, c, retval) \ argument 56 #define __encls_generic(leaf, b, c, d, retval) \ argument 62 #define __enclu_bc(leaf, b, c, retval) \ argument 68 #define __enclu_bcd(leaf, b, c, d, retval) \ argument 74 #define __enclu_eenter(leaf, b, c, retval) \ argument 80 #define __enclu_eexit(leaf, b, c, retval) \ argument 86 #define __enclu_generic(leaf, b, c, d, retval) \ argument [all …]
|
H A D | pconfigintrin.h | 37 #define __pconfig_b(leaf, b, retval) \ argument 43 #define __pconfig_generic(leaf, b, c, d, retval) \ argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | sgxintrin.h | 33 #define __encls_bc(leaf, b, c, retval) \ argument 39 #define __encls_bcd(leaf, b, c, d, retval) \ argument 45 #define __encls_c(leaf, c, retval) \ argument 51 #define __encls_edbgrd(leaf, b, c, retval) \ argument 56 #define __encls_generic(leaf, b, c, d, retval) \ argument 62 #define __enclu_bc(leaf, b, c, retval) \ argument 68 #define __enclu_bcd(leaf, b, c, d, retval) \ argument 74 #define __enclu_eenter(leaf, b, c, retval) \ argument 80 #define __enclu_eexit(leaf, b, c, retval) \ argument 86 #define __enclu_generic(leaf, b, c, d, retval) \ argument [all …]
|
H A D | pconfigintrin.h | 37 #define __pconfig_b(leaf, b, retval) \ argument 43 #define __pconfig_generic(leaf, b, c, d, retval) \ argument
|
/netbsd-src/sys/kern/ |
H A D | subr_thmap.c | 394 const thmap_leaf_t *leaf, unsigned level) in hashval_getleafslot() 406 const thmap_leaf_t *leaf) in hashval_getl0slot() 415 key_cmp_p(const thmap_t *thmap, const thmap_leaf_t *leaf, in key_cmp_p() 490 thmap_leaf_t *leaf; in leaf_create() local 521 leaf_free(const thmap_t *thmap, thmap_leaf_t *leaf) in leaf_free() 553 root_try_put(thmap_t *thmap, const thmap_query_t *query, thmap_leaf_t *leaf) in root_try_put() 698 thmap_leaf_t *leaf; in thmap_get() local 726 thmap_leaf_t *leaf, *other; in thmap_put() local 856 thmap_leaf_t *leaf; in thmap_del() local
|
/netbsd-src/external/mit/isl/dist/ |
H A D | isl_schedule_private.h | 22 struct isl_schedule_tree *leaf; member
|
/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() 159 if (__sync_seqno(leaf)[idx] != seqno) { in check_seqno() local 513 struct i915_syncmap *leaf = __sync_child(sync)[idx]; in igt_syncmap_compact() local
|
/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 125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef
|
H A D | pat_trie_.hpp | 128 typedef typename traits_type::leaf leaf; typedef in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
|
/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 125 typedef base_type::_Leaf<synth_access_traits, metadata> leaf; typedef
|
H A D | pat_trie_.hpp | 128 typedef typename traits_type::leaf leaf; typedef in __gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
|
/netbsd-src/sys/arch/x86/x86/ |
H A D | identcpu_subr.c | 168 cpu_dcp_cacheinfo(struct cpu_info *ci, uint32_t leaf) in cpu_dcp_cacheinfo()
|
/netbsd-src/include/ |
H A D | search.h | 42 leaf enumerator
|
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/ |
H A D | dynamic_cast.cc | 208 void *leaf = ADD_TO_PTR(const_cast<void *>(sub), header->leaf_offset); in __dynamic_cast() local
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
H A D | sanitizer_mutex.cpp | 74 bool leaf[kMutexTypeMax]; in DebugMutexInit() local
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
H A D | tsan_mutex.cc | 56 bool leaf[N] = {}; in InitializeMutex() local
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
H A D | tsan_mutex.cc | 58 bool leaf[N] = {}; in InitializeMutex() local
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
H A D | crltest.c | 232 static int verify(X509 *leaf, X509 *root, STACK_OF(X509_CRL) *crls, in verify()
|
/netbsd-src/crypto/external/bsd/openssh/dist/ |
H A D | xmss_fast.c | 109 static void l_tree(unsigned char *leaf, unsigned char *wots_pk, const xmss_params *params, const un… in l_tree() 150 static void gen_leaf_wots(unsigned char *leaf, const unsigned char *sk_seed, const xmss_params *par… in gen_leaf_wots() 294 static void validate_authpath(unsigned char *root, const unsigned char *leaf, unsigned long leafidx… in validate_authpath()
|
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/ |
H A D | vmem.c | 357 void **leaf = map->leaf[i / map->leafsize]; in vmem_init() local
|
H A D | pbsdboot.h | 72 void **leaf[32]; member
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | PathTree.cc | 316 PathTree::new_Node (NodeIdx anc, Histable *instr, bool leaf) in new_Node() 395 bool leaf = (i == 0); in find_path() local 448 PathTree::find_in_desc_htable (NodeIdx node_idx, Histable *instr, bool leaf) in find_in_desc_htable() 504 PathTree::find_desc_node (NodeIdx node_idx, Histable *instr, bool leaf) in find_desc_node() 1786 bool leaf = (mstr_desc_dsize == 0); in ftree_build() local
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | PathTree.cc | 316 PathTree::new_Node (NodeIdx anc, Histable *instr, bool leaf) in new_Node() 395 bool leaf = (i == 0); in find_path() local 448 PathTree::find_in_desc_htable (NodeIdx node_idx, Histable *instr, bool leaf) in find_in_desc_htable() 504 PathTree::find_desc_node (NodeIdx node_idx, Histable *instr, bool leaf) in find_desc_node() 1786 bool leaf = (mstr_desc_dsize == 0); in ftree_build() local
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | heimbase.c | 910 heim_path_vcreate(heim_object_t ptr, size_t size, heim_object_t leaf, in heim_path_vcreate() 1030 heim_path_create(heim_object_t ptr, size_t size, heim_object_t leaf, in heim_path_create()
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/ |
H A D | mdb.c | 1730 MDB_node *leaf = NODEPTR(mp, j); in mdb_audit() local 1915 MDB_node *leaf; in mdb_pages_xkeep() local 2197 MDB_node *leaf; in mdb_page_alloc() local 5638 MDB_node *leaf = mdb_node_search(&mc2, in mdb_page_search() local 5771 mdb_node_read(MDB_cursor *mc, MDB_node *leaf, MDB_val *data) in mdb_node_read() 5879 MDB_node *leaf; in mdb_cursor_next() local 5964 MDB_node *leaf; in mdb_cursor_prev() local 6048 MDB_node *leaf = NULL; in mdb_cursor_set() local 6244 MDB_node *leaf; in mdb_cursor_first() local 6289 MDB_node *leaf; in mdb_cursor_last() local [all …]
|