/external/skia/gm/ |
H A D | strokerects.cpp | 21 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 D | beziers.cpp | 16 static const SkScalar SH = SkIntToScalar(H); variable 71 canvas->translate(0, SH);
|
H A D | strokes.cpp | 19 static const SkScalar SH = SkIntToScalar(H); variable 59 canvas->translate(0, SH * y); 62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) 309 canvas->translate(0, SH * y); 313 SH - SkIntToScalar(2))); 319 rotate(SkIntToScalar(15), SW/2, SH/2, canvas);
|
/external/curl/docs/libcurl/ |
H A D | mksymbolsmanpage.pl | 53 .SH NAME 55 .SH "libcurl symbols"
|
/external/llvm/lib/Target/PowerPC/InstPrinter/ |
H A D | PPCInstPrinter.cpp | 60 unsigned char SH = MI->getOperand(2).getImm(); local 64 if (SH <= 31 && MB == 0 && ME == (31-SH)) { 67 if (SH <= 31 && MB == (32-SH) && ME == 31) { 69 SH = 32-SH; 75 O << ", " << (unsigned int)SH; 93 unsigned char SH = MI->getOperand(2).getImm(); local 95 // rldicr RA, RS, SH, 6 [all...] |
/external/pcre/dist/ |
H A D | CheckMan | 30 ^\.SH\s\S|
|
H A D | 132html | 135 elsif (/^\.SH\s*("?)(.*)\1/) 223 elsif (/^\.\\"\s*JOIN(SH)?/)
|
/external/strace/ |
H A D | cacheflush.c | 92 #ifdef SH 120 #endif /* SH */
|
H A D | io.c | 147 #if defined(SH)
|
H A D | sock.c | 32 #if defined(ALPHA) || defined(SH) || defined(SH64)
|
H A D | defs.h | 424 || defined(SH) || defined(SH64) \ 517 || defined SH || defined SPARC || defined SPARC64
|
/external/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 152 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I); 263 Value *expandCodeFor(const SCEV *SH, Type *Ty = nullptr);
|
/external/libopus/celt/arm/ |
H A D | arm2gnu.pl | 142 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 D | MipsNaClELFStreamer.cpp | 228 case Mips::SH:
|
/external/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 119 unsigned &SH, unsigned &MB, unsigned &ME); 476 bool isShiftMask, unsigned &SH, 510 SH = Shift & 31; 534 unsigned Value, SH = 0; local 566 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; 582 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; 586 SH &= 31; 587 SDValue Ops[] = { Op0, Op1, getI32Imm(SH, dl), getI32Imm(MB, dl), 2580 unsigned Imm, Imm2, SH, MB, ME; local 2586 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, M 475 isRotateAndMask(SDNode *N, unsigned Mask, bool isShiftMask, unsigned &SH, unsigned &MB, unsigned &ME) argument 2689 unsigned Imm, SH, MB, ME; local 2702 unsigned Imm, SH, MB, ME; local [all...] |
/external/libavc/common/arm/ |
H A D | ih264_iquant_itrans_recon_dc_a9.s | 125 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/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitSimplify.cpp | 177 BitTracker::RegisterRef &SL, BitTracker::RegisterRef &SH); 401 // For a REG_SEQUENCE, set SL to the low subregister and SH to the high 404 BitTracker::RegisterRef &SL, BitTracker::RegisterRef &SH) { 410 SH = I.getOperand(3); 414 SH = I.getOperand(1); 1611 BitTracker::RegisterRef SL, SH; 1612 if (HBS::parseRegSequence(MI, SL, SH)) { 1616 SH.Reg, SH.Sub, MRI);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.apache.lucene.analysis_1.9.1.v20100518-1140.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/libvpx/libvpx/vp8/common/mips/msa/ |
H A D | vp8_macros_msa.h | 91 #define SH(val, pdst) \ macro 177 #define SH(val, pdst) \ macro 430 SH(out0_m, pblk_2x4_m); \ 431 SH(out1_m, pblk_2x4_m + stride); \ 432 SH(out2_m, pblk_2x4_m + 2 * stride); \ 433 SH(out3_m, pblk_2x4_m + 3 * stride); \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
H A D | macros_msa.h | 100 #define SH(val, pdst) { \ macro 195 #define SH(val, pdst) { \ macro 472 SH(out0_m, pblk_2x4_m); \ 473 SH(out1_m, pblk_2x4_m + stride); \ 474 SH(out2_m, pblk_2x4_m + 2 * stride); \ 475 SH(out3_m, pblk_2x4_m + 3 * stride); \
|
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/ |
H A D | eyes-only.conf | 591 ~c395=SH # Saint Helena
|
/external/v8/src/mips/ |
H A D | constants-mips.h | 380 SH = ((5U << 3) + 1) << kOpcodeShift, 916 OpcodeToBitNumber(LWR) | OpcodeToBitNumber(SB) | OpcodeToBitNumber(SH) |
|
/external/v8/src/mips64/ |
H A D | constants-mips64.h | 357 SH = ((5U << 3) + 1) << kOpcodeShift, 950 OpcodeToBitNumber(SDL) | OpcodeToBitNumber(SB) | OpcodeToBitNumber(SH) |
|
/external/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 1585 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty, argument 1589 return expandCodeFor(SH, Ty); 1592 Value *SCEVExpander::expandCodeFor(const SCEV *SH, Type *Ty) { argument 1594 Value *V = expand(SH); 1596 assert(SE.getTypeSizeInBits(Ty) == SE.getTypeSizeInBits(SH->getType()) &&
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
H A D | TargetLowering.cpp | 1973 SDValue SH = DAG.getNode( local 1978 DCI.AddToWorklist(SH.getNode()); 1979 return DAG.getSetCC(dl, VT, N0.getOperand(0), SH, Cond); 1999 SDValue SH = DAG.getNode( local 2003 DCI.AddToWorklist(SH.getNode()); 2004 return DAG.getSetCC(dl, VT, SH, N1.getOperand(0), Cond);
|