Searched defs:SH (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dstrokerects.cpp21 static const SkScalar SH = SkIntToScalar(H); member in namespace:skiagm
62 canvas->translate(SW * x, SH * y);
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
H A Dstrokes.cpp19 static const SkScalar SH = SkIntToScalar(H); variable
62 canvas->translate(0, SH * y);
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
126 canvas->translate(0, SH * y);
130 SH - SkIntToScalar(2)));
136 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
/external/skia/gm/
H A Dstrokerects.cpp21 static const SkScalar SH = SkIntToScalar(H); member in namespace:skiagm
62 canvas->translate(SW * x, SH * y);
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
H A Dstrokes.cpp19 static const SkScalar SH = SkIntToScalar(H); variable
62 canvas->translate(0, SH * y);
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
126 canvas->translate(0, SH * y);
130 SH - SkIntToScalar(2)));
136 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
/external/llvm/lib/Target/PowerPC/InstPrinter/
H A DPPCInstPrinter.cpp43 unsigned char SH = MI->getOperand(2).getImm(); local
47 if (SH <= 31 && MB == 0 && ME == (31-SH)) {
50 if (SH <= 31 && MB == (32-SH) && ME == 31) {
52 SH = 32-SH;
58 O << ", " << (unsigned int)SH;
76 unsigned char SH = MI->getOperand(2).getImm(); local
78 // rldicr RA, RS, SH, 6
[all...]
/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp1578 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument
1581 return expandCodeFor(SH, Ty);
1584 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument
1586 Value *V = expand(SH);
1588 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
/external/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp107 unsigned &SH, unsigned &MB, unsigned &ME);
371 bool isShiftMask, unsigned &SH,
405 SH = Shift & 31;
429 unsigned Value, SH = 0; local
461 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value;
477 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value;
481 SH &= 31;
482 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB),
1147 unsigned Imm, Imm2, SH, MB, ME; local
1153 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M
370 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument
1220 unsigned Imm, SH, MB, ME; local
1232 unsigned Imm, SH, MB, ME; local
[all...]
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DRegionDataConstants.java1011 SH(new String[]{ enum constant in enum:RegionDataConstants.RegionDataEnum
/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1889 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N1, local
1892 DCI.AddToWorklist(SH.getNode());
1893 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond);
1912 SDValue SH = DAG.getNode(ISD::SHL, dl, N1.getValueType(), N0, local
1915 DCI.AddToWorklist(SH.getNode());
1916 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);
/external/qemu/disas/
H A Dppc.c753 /* The SH field in an X or M form instruction. */
754 #define SH RSO + 1
757 #define EVUIMM SH
760 /* The SH field in an MD form instruction. This is split. */
761 #define SH6 SH + 1
765 /* The SH field of the tlbwe instruction, which is optional. */
883 /* SH field starting at bit position 16. */
1479 /* The SH field in an MD form instruction. This is split. */
1693 /* An M_MASK with the SH and ME fields fixed. */
1703 /* An MD_MASK with the SH fiel
750 #define SH macro
[all...]
/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 ...

Completed in 4186 milliseconds