Home
last modified time | relevance | path

Searched refs:DFS (Results 1 – 25 of 43) sorted by relevance

12

/netbsd/src/external/bsd/file/dist/magic/magdir/
Ddyadic50 >>>1 byte 0x16 DFS component file 64-bit level 1 journaled check…
51 >>>1 byte 0x17 DFS component file 64-bit level 2 journaled check…
52 >>>1 byte 0x18 DFS component file 64-bit level 3 journaled check…
Dsvf5 0 string DFS\ File\x0D\x0Ahttp://www.difstream.com\x0D\x0A SmartVersion binary patch file
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dlto-streamer-out.cc596 class DFS class
599 DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p,
601 ~DFS ();
685 DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, in DFS() function in DFS
941 DFS::~DFS () in ~DFS()
950 DFS::DFS_write_tree_body (struct output_block *ob, in DFS_write_tree_body()
1585 DFS::scc_entry_compare (const void *p1_, const void *p2_) in scc_entry_compare()
1600 DFS::hash_scc (struct output_block *ob, unsigned first, unsigned size, in hash_scc()
1677 DFS again (ob, sccstack[first+firstunique].t, ref_p, this_ref_p, in hash_scc()
1751 DFS::DFS_write_tree (struct output_block *ob, sccs *from_state, in DFS_write_tree()
[all …]
Dparams.opt1056 Maximum depth of DFS walk used by modref escape analysis.
DChangeLog-20206002 premature end of DFS walk.
7762 (vect_schedule_slp_node): ... this. Move DFS walk to ...
16606 find SCC exits and perform a DFS walk with extra edges to
20672 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream
20967 (DFS::DFS_write_tree): Simplify.
21547 * lto-streamer-out.c (DFS::DFS): Silence warning.
21565 (DFS::DFS): Add dump.
21566 (DFS::DFS_write_tree_body): Do not dump here.
21609 (DFS::DFS): Optimize stremaing of entry lengths
21729 (DFS): Add max_local_entry.
[all …]
DChangeLog-20152096 * lto-streamer-out.c (DFS::DFS_write_tree_body): Check that
10323 * lto-streamer-out.c (DFS::DFS): Likewise.
19484 (init_scc_vn): Mark DFS back edges.
25655 * lto-streamer-out.c (class DFS): Adjust hash_scc method.
25656 (DFS::DFS): Pass this_ref_p and ref_p to hash_scc.
25658 to the inner DFS walk.
26847 * lto-streamer-out.c (DFS::hash_scc): Fix typos & formatting glitches.
27239 * lto-streamer-out.c (DFS::DFS): Likewise.
37369 * lto-streamer-out.c (DFS::worklist): New struct.
37370 (DFS::worklist_vec): New data member.
[all …]
DChangeLog-201811677 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not follow
11706 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not walk
16808 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream
16937 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not
16939 (DFS::DFS_write_tree_body): Drop hack handling local external decls.
18736 * lto-streamer-out.c (DFS::DFS_write_tree_body): Do not stream
18813 * lto-streamer-out.c (DFS::DFS_write_tree_body): Update outdated
19794 (DFS::DFS_write_tree_body): Dump DFS SCCs streamed.
33409 * lto-streamer-out.c (DFS::DFS_write_tree_body): Process
DChangeLog.gimple-classes1326 * tree-ssa-sccvn.c (DFS): Likewise.
DChangeLog-20147866 * lto-streamer-out.c (DFS::DFS_write_tree_body): Follow
28379 * lto-streamer-out.c (DFS::DFS_write_tree_body): Stream
30863 (class DFS): ... this one; refactor the DFS walk so it can
30865 (DFS::DFS): New constructor.
30866 (DFS::~DFS): New destructor.
30870 (DFS::scc_entry_compare): ... this one.
30872 (DFS::hash_scc): ... this one; pass output_block instead
30876 (DFS::DFS_write_tree): ... this one; add SINGLE_P parameter.
DChangeLog3835 * dominance.cc (assign_dfs_numbers): Replace recursive DFS
12454 Mark DFS edges.
13866 * lto-streamer-out.cc (DFS::DFS_write_tree_body): Likewise.
DChangeLog-20193228 * lto-streamer-out.c (DFS::sccstack): Turn into auto-vec.
3230 (DFS::worklist): Likewise.
3231 (DFS::DFS): Do not initialize sccstack and worklist.
3232 (DFS::~DFS): Do not release sccstack.
27251 * lto-streamer-out.c (DFS::DFS_write_tree_body): Use IDENTIFIER_ANON_P.
/netbsd/src/sys/arch/landisk/stand/bootxx/
DMakefile.bootxx25 CPPFLAGS+= -DFS=${FS}
/netbsd/src/sys/arch/i386/stand/bootxx/
DMakefile.bootxx52 CPPFLAGS+= -DFS=${FS}
/netbsd/src/crypto/external/bsd/heimdal/dist/
Dconfigure.ac230 AS_HELP_STRING([--enable-dce],[if you want support for DCE/DFS PAG's]))
232 AC_DEFINE(DCE, 1, [Define if you want support for DCE/DFS PAG's.])
DNEWS1035 * implement more DCE/DFS support, enabled with --enable-dce, see
/netbsd/src/sys/arch/macppc/conf/
DGENERIC326 # and/or DFS, found on most *Book G4
/netbsd/src/share/misc/
Dacronyms.comp418 DFS depth first search
419 DFS distributed file system
/netbsd/src/external/bsd/wpa/dist/hostapd/
DChangeLog372 * fixed DFS and channel switch operation for multi-BSS cases
491 * added support for DFS (processing radar detection events, CAC, channel
/netbsd/src/crypto/external/bsd/heimdal/dist/include/
Dconfig.h.in68 /* Define if you want support for DCE/DFS PAG's. */
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
DChangeLog557 * allow hostapd DFS implementation to be used in wpa_supplicant AP mode
625 * added DFS indicator to get_capability freq
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/
DChangeLog-20145633 * include/bits/regex.tcc (__regex_algo_impl<>): Use DFS for ECMAScript,
5639 Add position tracking fom DFS.
5920 implement DFS and BFS mode.
DChangeLog-2013978 policy. Now DFS executor is the default one.
DChangeLog-20153978 loose match_search_debug to use DFS only.
/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
DChangeLog-20013311 (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
DChangeLog-20211454 * typeck.c (lookup_anon_field): Remove DFS search and return

12