Home
last modified time | relevance | path

Searched refs:captured (Results 1 – 25 of 124) sorted by relevance

12345

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DCaptureTracking.cpp82 bool captured(const Use *U) override { in captured() function
121 bool captured(const Use *U) override { in captured() function
267 if (Tracker->captured(U)) in PointerMayBeCaptured()
280 if (Tracker->captured(U)) in PointerMayBeCaptured()
288 if (Tracker->captured(U)) in PointerMayBeCaptured()
298 if (Tracker->captured(U)) in PointerMayBeCaptured()
309 if (Tracker->captured(U)) in PointerMayBeCaptured()
322 if (Tracker->captured(U)) in PointerMayBeCaptured()
362 if (Tracker->captured(U)) in PointerMayBeCaptured()
368 if (Tracker->captured(U)) in PointerMayBeCaptured()
/netbsd-src/games/sail/
H A Ddr_5.c69 mensent(struct ship *from, struct ship *to, int crew[3], struct ship **captured, in mensent() argument
78 *captured = from->file->captured; in mensent()
91 c3 = *captured == 0 ? crew[2] : *pc; in mensent()
H A Ddr_2.c74 if (sp->file->struck || sp->file->captured != 0) in thinkofgrapples()
137 if (sp->file->captured == 0) in prizecheck()
144 send_points(sp->file->captured, in prizecheck()
145 sp->file->captured->file->points in prizecheck()
H A Dextern.h78 #define sterncolour(sp) ((sp)->file->stern+'0'-((sp)->file->captured ? 10 : 0))
82 #define capship(sp) ((sp)->file->captured?(sp)->file->captured:(sp))
151 struct ship *captured; /* 68 */ member
H A Dassorted.c84 if (on->file->captured != 0) { in table()
145 if (on->file->captured != 0 && Chit) in table()
H A Dpl_3.c152 for (n = 0; n < 3 && mf->captured == 0; n++) in acceptcombat()
165 if (mf->captured != 0) { in acceptcombat()
H A Ddr_1.c84 if (sp->file->struck || sp->file->captured != 0) in boardcomp()
360 for (n = 0; n < 3 && sp->file->captured == 0; n++) { in compcombat()
378 if (sp->file->captured != 0) { in compcombat()
H A Dpl_4.c113 else if (sp->file->captured != 0) in saywhat()
H A Dpl_2.c86 if (mf->captured != 0) in newturn()
/netbsd-src/external/bsd/libpcap/dist/doc/
H A DREADME.dag65 pcap_setdirection() is not supported. Only received traffic is captured.
102 how many bits of CRC/FCS to strip from the end of the captured
110 the existing FCS to be captured into the pcap file. Note some
H A DREADME.sita57 All captured packets are then forwarded across that TCP session
/netbsd-src/external/apache2/llvm/dist/clang/
H A DNOTES.txt81 doesn't actually rely on the value of the captured variable.
89 warn about non-POD variables that are referenced but not captured, but
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCaptureTracking.h83 virtual bool captured(const Use *U) = 0;
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dtcptop_example.txt26 that the screen does not clear. Some traffic was captured, around 110 Kbytes
H A Dtcptop_snv_example.txt26 that the screen does not clear. Some traffic was captured, around 110 Kbytes
H A Djs_who_example.txt23 button was pressed. This output captured the many browser events that occured
H A Dshellsnoop_example.txt4 shellsnoop has successfully captured the text that was displayed on the
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dtcptop_snv_example.txt26 that the screen does not clear. Some traffic was captured, around 110 Kbytes
H A Dtcptop_example.txt26 that the screen does not clear. Some traffic was captured, around 110 Kbytes
H A Djs_who_example.txt23 button was pressed. This output captured the many browser events that occured
H A Dshellsnoop_example.txt4 shellsnoop has successfully captured the text that was displayed on the
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DBlockLanguageSpec.rst156 statement of a Block are imported and captured by the Block as const
162 Programmers can force a variable to be captured by referencing it in a
179 (nest) and all variables captured by any nested blocks are implicitly
180 also captured in the scopes of their enclosing Blocks.
314 As usual, within the block, references to captured variables become
/netbsd-src/external/mpl/bind/dist/bin/tests/system/dnstap/
H A DREADME22 The captured RRset from the "example." zone was created using:
/netbsd-src/external/bsd/file/dist/magic/magdir/
H A Dstatistics30 # (I'm sure the version number could be captured as well but I did not
/netbsd-src/external/gpl2/gmake/dist/tests/scripts/functions/
H A Dsort16 ."bar := captured \n"

12345