Searched refs:TO (Results 76 - 96 of 96) sorted by relevance

1234

/freebsd-11-stable/stand/lua/
H A Dmenu.lua18 -- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 -- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
H A Dconfig.lua18 -- ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 -- DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/
H A DAVRAsmBackend.cpp481 const llvm::MCTargetOptions &TO) {
479 createAVRAsmBackend(const Target &T, const MCSubtargetInfo &STI, const MCRegisterInfo &MRI, const llvm::MCTargetOptions &TO) argument
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk16 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, #
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Dcharset.c502 result appended to TO. On any error, false is returned, otherwise true. */
592 #define APPLY_CONVERSION(CONVERTER, FROM, FLEN, TO) \
593 CONVERTER.func (CONVERTER.cd, FROM, FLEN, TO)
613 cset_converter structure for conversion from FROM to TO. If
615 converter. Silently return an identity converter if FROM and TO
1304 string. The result is written into TO. Returns true for success,
/freebsd-11-stable/contrib/groff/src/preproc/eqn/
H A Dlex.cpp75 { "to", TO },
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp924 auto TO = std::make_shared<TargetOptions>(); local
925 TO->Triple = llvm::Triple::normalize(getFrontendOpts().AuxTriple);
926 TO->HostTriple = getTarget().getTriple().str();
927 setAuxTarget(TargetInfo::CreateTargetInfo(getDiagnostics(), TO));
/freebsd-11-stable/stand/pc98/cdboot/
H A Dcdboot.S16 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 # DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
/freebsd-11-stable/sys/net/
H A Dif_spppsubr.c220 void (*TO)(void *sp); member in struct:cp
1868 * The generic part of all Up/Down/Open/Close/TO event handlers.
2030 log(LOG_DEBUG, SPP_FMT "%s TO(%s) rst_counter = %d\n",
2036 /* TO- event */
2054 /* TO+ event */
2061 cp->TO, (void *)sp);
2072 cp->TO, (void *)sp);
2103 cp->TO, (void *)sp);
3910 * +--->| Closed | TO* | Opened | sca |
3916 * | TO
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp694 LLVM_DEBUG(dbgs() << "2addr: COMMUTED TO: " << *NewMI);
742 LLVM_DEBUG(dbgs() << "2addr: TO 3-ADDR: " << *NewMI);
1756 for (auto &TO : TiedOperands) {
1757 processTiedPairs(&*mi, TO.second, Dist);
/freebsd-11-stable/share/mk/
H A Ddirdeps.mk18 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/freebsd-11-stable/contrib/bmake/mk/
H A Ddirdeps.mk17 # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
21 # LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/freebsd-11-stable/sbin/pfctl/
H A Dparse.y21 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
451 %token PASS BLOCK SCRUB RETURN IN OS OUT LOG QUICK ON FROM TO FLAGS
2790 | TO string {
2955 | TO ipportspec {
2986 toipspec : TO ipspec { $$ = $2; }
5599 { "to", TO},
/freebsd-11-stable/contrib/binutils/opcodes/
H A Dppc-opc.c469 /* The TO field in a D or X form instruction. */
470 #define TO TBR + 1
475 #define UI TO + 1
1258 /* The main opcode combined with a trap code in the TO field of a D
1449 /* An X form trap instruction with the TO field specified. */
1594 /* The TO encodings used in extended trap mnemonics. */
1688 { "tdi", OP(2), OP_MASK, PPC64, { TO, RA, SI } },
1718 { "twi", OP(3), OP_MASK, PPCCOM, { TO, RA, SI } },
1719 { "ti", OP(3), OP_MASK, PWRCOM, { TO, RA, SI } },
3091 { "tw", X(31,4), X_MASK, PPCCOM, { TO, R
468 #define TO macro
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1082 if (const auto *TO = dyn_cast<TypedValueRegion>(baseR)) {
1083 if (const auto *RD = TO->getValueType()->getAsCXXRecordDecl()) {
/freebsd-11-stable/contrib/groff/src/preproc/pic/
H A Dlex.cpp518 { "to", TO },
/freebsd-11-stable/sys/dev/sound/pci/
H A Demu10kx.c16 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
1692 #define EFX_COPY(TO, FROM) do { \
1694 TO, \
/freebsd-11-stable/contrib/ntp/
H A DMakefile.in561 WHERE-TO-START \
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp643 MemorySanitizerOptions::MemorySanitizerOptions(int TO, bool R, bool K) argument
645 TrackOrigins(getOptOrDefault(ClTrackOrigins, Kernel ? 2 : TO)),
/freebsd-11-stable/contrib/netbsd-tests/usr.bin/netpgpverify/
H A Dt_netpgpverify.sh23 # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
26 # CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
6919 5Na/f/rnJy/K7x8+/+TO/burfPX8n/67B5+37x+/mA+++/Wzm9f+Yz//9tvf/C/x
6920 0U3/6ON79Yu7f3ypiPC5+f7bh09vvBf79a/uvffVk5+efGDufdp+/fDZD7999/TO
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp[all...]

Completed in 435 milliseconds

1234