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

12

/external/skia/gm/
H A Dstrokerects.cpp21 static const SkScalar SH = SkIntToScalar(H); member in namespace:skiagm
59 canvas->translate(SW * x, SH * y);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
H A Dstrokes.cpp19 static const SkScalar SH = SkIntToScalar(H); variable
59 canvas->translate(0, SH * y);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
119 canvas->translate(0, SH * y);
123 SH - SkIntToScalar(2)));
129 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
H A Dbeziers.cpp15 static const SkScalar SH = SkIntToScalar(H); variable
70 canvas->translate(0, SH);
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp57 unsigned char SH = MI->getOperand(2).getImm(); local
61 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
64 if (SH <= 31 && MB == (32-SH) && ME == 31) {
66 SH = 32-SH;
72 O << ", " << (unsigned int)SH;
90 unsigned char SH = MI->getOperand(2).getImm(); local
92 // rldicr RA, RS, SH, 6
[all...]
/external/pcre/dist/
H A DCheckMan30 ^\.SH\s\S|
H A D132html135 elsif (/^\.SH\s*("?)(.*)\1/)
223 elsif (/^\.\\"\s*JOIN(SH)?/)
/external/strace/
H A Dcacheflush.c62 #ifdef SH
91 #endif /* SH */
H A Ddefs.h390 || defined(SH) || defined(SH64) \
466 || defined SH || defined SPARC || defined SPARC64
H A Dsock.c32 #if defined(ALPHA) || defined(SH) || defined(SH64)
H A Dio.c176 #if defined(SH)
/external/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h147 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
231 Value *expandCodeFor(const SCEV *SH, Type *Ty = nullptr);
/external/v8/src/mips/
H A Dconstants-mips.cc319 case SH:
H A Dconstants-mips.h352 SH = ((5 << 3) + 1) << kOpcodeShift,
H A Dsimulator-mips.cc2890 case SH:
2975 case SH:
/external/v8/src/mips64/
H A Dconstants-mips64.cc339 case SH:
H A Dconstants-mips64.h323 SH = ((5 << 3) + 1) << kOpcodeShift,
/external/libopus/celt/arm/
H A Darm2gnu.pl142 s/^(\s*)(S|Q|SH|U|UQ|UH)ASX\b/$1$2ADDSUBX/;
143 s/^(\s*)(S|Q|SH|U|UQ|UH)SAX\b/$1$2SUBADDX/;
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp228 case Mips::SH:
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp111 unsigned &SH, unsigned &MB, unsigned &ME);
415 bool isShiftMask, unsigned &SH,
449 SH = Shift & 31;
473 unsigned Value, SH = 0; local
505 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
521 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
525 SH &= 31;
526 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
2508 unsigned Imm, Imm2, SH, MB, ME; local
2514 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M
414 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
2602 unsigned Imm, SH, MB, ME; local
2614 unsigned Imm, SH, MB, ME; local
[all...]
/external/libavc/common/arm/
H A Dih264_iquant_itrans_recon_dc_a9.s125 ldrsh r8, [r0] @load pi2_src[0], SH for signed halfword load
244 ldrsh r8, [r0] @load pi2_src[0], SH for signed halfword load
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene.analysis_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/
H A Deyes-only.conf591 ~c395=SH # Saint Helena
H A Drel.conf597 ~c200,~c395=SH # Saint Helena
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1581 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument
1584 return expandCodeFor(SH, Ty);
1587 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument
1589 Value *V = expand(SH);
1591 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1916 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1, local
1919 DCI.AddToWorklist(SH.getNode());
1920 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1939 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0, local
1942 DCI.AddToWorklist(SH.getNode());
1943 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);

Completed in 1053 milliseconds

12