HomeSort by: relevance | last modified time | path
    Searched refs:TH (Results 1 - 25 of 50) sorted by relevancy

1 2

  /src/external/gpl2/groff/dist/src/roff/grog/
grog.pl 101 elsif (/^\.TH$sp/) {
102 $TH++;
194 elsif ($SH > 0 && $TH > 0) {
  /src/share/man/tools/
cknames 22 echo "$dt\n" > $TMPDIR/no.TH$sec
49 th=`grep "^.TH" $file | line`
50 if test -z "$th"
52 echo $file >> $TMPDIR/no.TH$sec
55 set $th
  /src/external/gpl3/gdb/dist/sim/testsuite/bfin/
c_dsp32alu_byteop2.s 52 R6 = BYTEOP2P ( R1:0 , R3:2 ) (TH);
53 R7 = BYTEOP2P ( R1:0 , R3:2 ) (TH , R);
69 R2 = BYTEOP2P ( R3:2 , R1:0 ) (TH);
70 R3 = BYTEOP2P ( R3:2 , R1:0 ) (TH , R);
disalnexcpt_implicit.S 84 R6 = BYTEOP2P (R1:0, R3:2) (TH) || R5 = [I##n ++ M##n]; EXP (R5, n); \
  /src/external/gpl3/gdb.old/dist/sim/testsuite/bfin/
c_dsp32alu_byteop2.s 52 R6 = BYTEOP2P ( R1:0 , R3:2 ) (TH);
53 R7 = BYTEOP2P ( R1:0 , R3:2 ) (TH , R);
69 R2 = BYTEOP2P ( R3:2 , R1:0 ) (TH);
70 R3 = BYTEOP2P ( R3:2 , R1:0 ) (TH , R);
disalnexcpt_implicit.S 84 R6 = BYTEOP2P (R1:0, R3:2) (TH) || R5 = [I##n ++ M##n]; EXP (R5, n); \
  /src/external/gpl3/gcc/dist/libquadmath/math/
tanq_kernel.c 69 TH = 3.333333333333333333333333333333333333333E-1Q,
131 r += TH * s;
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
tanq_kernel.c 69 TH = 3.333333333333333333333333333333333333333E-1Q,
131 r += TH * s;
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCInstPrinter.cpp 155 // 2. We must print the short mnemonics for TH == 0 because the
158 // dcbt ra, rb, th [server]
159 // dcbt th, ra, rb [embedded]
160 // where th can be omitted when it is 0. dcbtst is the same.
162 unsigned char TH = MI->getOperand(0).getImm();
166 if (TH == 16)
171 if (IsBookE && TH != 0 && TH != 16)
172 O << (unsigned int) TH << ", ";
178 if (!IsBookE && TH != 0 && TH != 16
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
bfin-parse.h 181 TH = 382, /* TH */
359 #define TH 382
bfin-lex.l 61 [tT][hH] return TH;
bfin-parse.y 550 %token TH TL
4111 | LPAREN TH RPAREN
4142 | LPAREN TH COMMA R RPAREN
bfin-lex.c 1183 return TH;
  /src/external/gpl3/binutils.old/dist/gas/config/
bfin-parse.h 181 TH = 382, /* TH */
359 #define TH 382
bfin-lex.l 61 [tT][hH] return TH;
bfin-parse.y 550 %token TH TL
4111 | LPAREN TH RPAREN
4142 | LPAREN TH COMMA R RPAREN
bfin-lex.c 1183 return TH;
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/datetime/
package.d 10 $(TR $(TH Functionality) $(TH Symbols)
stopwatch.d 11 $(TR $(TH Category) $(TH Functions))
timezone.d 8 $(TR $(TH Category) $(TH Functions))
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 93 %token TH
1267 | '`' any_expr TH
1815 return "th";
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.def 551 Designate one of them as the trusted host (TH) using
556 Then configure the other hosts to synchronize to the TH directly or
559 ascendant host towards the TH to sign its certificate, which is then
561 All group hosts should have acyclic certificate trails ending on the TH.
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 12 $(TR $(TH Category) $(TH Functions))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
exception.d 10 $(TR $(TH Category) $(TH Functions))
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/range/
primitives.d 100 $(TD Removes the $(I i)'th element of a random-access range.
349 $(TH Code Snippet)
350 $(TH Scenario)
1084 `n`th element in the range.))

Completed in 155 milliseconds

1 2