| /netbsd-src/sys/dev/usb/ |
| H A D | uhub.c | 65 SDT_PROBE_DEFINE1(usb, hub, explore, start, 67 SDT_PROBE_DEFINE1(usb, hub, explore, done, 70 SDT_PROBE_DEFINE3(usb, hub, explore, rescan, 74 SDT_PROBE_DEFINE5(usb, hub, explore, portstat, 80 SDT_PROBE_DEFINE3(usb, hub, explore, disconnect, 84 SDT_PROBE_DEFINE5(usb, hub, explore, reset, 90 SDT_PROBE_DEFINE4(usb, hub, explore, connect, 95 SDT_PROBE_DEFINE4(usb, hub, explore, connected, 555 SDT_PROBE1(usb, hub, explore, start, dev); in uhub_explore() 564 SDT_PROBE3(usb, hub, explore, rescan, in uhub_explore() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/utils/ |
| H A D | graph_header_deps.py | 91 def explore(graph, h1): function 95 explore(graph, h2) 96 explore(graph, h1)
|
| /netbsd-src/external/bsd/libbind/dist/irs/ |
| H A D | getaddrinfo.c | 150 struct explore { struct 161 static const struct explore explore[] = { argument 332 const struct explore *ex; 386 for (ex = explore; ex->e_af >= 0; ex++) { 451 for (ex = explore; ex->e_af >= 0; ex++) { 534 for (ex = explore; ex->e_af >= 0; ex++) {
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | analyzer.texi | 52 than fully explored) and thus in what order to explore the functions. 54 Next is the heart of the analyzer: we use a worklist to explore state 191 This is intended to help with loops: we ought to explore the first 352 shortest possible path, but if that fails, we explore progressively 357 they were created. We effectively explore the tree of feasible paths in
|
| /netbsd-src/lib/libc/net/ |
| H A D | getaddrinfo.c | 156 struct explore { struct 167 static const struct explore explore[] = { argument 463 const struct explore *ex; in getaddrinfo() 513 for (ex = explore; ex->e_af >= 0; ex++) { in getaddrinfo() 560 for (ex = explore; ex->e_af >= 0; ex++) { in getaddrinfo() 618 for (ex = explore; ex->e_af >= 0; ex++) { in getaddrinfo()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
| H A D | 2001-02-13-Reference-MemoryResponse.txt | 43 keen to explore the implications of LLVM for mobile devices. Both bytecode
|
| /netbsd-src/external/bsd/ntp/dist/html/hints/ |
| H A D | sgi | 54 haven't the time to explore this. There is a utility program,
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | analyzer.texi | 47 than fully explored) and thus in what order to explore the functions. 49 Next is the heart of the analyzer: we use a worklist to explore state 186 This is intended to help with loops: we ought to explore the first
|
| /netbsd-src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| H A D | exploded-graph-rewriter.py | 891 def explore(self, graph, visitor): member in BasicExplorer 1041 explorer.explore(graph, visitor)
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | XRayExample.rst | 134 We have two options for doing that, and we explore both of these below. 321 We can then explore the graph rendering of the trace generated by this sample
|
| H A D | Phabricator.rst | 152 *Revision Update History*. Most features are self descriptive - explore, and
|
| H A D | ProgrammersManual.rst | 2632 straight-forward manner, but this example will allow us to explore how you'd do
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/ |
| H A D | analyzer.opt | 103 Warn if the code is too complicated for the analyzer to fully explore.
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/ |
| H A D | analyzer.opt | 159 Warn if the code is too complicated for the analyzer to fully explore.
|
| /netbsd-src/external/bsd/top/dist/ |
| H A D | README | 26 compile top. It will explore the system and generate approriate
|
| /netbsd-src/games/adventure/ |
| H A D | glorkz | 117 65 To explore at random select north, south, up, or down. 1549 142 explore; in particular, there is a large bonus just for getting in (to 1606 178 Are you trying to explore beyond the Plover Room? 1607 179 There is a way to explore that region without having to worry about 1618 185 explore the cave without a lamp. So let's just call it a day.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/CommandGuide/ |
| H A D | llvm-exegesis.rst | 229 `-max-configs-per-opcode` larger than `1` allows `llvm-exegesis` to explore
|
| /netbsd-src/external/mpl/bind/dist/doc/dnssec-guide/ |
| H A D | introduction.rst | 154 type; the details are left for the reader to research and explore.
|
| /netbsd-src/usr.bin/calendar/calendars/ |
| H A D | calendar.history | 171 03/02 Pioneer 10 launched to explore Jupiter and beyond, 1973
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3663.txt | 123 VeriSign, Inc., to explore the use of LDAP and LDAP-related
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2012 | 832 * python/lib/gdb/command/explore.py: Define raw_input if Python 3. 9349 New command 'explore' which helps explore values and types in 9351 * NEWS: Add an entry about the new 'explore' command. 9352 * data-directory/Makefile.in: Add gdb/command/explore.py 9353 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
|
| H A D | ChangeLog-2013 | 1688 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo. 12991 * python/lib/gdb/commands/explore.py
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2012 | 832 * python/lib/gdb/command/explore.py: Define raw_input if Python 3. 9349 New command 'explore' which helps explore values and types in 9351 * NEWS: Add an entry about the new 'explore' command. 9352 * data-directory/Makefile.in: Add gdb/command/explore.py 9353 * python/lib/gdb/command/explore.py: Implemention of the 'explore'
|
| H A D | ChangeLog-2013 | 1688 * NEWS (Changes in GDB 7.5) (New commands) (explore): Fix typo. 12991 * python/lib/gdb/commands/explore.py
|
| /netbsd-src/games/fortune/datfiles/ |
| H A D | limerick-o.real | 4526 Whose boyfriend said, "May I explore ya?"
|