HomeSort by relevance Sort by last modified time
    Searched refs:SH (Results 1 - 25 of 39) sorted by null

1 2

  /external/chromium_org/third_party/skia/gm/
strokerects.cpp 21 static const SkScalar SH = SkIntToScalar(H);
62 canvas->translate(SW * x, SH * y);
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
strokes.cpp 19 static const SkScalar SH = SkIntToScalar(H);
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/
strokerects.cpp 21 static const SkScalar SH = SkIntToScalar(H);
62 canvas->translate(SW * x, SH * y);
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2)
strokes.cpp 19 static const SkScalar SH = SkIntToScalar(H);
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/
PPCInstPrinter.cpp 43 unsigned char SH = MI->getOperand(2).getImm();
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();
78 // rldicr RA, RS, SH, 63-SH == sldi RA, RS, S
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/doc/
sed.x 1 .SH NAME
3 .SH SYNOPSIS
194 .SH
  /external/llvm/lib/Target/PowerPC/
PPCJITInfo.cpp 39 #define BUILD_RLDICR(RD,RS,SH,ME) \
40 ((30 << 26) | ((RS) << 21) | ((RD) << 16) | (((SH) & 31) << 11) | \
41 (((ME) & 63) << 6) | (1 << 2) | ((((SH) >> 5) & 1) << 1))
PPCISelDAGToDAG.cpp 107 unsigned &SH, unsigned &MB, unsigned &ME);
371 bool isShiftMask, unsigned &SH,
405 SH = Shift & 31;
429 unsigned Value, SH = 0;
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),
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6 50 "!EXCLAMATION-POINT EH2 K S K L AH0 M EY1 SH AH0 N P OY2 N T
58 #SHARP-SIGN SH AA1 R P S AY1 N
94 -DASH D AE1 SH
102 /SLASH S L AE1 SH
159 ABASH AH0 B AE1 SH
160 ABASHED AH0 B AE1 SH T
191 ABBREVIATION AH0 B R IY2 V IY0 EY1 SH AH0 N
192 ABBREVIATIONS AH0 B R IY2 V IY0 EY1 SH AH0 N Z
206 ABDICATION AE2 B D IH0 K EY1 SH AH0 N
221 ABDUCTION AE0 B D AH1 K SH AH0
    [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 139 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
222 Value *expandCodeFor(const SCEV *SH, Type *Ty = nullptr);
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_cpu_dep.h 60 #define OI_CPU_SH3 4 /**< Hitachi SH-3 processor family */
66 #define OI_CPU_SH4_7750 10 /**< Hitachi SH7750 series in SH-4 processor family */
67 #define OI_CPU_SH2 11 /**< Hitachi SH-2 processor family */
151 /* The Hitachi SH C compiler defines _LIT or _BIG, depending on the endianness
154 #define OI_CPU_BYTE_ORDER OI_LITTLE_ENDIAN_BYTE_ORDER /**< If _LIT is defined, SH-3 platform byte ordering is little-endian. */
156 #define OI_CPU_BYTE_ORDER OI_BIG_ENDIAN_BYTE_ORDER /**< If _BIG is defined, SH-3 platform byte ordering is big-endian. */
158 #error SH compiler endianness undefined
161 /** @name CPU/compiler-dependent primitive data type definitions for SH-3 processor family
165 typedef signed char OI_INT8; /**< 8-bit signed integer values use native signed character data type for SH-3 processor. */
166 typedef signed short OI_INT16; /**< 16-bit signed integer values use native signed short integer data type for SH-3 processor. *
    [all...]
  /external/chromium_org/v8/src/mips/
constants-mips.cc 314 case SH:
constants-mips.h 300 SH = ((5 << 3) + 1) << kOpcodeShift,
  /external/strace/linux/
syscall.h 337 #if defined M68K || defined SH
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsNaClELFStreamer.cpp 228 case Mips::SH:
  /external/strace/
sock.c 32 #if defined(ALPHA) || defined(SH) || defined(SH64)
defs.h 480 || defined(SH) || defined(SH64) \
633 #if defined(SPARC) || defined(SPARC64) || defined(IA64) || defined(SH)
syscall.c 664 #if defined(SPARC) || defined(SPARC64) || defined(IA64) || defined(SH)
672 # elif defined(SH)
764 #elif defined(SH)
867 #elif defined(SH)
    [all...]
io.c 184 #if defined(SH)
system.c 284 #ifdef SH
314 #endif /* SH */
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 1012 SH(new String[]{
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene.analysis_1.9.1.v20100518-1140.jar 
  /external/qemu/disas/
ppc.c 753 /* 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. */
    [all...]
  /external/llvm/lib/Target/Mips/
MipsFastISel.cpp 225 Opc = Mips::SH;
  /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...]

Completed in 274 milliseconds

1 2