Searched refs:SH (Results 1 - 25 of 31) sorted by relevance

12

/freebsd-9.3-release/tools/regression/bin/sh/
H A DMakefile4 SH?= /bin/sh macro
7 env SH=${SH} ${SH} regress.sh
H A Dregress.t4 export SH="${SH:-sh}"
8 ${SH} regress.sh
H A Dregress.sh3 if [ -z "${SH}" ]; then
4 echo '${SH} is not set, please correct and re-run.'
7 export SH=${SH}
14 ${SH} $1 > tmp.stdout 2> tmp.stderr
/freebsd-9.3-release/crypto/openssl/test/
H A Dtestca3 SH="/bin/sh"
9 export SH PATH
18 $SH ../apps/CA.sh -newca <<EOF
27 $SH ../apps/CA.sh -newreq
35 $SH ../apps/CA.sh -sign <<EOF
44 $SH ../apps/CA.sh -verify newcert.pem
/freebsd-9.3-release/contrib/tcsh/
H A DMAKESHAR11 SH=/bin/sh
27 SH=/bin/cat;;
121 }' | $SH
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp42 unsigned char SH = MI->getOperand(2).getImm(); local
46 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
49 if (SH <= 31 && MB == (32-SH) && ME == 31) {
51 SH = 32-SH;
57 O << ", " << (unsigned int)SH;
75 unsigned char SH = MI->getOperand(2).getImm(); local
77 // rldicr RA, RS, SH, 6
[all...]
/freebsd-9.3-release/contrib/groff/src/roff/grog/
H A Dgrog.pl104 elsif (/^\.SH$sp/) {
105 $SH++;
194 elsif ($SH > 0 && $TH > 0) {
/freebsd-9.3-release/contrib/ntp/scripts/deprecated/
H A Dhtml2man.in79 print MANOUT ".SH NAME\n";
86 print MANOUT "$name\n.SH \\ \n\n";
130 print MANOUT "\n\n.SH $text\n";
142 print MANOUT "\n.SH AUTHOR\n$text\n";
230 print MANOUT "\n.SH SEE ALSO\n\n";
/freebsd-9.3-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp33 #define BUILD_RLDICR(RD,RS,SH,ME) \
34 ((30 << 26) | ((RS) << 21) | ((RD) << 16) | (((SH) & 31) << 11) | \
35 (((ME) & 63) << 6) | (1 << 2) | ((((SH) >> 5) & 1) << 1))
H A DPPCISelDAGToDAG.cpp99 unsigned &SH, unsigned &MB, unsigned &ME);
357 bool isShiftMask, unsigned &SH,
391 SH = Shift & 31;
415 unsigned Value, SH = 0; local
447 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
456 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
460 SH &= 31;
461 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
1100 unsigned Imm, Imm2, SH, MB, ME; local
1106 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M
356 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
1159 unsigned Imm, SH, MB, ME; local
1171 unsigned Imm, SH, MB, ME; local
[all...]
/freebsd-9.3-release/contrib/sendmail/contrib/
H A Dexpn.pl1234 .SH NAME
1236 .SH SYNOPSIS
1245 .SH DESCRIPTION
1256 .SH OPTIONS
1308 .SH ENVIRONMENT
1310 .SH FILES
1315 .SH SEE ALSO
1320 .SH BUGS
1349 .SH CREDITS
1354 .SH AVAILABILIT
[all...]
/freebsd-9.3-release/bin/sh/
H A DMakefile68 cd ${.CURDIR}/../../tools/regression/bin/sh && ${MAKE} SH=${.OBJDIR}/sh
/freebsd-9.3-release/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h139 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
222 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);
/freebsd-9.3-release/contrib/cvs/doc/
H A Dmkman.pl223 $last_header = $1 if s/^\@node\s+(.*)$/.SH "$1"/;
/freebsd-9.3-release/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h132 boot_catalog_section_header SH; member in union:boot_catalog_entry::__anon10913
H A Dcd9660_eltorito.c312 sh = &entry->entry_data.SH;
463 head->entry_data.SH.num_section_entries[0]++;
/freebsd-9.3-release/crypto/openssl/util/pl/
H A DVC-32.pl98 /^SH[0-9]/ && do { $wcecdefs.=" -D$wcetgt -D_$wcetgt_ -DSHx";
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dppc-opc.c411 /* The SH field in an X or M form instruction. */
412 #define SH RSO + 1
415 #define EVUIMM SH
418 /* The SH field in an MD form instruction. This is split. */
419 #define SH6 SH + 1
423 /* The SH field of the tlbwe instruction, which is optional. */
541 /* SH field starting at bit position 16. */
1137 /* The SH field in an MD form instruction. This is split. */
1351 /* An M_MASK with the SH and ME fields fixed. */
1361 /* An MD_MASK with the SH fiel
410 #define SH macro
[all...]
/freebsd-9.3-release/sys/powerpc/powerpc/
H A Ddb_disasm.c797 u_int SH; local
798 SH = extract_field(instr, 31 - 20, 5);
799 pstr += sprintf(pstr, ", %d", SH);
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c14848 tCE(and, 0000000, and, 3, (RR, oRR, SH), arit, t_arit3c),
14849 tC3(ands, 0100000, ands, 3, (RR, oRR, SH), arit, t_arit3c),
14850 tCE(eor, 0200000, eor, 3, (RR, oRR, SH), arit, t_arit3c),
14851 tC3(eors, 0300000, eors, 3, (RR, oRR, SH), arit, t_arit3c),
14852 tCE(sub, 0400000, sub, 3, (RR, oRR, SH), arit, t_add_sub),
14853 tC3(subs, 0500000, subs, 3, (RR, oRR, SH), arit, t_add_sub),
14856 tCE(adc, 0a00000, adc, 3, (RR, oRR, SH), arit, t_arit3c),
14857 tC3(adcs, 0b00000, adcs, 3, (RR, oRR, SH), arit, t_arit3c),
14858 tCE(sbc, 0c00000, sbc, 3, (RR, oRR, SH), arit, t_arit3),
14859 tC3(sbcs, 0d00000, sbcs, 3, (RR, oRR, SH), ari
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1468 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument
1471 return expandCodeFor(SH, Ty);
1474 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument
1476 Value *V = expand(SH);
1478 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dpic.y172 %token SH
357 | SH
H A Dlex.cpp503 { "sh", SH },
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1784 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1, local
1787 DCI.AddToWorklist(SH.getNode());
1788 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1807 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0, local
1810 DCI.AddToWorklist(SH.getNode());
1811 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);
/freebsd-9.3-release/sys/dev/hptrr/
H A Di386-elf.hptrr_lib.o.uu432 M!-A05_]T)"SH#/[__T.#XQ^#Q!`YZW7A@WXX`'4'QP0D`0```(F>U`@``(-\
459 MBT$(B40D!+X`````@SH"=2F0BU0D!(T<<HM''(M(#(M7(&:+!"MFB801``$`
595 M5NCT\?__@\0,@'XL`74[@WXH`743@^P(#[;#4/]T)"SH+?3__X/$$(/L"%=6
1105 M`(/$$.M.B?:+D<`)``"%TG42@^P(#[;`4%/HY0P``(/$$.LP@SH!=`:#>A`!
1270 M4/]T)$SH$>'__X/$((-\)!0`=#N+5"0$B50D"(G0P>`""=@/ML!0Z!?O__^#
1643 MZS2!YO\```"`O![`4P``$'4DZ/S___^)A+/H4P``@^P$_[2SH%,``%-J!.C\
1734 M`'1,@[[`"0```'1#BX;`"0``@W@0`74W@^P(5?]T)$SH\@\``(/$"/^VP`D`
1738 M"T<@BTPD!(E$$20YZW0G#[9T)`N-=@"#[`2+1Q"-!-A05O]T)"SH)/[__T.#
2295 M4P``$'4DZ/S___^)A+/H4P``@^P$_[2SH%,``%-J!.C\____@\00C78`N`$`
2386 MBX;`"0``@W@0`74W@^P(5?]T)$SH\
[all...]

Completed in 303 milliseconds

12