Home
last modified time | relevance | path

Searched refs:tr1 (Results 1 – 13 of 13) sorted by relevance

/freebsd/lib/libc/string/
H A Dwcscoll.c45 wchar_t *tr1 = NULL, *tr2 = NULL; in wcscoll_l() local
89 free(tr1); in wcscoll_l()
90 if ((tr1 = wcsdup(w1)) == NULL) in wcscoll_l()
92 bp = tr1; in wcscoll_l()
93 fp = tr1 + wcslen(tr1) - 1; in wcscoll_l()
109 w1 = tr1; in wcscoll_l()
216 free(tr1); in wcscoll_l()
/freebsd/usr.sbin/cdcontrol/
H A Dcdcontrol.c526 unsigned tr1, tr2; in play() local
532 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2, &f2)) in play()
537 &tr1, &m1, &s1, &tr2, &m2, &s2, &f2)) in play()
542 &tr1, &m1, &s1, &f1, &tr2, &m2, &s2)) in play()
547 &tr1, &m1, &s1, &f1, &m2, &s2, &f2)) in play()
552 &tr1, &m1, &s1, &f1, &m2, &s2)) in play()
557 &tr1, &m1, &s1, &m2, &s2, &f2)) in play()
562 &tr1, &m1, &s1, &f1, &tr2, &m2)) in play()
566 if (5 == sscanf (arg, "%d %d:%d %d:%d", &tr1, &m1, &s1, &m2, &s2)) in play()
571 &tr1, &m1, &s1, &tr2, &m2)) in play()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrFormats.td3359 TypedReg tr1, TypedReg tr2, bits<4> type = 0, bits<4> m4 = 0,
3361 : InstVRRa<opcode, (outs tr1.op:$V1), (ins tr2.op:$V2),
3363 [(set (tr1.vt tr1.op:$V1), (operator (tr2.vt tr2.op:$V2)))]> {
3367 let OpKey = fp_mnemonic#!subst("VR", "FP", !cast<string>(tr1.op));
3393 TypedReg tr1, TypedReg tr2, bits<4> type> {
3395 def "" : InstVRRa<opcode, (outs tr1.op:$V1),
3398 def : Pat<(tr1.vt (operator (tr2.vt tr2.op:$V2))),
3401 (!cast<Instruction>(NAME) tr1.op:$V1, tr2.op:$V2, 0)>;
3403 def S : UnaryVRRa<mnemonic#"s", opcode, operator_cc, tr1, tr2,
3993 TypedReg tr1, TypedReg tr2, bits<4> type>
[all …]
H A DSystemZPatterns.td164 class FPConversion<Instruction insn, SDPatternOperator operator, TypedReg tr1,
166 : Pat<(tr1.vt (operator (tr2.vt tr2.op:$vec))),
/freebsd/tools/debugscripts/
H A Ddot.gdbinit38 …serial port, or 'tr localhost:5556' for default firewire port. See also tr0, tr1 and trf commands.
46 define tr1
55 Debug a remote system via serial interface /dev/cuau0. See also tr, tr1 and trf commands.
57 document tr1
61 Debug a remote system via firewire interface at default port 5556. See also tr, tr0 and tr1 comman…
/freebsd/contrib/lutok/
H A Ddebug.hpp65 std::tr1::shared_ptr< impl > _pimpl;
H A Dstate.hpp83 std::tr1::shared_ptr< impl > _pimpl;
/freebsd/contrib/ofed/libibnetdisc/
H A Dg_hash_table.cpp39 #define UM_NAMESPACE std::tr1
/freebsd/
H A DObsoleteFiles.inc5099 OLD_FILES+=usr/include/c++/v1/tr1/__availability
5100 OLD_FILES+=usr/include/c++/v1/tr1/__bit_reference
5101 OLD_FILES+=usr/include/c++/v1/tr1/__bits
5102 OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_defaults.h
5103 OLD_FILES+=usr/include/c++/v1/tr1/__bsd_locale_fallbacks.h
5104 OLD_FILES+=usr/include/c++/v1/tr1/__config
5105 OLD_FILES+=usr/include/c++/v1/tr1/__debug
5106 OLD_FILES+=usr/include/c++/v1/tr1/__errc
5107 OLD_FILES+=usr/include/c++/v1/tr1/__functional_03
5108 OLD_FILES+=usr/include/c++/v1/tr1/__functional_base
[all …]
/freebsd/sys/contrib/openzfs/scripts/
H A Dzloop.sh100 ls -tr1 $coreglob 2>/dev/null | head -1
/freebsd/contrib/file/magic/Magdir/
H A Dc64465 # skip regular Novell LANalyzer capture (novell-2.tr1 novell-lanalyzer.tr1 novell-win10.tr1) with "…
467 # skip regular Novell LANalyzer capture (novell-2.tr1 novell-lanalyzer.tr1 novell-win10.tr1) with "…
H A Dsniffer350 !:ext tr1
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DAnalyzerOptions.def141 "inlining. This covers std::shared_ptr, std::tr1::shared_ptr, and "