| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/ |
| H A D | index.d | 17 $(TR 22 $(TR 36 $(TR 48 $(TR 61 $(TR 65 $(TR 69 $(TR 73 $(TR 77 $(TR 81 $(TR [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/ |
| H A D | index.dd | 17 $(TR 22 $(TR 36 $(TR 48 $(TR 61 $(TR 65 $(TR 69 $(TR 73 $(TR 77 $(TR 81 $(TR [all …]
|
| /netbsd-src/sys/external/isc/libsodium/dist/src/libsodium/crypto_stream/salsa20/xmm6int/ |
| H A D | salsa20_xmm6int-sse2.c | 27 static const int TR[16] = { variable 34 ctx->input[TR[1]] = LOAD32_LE(k + 0); in salsa_keysetup() 35 ctx->input[TR[2]] = LOAD32_LE(k + 4); in salsa_keysetup() 36 ctx->input[TR[3]] = LOAD32_LE(k + 8); in salsa_keysetup() 37 ctx->input[TR[4]] = LOAD32_LE(k + 12); in salsa_keysetup() 38 ctx->input[TR[11]] = LOAD32_LE(k + 16); in salsa_keysetup() 39 ctx->input[TR[12]] = LOAD32_LE(k + 20); in salsa_keysetup() 40 ctx->input[TR[13]] = LOAD32_LE(k + 24); in salsa_keysetup() 41 ctx->input[TR[14]] = LOAD32_LE(k + 28); in salsa_keysetup() 42 ctx->input[TR[0]] = 0x61707865; in salsa_keysetup() [all …]
|
| H A D | salsa20_xmm6int-avx2.c | 35 static const int TR[16] = { variable 42 ctx->input[TR[1]] = LOAD32_LE(k + 0); in salsa_keysetup() 43 ctx->input[TR[2]] = LOAD32_LE(k + 4); in salsa_keysetup() 44 ctx->input[TR[3]] = LOAD32_LE(k + 8); in salsa_keysetup() 45 ctx->input[TR[4]] = LOAD32_LE(k + 12); in salsa_keysetup() 46 ctx->input[TR[11]] = LOAD32_LE(k + 16); in salsa_keysetup() 47 ctx->input[TR[12]] = LOAD32_LE(k + 20); in salsa_keysetup() 48 ctx->input[TR[13]] = LOAD32_LE(k + 24); in salsa_keysetup() 49 ctx->input[TR[14]] = LOAD32_LE(k + 28); in salsa_keysetup() 50 ctx->input[TR[0]] = 0x61707865; in salsa_keysetup() [all …]
|
| /netbsd-src/share/misc/ |
| H A D | nanpa.sed | 5 # Specifically, for each html table row (TR), 19 # Replace all </TR> with EOL tag 21 # Join lines with only <TR>. 27 # Also, join all lines starting with <TR>. 35 # Remove lines not starting with <TR>
|
| /netbsd-src/games/tetris/ |
| H A D | shapes.c | 48 #define TR -B_COLS+1 /* top right */ macro 57 /* 1*/ { 1, 8, { TC, TR, ML, } }, 69 /*13*/ { 4, 14, { TR, ML, MR, } }, 71 /*15*/ { 5, 16, { TR, TC, BC, } },
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/datetime/ |
| H A D | package.d | 10 $(TR $(TH Functionality) $(TH Symbols) 12 $(TR 21 $(TR 32 $(TR 40 $(TR 55 $(TR
|
| /netbsd-src/external/mpl/bind/dist/tests/dns/testdata/dnstap/ |
| H A D | dnstap.text | 89 03-Feb-2017 17:47:16.000 TR 10.53.0.1:2112 <- 10.53.0.2:2112 UDP 287b www.isc.org/IN/A 90 03-Feb-2017 17:47:16.000 TR 10.53.0.1:2112 <- 10.53.0.2:2112 UDP 287b www.isc.org/IN/A 91 03-Feb-2017 16:47:16.830 TR 10.53.0.1:2112 <- 10.53.0.2:2112 UDP 287b www.isc.org/IN/A 92 03-Feb-2017 16:47:16.830 TR 10.53.0.1:2112 <- 10.53.0.2:2112 UDP 287b www.isc.org/IN/A 93 03-Feb-2017 17:47:16.000 TR 10.53.0.1:2112 <- 10.53.0.2:2112 TCP 287b www.isc.org/IN/A 94 03-Feb-2017 17:47:16.000 TR 10.53.0.1:2112 <- 10.53.0.2:2112 TCP 287b www.isc.org/IN/A 95 03-Feb-2017 16:47:16.830 TR 10.53.0.1:2112 <- 10.53.0.2:2112 TCP 287b www.isc.org/IN/A 96 03-Feb-2017 16:47:16.830 TR 10.53.0.1:2112 <- 10.53.0.2:2112 TCP 287b www.isc.org/IN/A
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | BoolAssignmentChecker.cpp | 59 const TypedValueRegion *TR = in checkBind() local 62 if (!TR) in checkBind() 65 QualType valTy = TR->getValueType(); in checkBind()
|
| /netbsd-src/external/bsd/unbound/dist/contrib/ |
| H A D | create_unbound_ad_servers.sh | 18 TR=`which tr` 29 $TR -d '";$\\' | \
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Interp.h | 845 template <PrimType TR, PrimType TL, class T = typename PrimConv<TR>::T> 860 template <PrimType TL, PrimType TR, typename T = typename PrimConv<TL>::T> 870 template <PrimType TL, PrimType TR, typename T = typename PrimConv<TL>::T> 895 template <PrimType TL, PrimType TR> 897 const auto &RHS = S.Stk.pop<typename PrimConv<TR>::T>(); in Shr() 904 return ShiftLeft<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, -RHS)); in Shr() 906 return ShiftRight<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, RHS)); in Shr() 910 template <PrimType TL, PrimType TR> 912 const auto &RHS = S.Stk.pop<typename PrimConv<TR>::T>(); in Shl() 919 return ShiftRight<TL, TR>(S, OpPC, LHS, Trunc<TR, TL>(S, OpPC, Bits, -RHS)); in Shl() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonEarlyIfConv.cpp | 203 const TargetRegisterClass *DRC, unsigned PredR, unsigned TR, 779 unsigned PredR, unsigned TR, unsigned TSR, unsigned FR, unsigned FSR) { in buildMux() argument 805 .addReg(TR, 0, TSR) in buildMux() 818 unsigned TR = 0, TSR = 0, FR = 0, FSR = 0, SR = 0, SSR = 0; in updatePhiNodes() local 824 TR = RO.getReg(), TSR = RO.getSubReg(); in updatePhiNodes() 832 if (TR == 0) in updatePhiNodes() 833 TR = SR, TSR = SSR; in updatePhiNodes() 837 assert(TR || FR); in updatePhiNodes() 840 if (TR && FR) { in updatePhiNodes() 844 FP.PredR, TR, TSR, FR, FSR); in updatePhiNodes() [all …]
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | subtitle | 24 # https://www.w3.org/TR/webvtt1/ 31 # https://www.w3.org/TR/ttml2/
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/regex/ |
| H A D | package.d | 12 $(TR $(TH Category) $(TH Functions)) 13 $(TR $(TD Matching) $(TD 19 $(TR $(TD Building) $(TD 24 $(TR $(TD Replace) $(TD 31 $(TR $(TD Split) $(TD 35 $(TR $(TD Objects) $(TD 304 REG_ROW = $(TR $(TD $(I $1 )) $(TD $+) ) 305 REG_TITLE = $(TR $(TD $(B $1)) $(TD $(B $2)) )
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | Store.cpp | 105 if (const auto *TR = dyn_cast<TypedValueRegion>(R)) { in castRegion() local 106 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion() 179 if (const auto *TR = dyn_cast<TypedValueRegion>(baseR)) { in castRegion() local 180 QualType ObjTy = Ctx.getCanonicalType(TR->getValueType()); in castRegion()
|
| H A D | SimpleConstraintManager.cpp | 33 if (const TypedRegion *TR = dyn_cast_or_null<TypedRegion>(MR)) in assume() local 34 T = TR->getLocationType(); in assume()
|
| /netbsd-src/sys/dev/ppbus/ |
| H A D | ppbus_gpio.c | 51 #define PORT(r, b, i) { PPBUS_R##r##TR, PPBUS_W##r##TR, b, i}
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/ |
| H A D | time.d | 2204 $(TR $(TD this < rhs) $(TD < 0)) 2205 $(TR $(TD this == rhs) $(TD 0)) 2206 $(TR $(TD this > rhs) $(TD > 0)) 3022 $(TR $(TD TickDuration) $(TD +=) $(TD TickDuration) $(TD -->) $(TD TickDuration)) 3023 $(TR $(TD TickDuration) $(TD -=) $(TD TickDuration) $(TD -->) $(TD TickDuration)) 3068 $(TR $(TD TickDuration) $(TD +) $(TD TickDuration) $(TD -->) $(TD TickDuration)) 3069 $(TR $(TD TickDuration) $(TD -) $(TD TickDuration) $(TD -->) $(TD TickDuration)) 3169 $(TR $(TD TickDuration) $(TD *) $(TD long) $(TD -->) $(TD TickDuration)) 3170 $(TR $(TD TickDuration) $(TD *) $(TD floating point) $(TD -->) $(TD TickDuration)) 3214 $(TR $(TD TickDuration) $(TD /) $(TD long) $(TD -->) $(TD TickDuration)) [all …]
|
| /netbsd-src/games/quiz/datfiles/ |
| H A D | pres | 44 {G{arret} }{A{ugustus} }Hobart|{T{heodore|eddy} }Roosevelt|TR:\ 45 {T{heodore|eddy} }Roosevelt|TR 46 {T{heodore|eddy} }Roosevelt|TR:1901-{{19}0}9:\
|
| /netbsd-src/external/gpl2/lvm2/dist/scripts/ |
| H A D | vgimportclone.sh | 26 TR=tr 295 PVLIST=`echo "${VG}" | "$CUT" -d: -f3- | "$TR" , ' '`
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | ExprClassification.cpp | 38 assert(!TR->isReferenceType() && "Expressions can't have reference type."); in ClassifyImpl() 45 if (TR->isFunctionType() || TR == Ctx.OverloadTy) in ClassifyImpl() 50 else if (TR->isVoidType() && !TR.hasQualifiers()) in ClassifyImpl()
|
| /netbsd-src/external/bsd/libbind/dist/doc/ |
| H A D | Makefile.in | 24 TR = @TR@
|
| /netbsd-src/external/gpl2/groff/dist/font/devX100-12/ |
| H A D | Makefile.sub | 2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
|
| /netbsd-src/external/gpl2/groff/dist/font/devX100/ |
| H A D | Makefile.sub | 2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
|
| /netbsd-src/external/gpl2/groff/dist/font/devX75/ |
| H A D | Makefile.sub | 2 DEVFILES=DESC TR TI TB TBI CR CI CB CBI HR HI HB HBI NR NI NB NBI S
|