| /freebsd/contrib/libpcap/ |
| H A D | pcap-config.1 | 57 options or their combinations may produce empty output \- this is by design. 62 Produce a help message and exit. 66 Produce libpcap version and exit. The version is the contents of 73 Produce the 79 Produce the 89 Produce the 103 to produce linker flags appropriate for static linking with libpcap. 111 to produce linker flags appropriate for static linking with libpcap and
|
| /freebsd/contrib/elftoolchain/libdwarf/ |
| H A D | libdwarf_sections.c | 145 /* Produce .debug_info section. */ in _dwarf_generate_sections() 149 /* Produce .debug_abbrev section. */ in _dwarf_generate_sections() 153 /* Produce .debug_line section. */ in _dwarf_generate_sections() 157 /* Produce .debug_frame section. */ in _dwarf_generate_sections() 161 /* Produce .debug_aranges section. */ in _dwarf_generate_sections() 165 /* Produce .debug_macinfo section. */ in _dwarf_generate_sections() 169 /* Produce .debug_pubnames section. */ in _dwarf_generate_sections() 174 /* Produce .debug_weaknames section. */ in _dwarf_generate_sections() 179 /* Produce .debug_funcnames section. */ in _dwarf_generate_sections() 184 /* Produce .debug_typenames section. */ in _dwarf_generate_sections() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | PoisonChecking.cpp | 30 // produce a false negative result (not report UB when actually exists 31 // according to the LangRef spec), but should never produce a false positive 179 /// Given an instruction which can produce poison on non-poison inputs 180 /// (i.e. canCreatePoison returns true), generate runtime checks to produce 231 // unhandled IR constructs are simply considered to never produce poison. At in getPoisonFor() 344 to produce poison, but the LangRef does not state. 346 any element overflowing should produce poison for the entire result, but 352 - Exact flags on ashr/lshr produce poison 353 - NSW/NUW flags on shl produce poison 354 - Inbounds flag on getelementptr produce poison [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | TargetTransformInfo.cpp | 272 "TTI should not produce negative costs!"); in getInstructionCost() 551 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost() 680 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost() 689 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost() 697 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost() 706 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCostInst() 716 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCostIntrin() 920 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getArithmeticInstrCost() 929 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getAltInstrCost() 939 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getShuffleCost() [all …]
|
| /freebsd/rescue/ |
| H A D | README | 3 1) Produce a reliable standalone set of /rescue tools. 21 3) Produce a toolkit suitable for small distributions. 24 /sbin to /rescue to produce a small and fairly complete FreeBSD
|
| /freebsd/share/doc/usd/18.msdiffs/ |
| H A D | ms.diffs | 151 If you need to produce endnotes rather than footnotes, 164 There are four new macros to help produce a table of contents. 194 are too long to produce in one run, 206 but in \fBtroff\fP it will produce an em dash\*- 208 The \e\(**Q and \e\(**U strings will produce 256 It is also possible to produce custom headers and footers
|
| /freebsd/sbin/md5/ |
| H A D | md5.1 | 61 utilities take as input a message of arbitrary length and produce as 88 produce two messages having the same message digest, or to produce any 100 collision attacks and should not be relied upon to produce unique outputs, 192 Produce BSD-style output. 266 Produce BSD-style output.
|
| /freebsd/usr.sbin/kbdcontrol/ |
| H A D | kbdmap.5 | 81 The symbol the key should produce, 86 value to produce 94 value to produce 145 the next key pressed will produce
|
| /freebsd/sbin/devmatch/ |
| H A D | devmatch.8 | 48 Produce a human readable dump of the 66 Attempt to produce a list of those drivers with PNP info whose driver 69 Produce more verbose output.
|
| /freebsd/sys/contrib/dev/acpica/compiler/ |
| H A D | asloptions.c | 595 /* Produce assembly code include file */ in AslDoOptions() 602 /* Produce C include file */ in AslDoOptions() 627 /* Produce listing file (Mixed source/aml) */ in AslDoOptions() 642 /* Produce preprocessor output file */ in AslDoOptions() 649 /* Produce hardware map summary file */ in AslDoOptions() 656 /* Produce namespace file */ in AslDoOptions() 663 /* Produce combined source file */ in AslDoOptions() 670 /* Produce cross-reference file */ in AslDoOptions() 829 /* Produce assembly code output file */ in AslDoOptions() 836 /* Produce C hex output file */ in AslDoOptions() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Passes/ |
| H A D | OptimizationLevel.h | 45 /// This level is tuned to produce a result from the optimizer as quickly 49 /// possible, we would like to produce efficient-to-execute code, but not 98 /// produce substantially smaller executables that still run in 106 /// execution time impact. You should expect this level to produce rather
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ASTResultSynthesizer.h | 43 /// in order to produce LLVM IR, this SemaConsumer must allow them to 113 /// Process an Objective-C method and produce the result variable and 120 /// Process a function and produce the result variable and initialization 126 /// Process a function body and produce the result variable and
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPC.h | 125 /// produce the relocation @got@pcrel. Fixup is VK_PPC_GOT_PCREL. 157 /// they should produce the relocation @got@tlsgd@pcrel. 163 /// they should produce the relocation @got@tlsld@pcrel. 169 /// they should produce the relocation @got@tprel@pcrel.
|
| /freebsd/sys/kern/ |
| H A D | sys_getrandom.c | 65 * might produce the surprising result of GRND_INSECURE requests in kern_getrandom() 70 * is that invocations with unseeded random(4) will produce EAGAIN, in kern_getrandom() 85 * similar. Asking the kernel to produce it from the secure in kern_getrandom()
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/oformat/ |
| H A D | tst.usym.ksh | 42 echo $bname: failed to produce valid JSON. see $dtraceout.json 50 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.mod.ksh | 42 echo $bname: failed to produce valid JSON. see $dtraceout.json 50 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.sym.ksh | 42 echo $bname: failed to produce valid JSON. see $dtraceout.json 50 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.umod.ksh | 42 echo $bname: failed to produce valid JSON. see $dtraceout.json 50 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.ustack.ksh | 46 echo $bname: failed to produce valid JSON. see $dtraceout.json 54 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.agg.avg.ksh | 51 echo $bname: failed to produce valid JSON. see $dtraceout.json 59 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.agg.count.ksh | 51 echo $bname: failed to produce valid JSON. see $dtraceout.json 59 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.agg.max.ksh | 51 echo $bname: failed to produce valid JSON. see $dtraceout.json 59 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.agg.min.ksh | 51 echo $bname: failed to produce valid JSON. see $dtraceout.json 59 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.agg.stddev.ksh | 51 echo $bname: failed to produce valid JSON. see $dtraceout.json 59 echo $bname: failed to produce valid XML. see $dtraceout.xml
|
| H A D | tst.agg.sum.ksh | 51 echo $bname: failed to produce valid JSON. see $dtraceout.json 59 echo $bname: failed to produce valid XML. see $dtraceout.xml
|