HomeSort by relevance Sort by last modified time
    Searched defs:SH (Results 1 - 15 of 15) sorted by null

  /external/skia/gm/
beziers.cpp 16 static const SkScalar SH = SkIntToScalar(H);
71 canvas->translate(0, SH);
strokerects.cpp 21 static const SkScalar SH = SkIntToScalar(H);
59 canvas->translate(SW * x, SH * y);
62 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
strokes.cpp 19 static const SkScalar SH = SkIntToScalar(H);
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/llvm/lib/Target/PowerPC/InstPrinter/
PPCInstPrinter.cpp 60 unsigned char SH = MI->getOperand(2).getImm();
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();
95 // rldicr RA, RS, SH, 63-SH == sldi RA, RS, S
    [all...]
  /libcore/ojluni/src/main/native/
zip_util.h 66 #define SH(b, n) (CH(b, n) | (CH(b, n+1) << 8))
67 #define LG(b, n) ((SH(b, n) | (SH(b, n+2) << 16)) &0xffffffffUL)
74 #define LOCVER(b) SH(b, 4) /* version needed to extract */
75 #define LOCFLG(b) SH(b, 6) /* general purpose bit flags */
76 #define LOCHOW(b) SH(b, 8) /* compression method */
81 #define LOCNAM(b) SH(b, 26) /* filename length */
82 #define LOCEXT(b) SH(b, 28) /* extra field length */
94 #define CENVEM(b) SH(b, 4) /* version made by */
95 #define CENVER(b) SH(b, 6) /* version needed to extract *
    [all...]
  /frameworks/base/services/net/java/android/net/apf/
ApfGenerator.java 52 SH(12), // Left shift, e.g, "sh R0, 5" or "sh R0, -5" (shifts right)
535 Instruction instruction = new Instruction(Opcodes.SH);
546 Instruction instruction = new Instruction(Opcodes.SH);
604 Instruction instruction = new Instruction(Opcodes.SH, Register.R1);
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
LoaderDicom.java 95 static final short SH = vr("SH");
108 AE, AS, CS, DA, DS, DT, IS, LO, LT, PN, SH, ST, TM, UT
  /external/libvpx/libvpx/vp8/common/mips/msa/
vp8_macros_msa.h 91 #define SH(val, pdst) \
97 "sh %[val_m], %[pdst_m] \n\t" \
177 #define SH(val, pdst) \
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); \
    [all...]
  /system/core/libpixelflinger/codeflinger/
MIPSAssembler.cpp 947 mMips->SH(Rd, Rn, amode.value);
950 mMips->SH(Rd, Rn, 0);
960 mMips->SH(Rd, R_at, 0);
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
coff-sh.c 29 #include "coff/sh.h"
373 #define SH 1
465 /* This structure is used to map BFD reloc codes to SH PE relocs. */
473 /* An array mapping BFD reloc codes to SH PE relocs. */
481 /* An array mapping BFD reloc codes to SH PE relocs. */
490 corresponding SH PE reloc. */
504 (*_bfd_error_handler) (_("SH Error: unknown reloc type %d"), code);
558 /* This is the howto function for the SH relocations. */
661 /* This function handles relaxing on the SH.
663 Function calls on the SH look like this
    [all...]
  /external/libvpx/libvpx/vpx_dsp/mips/
macros_msa.h 100 #define SH(val, pdst) { \
105 "sh %[val_m], %[pdst_m] \n\t" \
195 #define SH(val, pdst) { \
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); \
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 119 unsigned &SH, unsigned &MB, unsigned &ME);
476 bool isShiftMask, unsigned &SH,
510 SH = Shift & 31;
534 unsigned Value, SH = 0;
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),
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
ppc-opc.c 574 /* The SH field in an X or M form instruction. */
575 #define SH SE_SDW + 1
578 #define EVUIMM SH
582 #define HTM_SI SH + 1
585 /* The SH field in an MD form instruction. This is split. */
590 /* The SH field of the tlbwe instruction, which is optional. */
773 /* SH field starting at bit position 16. */
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 

Completed in 406 milliseconds