Home
last modified time | relevance | path

Searched full:captured (Results 1 – 25 of 430) sorted by relevance

12345678910>>...18

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCaptureTracking.cpp1 //===--- CaptureTracking.cpp - Determine whether a pointer is captured ----===//
9 // This file contains routines that help determine which pointers are captured.
10 // A pointer value is captured if the function makes a copy of any part of the
11 // pointer that outlives the call. Not being captured means, more or less, that
35 STATISTIC(NumCaptured, "Number of pointers maybe captured");
36 STATISTIC(NumNotCaptured, "Number of pointers not captured");
37 STATISTIC(NumCapturedBefore, "Number of pointers maybe captured before");
38 STATISTIC(NumNotCapturedBefore, "Number of pointers not captured before");
80 LLVM_DEBUG(dbgs() << "Captured due to too many uses\n"); in tooManyUses()
81 Captured = true; in tooManyUses()
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h571 // variables of reference type are captured by reference, and other
572 // variables are captured by copy.
578 /// If Kind == Cap_VLA, the captured type.
581 /// Otherwise, the captured variable (if any).
591 /// The type as it was captured, which is the type of the non-static data
685 /// Retrieve the location at which this variable was captured.
713 /// CaptureMap - A map of captured variables to (index+1) into Captures.
717 /// zero if 'this' is not captured.
748 /// Determine whether the C++ 'this' is captured.
751 /// Retrieve the capture of C++ 'this', if it has been captured.
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCaptureTracking.h9 // This file contains routines that help determine which pointers are captured.
34 /// PointerMayBeCaptured - Return true if this pointer value may be captured
48 /// captured by the enclosing function (which is required to exist). If a
82 /// to see whether anything was captured.
87 /// capturing instructions that will not be passed into captured().
97 /// captured - Information about the pointer was captured by the user of
100 virtual bool captured(const Use *U) = 0;
/freebsd/contrib/atf/atf-c/
H A Dutils_test.c71 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY()
77 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY()
85 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY()
91 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY()
99 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY()
105 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY()
113 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY()
119 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY()
353 atf_utils_redirect(STDOUT_FILENO, "captured.txt"); in ATF_TC_BODY()
358 read_file("captured.txt", buffer, sizeof(buffer)); in ATF_TC_BODY()
[all …]
/freebsd/contrib/atf/atf-c++/
H A Dutils_test.cpp71 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY()
76 ATF_REQUIRE_EQ("", read_file("captured.txt")); in ATF_TEST_CASE_BODY()
83 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY()
88 ATF_REQUIRE_EQ("PREFIXThis is a single line\n", read_file("captured.txt")); in ATF_TEST_CASE_BODY()
95 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY()
101 read_file("captured.txt")); in ATF_TEST_CASE_BODY()
108 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY()
113 ATF_REQUIRE_EQ("PREFIXFoo\nPREFIX bar baz", read_file("captured.txt")); in ATF_TEST_CASE_BODY()
300 atf::utils::redirect(STDOUT_FILENO, "captured.txt"); in ATF_TEST_CASE_BODY()
304 ATF_REQUIRE_EQ("The printed message", read_file("captured.txt")); in ATF_TEST_CASE_BODY()
[all …]
/freebsd/sys/net80211/
H A Dieee80211_node.h78 uint8_t *wpa_ie; /* captured WPA ie */
79 uint8_t *rsn_ie; /* captured RSN ie */
80 uint8_t *wme_ie; /* captured WME ie */
81 uint8_t *ath_ie; /* captured Atheros ie */
82 uint8_t *htcap_ie; /* captured HTCAP ie */
83 uint8_t *htinfo_ie; /* captured HTINFO ie */
84 uint8_t *tdma_ie; /* captured TDMA ie */
85 uint8_t *meshid_ie; /* captured MESH ID ie */
86 uint8_t *vhtcap_ie; /* captured VHTCAP ie */
87 uint8_t *vhtopmode_ie; /* captured VHTOPMODE ie */
[all …]
/freebsd/contrib/libpcap/
H A Dpcap_compile.3pcap.in50 captured; it is used only when checking for IPv4 broadcast addresses in
52 being captured isn't known to the program, or if packets are being
53 captured on the Linux "any" pseudo-interface that can capture on more
H A Dpcap_setdirection.3pcap22 pcap_setdirection \- set the direction for which packets will be captured
35 is used to specify a direction that packets will be captured.
H A Dpcap-linktype.manmisc.in30 of link-layer header that the packets being captured have on the network
31 from which they're being captured; for example, packets from an IEEE
H A Dpcap-util.c253 * the captured data length includes the entire field. in swap_linux_usb_header()
321 * are captured, and ndesc is set to 0. in swap_linux_usb_header()
496 * would have been calculated when it was captured. in packet_length_might_be_wrong()
595 * below the captured length, however, as that in pcapint_post_process()
602 * If the captured length is greater than the in pcapint_post_process()
603 * length, use the captured length. in pcapint_post_process()
621 * original length is always >= the captured length. in pcapint_post_process()
H A Dpcap.3pcap.in36 It also supports saving captured packets to a ``savefile'', and reading
154 than the size of a packet that is captured, only the first
156 bytes of that packet will be captured and provided as packet data.
225 per second that can be captured.
261 could mean that, if too many packets are being captured and the snapshot
608 containing the time when the packet was captured
870 .SS Opening a handle for writing captured packets
H A Dpcap_set_protocol_linux.3pcap44 is non-zero, packets of that protocol will be captured when the
45 handle is activated, otherwise, all packets will be captured. This
H A Dpcap-sita.html195 The IOP now sends a stream of captured data.
201 IOP that provides the captured data (via 'p->read_op' which is 'pcap_read_linux()'
230 The IOP now sends a stream of captured data.
236 between the SMP and the IOP that provides the captured data (via 'p->read_op'
264 The IOP now sends a stream of captured data.
270 between the SMP and the IOP that provides the captured data (via calling pcap_dispatch()
294 The IOP now sends a stream of captured data.
300 between the SMP and the IOP that provides the captured data (via calling pcap_dispatch()
600 …<TD VALIGN=TOP>A flag indicating the direction of traffic that should be captured [both(0) / in(1)…
607 <TD VALIGN=TOP>Sends captured packets.</TD>
[all …]
H A Dpcap-savefile.manfile.in162 Length of captured packet data
172 the approximate time the packet was captured; the time stamp consists of
177 number of bytes of captured data that follow the per-packet header and a
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dvideo-interface-devices.yaml31 defined on the external world scene to be captured when projected on the
227 casing used for video calls. The captured images are meant to be displayed
250 image once captured to memory buffers to correctly display it to users:
285 The image once captured to memory will then be rotated by 180 degrees:
317 the user. The captured images are meant to be displayed in portrait mode
351 The image once captured to memory will be rotated:
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionAttrs.cpp212 // If the call accesses captured memory (currently part of "other") and in checkFunctionMemoryAccess()
213 // an argument is captured (currently not tracked), then it may also in checkFunctionMemoryAccess()
337 /// caller the attributes will be captured by propagating on its in calculatePrevailingSummary()
344 /// These are edge cases and already captured by their callers so we in calculatePrevailingSummary()
535 void tooManyUses() override { Captured = true; } in tooManyUses()
537 bool captured(const Use *U) override { in captured() function
540 Captured = true; in captured()
546 Captured = true; in captured()
550 assert(!CB->isCallee(U) && "callee operand reported captured?"); in captured()
556 // CaptureTracking told us that we're being captured by an operand bundle in captured()
[all …]
/freebsd/contrib/libpcap/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
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DLambdaCapture.h43 // - a VarDecl* that represents the variable that was captured or the
67 /// \param Var The local variable being captured, or null if capturing
100 /// captured.
/freebsd/contrib/tcpdump/
H A Dprint-resp.c79 * or go past the end of the captured data.
80 * If we exceed or go past the end of the captured data,
106 * or go past the end of the captured data.
107 * If we exceed or go past the end of the captured data,
123 * If we exceed '_len' or go past the end of the captured data,
H A Dprint-ppi.c25 nd_uint32_t ppi_dlt; /* Data Link Type of the captured
62 * is the number of bytes actually captured.
H A Dprint-null.c39 * captured; that isn't necessarily *this* host.
72 * is the number of bytes actually captured.
/freebsd/contrib/bearssl/inc/
H A Dbearssl_aead.h596 * \brief EAX captured state.
598 * Some internal values computed by EAX may be captured at various
600 * for lower per-message overhead. Captured values do not depend on
636 * \param st recipient for captured state.
661 * \brief Reset an EAX context with a pre-AAD captured state.
664 * previously captured state structure for lower per-message overhead.
678 * \param st pre-AAD captured state.
686 * \brief Reset an EAX context with a post-AAD captured state.
689 * previously captured state structure for lower per-message overhead.
699 * \param st post-AAD captured state.
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DUncountedLambdaCapturesChecker.cpp80 Os << "Captured "; in reportBug()
82 Os << "Implicitly captured "; in reportBug()
/freebsd/share/man/man4/
H A Denc.4124 Note that packets are captured by BPF before firewall processing.
127 and packets will be also captured after firewall processing.
/freebsd/contrib/ntp/html/
H A Dxleave.html18captured before the message digest is computed and the packet queued for output, is properly calle…

12345678910>>...18