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

123

/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dprologue.c19 int leaf (void) function
26 leaf ();
27 return leaf () * val;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr36172.c8 float *leaf = (float *)fcs; local
9 int hash = f (leaf);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/include/ext/pb_ds/detail/pat_trie_/
H A Dtraits.hpp46 #include <ext/pb_ds/detail/pat_trie_/leaf.hpp>
110 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
132 leaf,
143 leaf,
154 leaf,
165 leaf,
175 leaf,
187 leaf,
271 leaf; typedef in struct:__gnu_pbds::detail::trie_traits
293 leaf,
[all...]
H A Dcond_dtor_entry_dealtor.hpp69 m_p_nd->~leaf();
/netbsd-6-1-5-RELEASE/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-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsearch.hin28 leaf
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dapropos_db.c471 int root, leaf, ch; local
481 leaf = -1;
514 for (leaf = root; leaf >= 0; )
515 if (rec > rs[leaf].res.rec &&
516 rs[leaf].rhs >= 0)
517 leaf = rs[leaf].rhs;
518 else if (rec < rs[leaf].res.rec &&
519 rs[leaf]
[all...]
/netbsd-6-1-5-RELEASE/include/
H A Dsearch.h41 leaf enumerator in enum:__anon5017
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/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
H A Dattr-merge-wchar-22-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-22.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-24-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-40-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-40.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-42-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-44-nowarn.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
H A Dattr-merge-wchar-44.d20 Tag_ABI_align_preserved: 8-byte, except leaf SP
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dhw-base.c279 full_name_of_hw (struct hw *leaf, argument
293 if (hw_parent (leaf) == NULL)
297 hw_abort (leaf, "buffer overflow");
304 full_name_of_hw (hw_parent (leaf), buf, sizeof_buf);
305 if (hw_unit_encode (hw_parent (leaf),
306 hw_unit_address (leaf),
313 if (strlen (buf) + strlen ("/") + strlen (hw_name (leaf)) + strlen (unit)
315 hw_abort (leaf, "buffer overflow");
317 strcat (buf, hw_name (leaf));
323 buf = hw_strdup (leaf, full_nam
[all...]

Completed in 211 milliseconds

123