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

12

/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/pcre/dist/
H A DCheckMan30 ^\.SH\s\S|
H A D132html135 elsif (/^\.SH\s*("?)(.*)\1/)
223 elsif (/^\.\\"\s*JOIN(SH)?/)
/external/srec/config/en.us/dictionary/
H A Dc0.650 "!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 AH
[all...]
/external/llvm/lib/Target/PowerPC/
H A DPPCJITInfo.cpp39 #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))
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/llvm/include/llvm/Analysis/
H A DScalarEvolutionExpander.h139 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/
H A Doi_cpu_dep.h60 #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
[all...]
/external/chromium_org/v8/src/mips/
H A Dconstants-mips.cc319 case SH:
/external/chromium_org/v8/src/mips64/
H A Dconstants-mips64.cc339 case SH:
/external/chromium_org/third_party/opus/src/celt/arm/
H A Darm2gnu.pl168 s/^(\s*)(S|Q|SH|U|UQ|UH)ASX\b/$1$2ADDSUBX/;
169 s/^(\s*)(S|Q|SH|U|UQ|UH)SAX\b/$1$2SUBADDX/;
/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/strace/linux/
H A Dsyscall.h337 #if defined M68K || defined SH
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsNaClELFStreamer.cpp228 case Mips::SH:
/external/strace/
H A Dsock.c32 #if defined(ALPHA) || defined(SH) || defined(SH64)
H A Ddefs.h480 || defined(SH) || defined(SH64) \
633 #if defined(SPARC) || defined(SPARC64) || defined(IA64) || defined(SH)
H A Dsyscall.c664 #if defined(SPARC) || defined(SPARC64) || defined(IA64) || defined(SH)
672 # elif defined(SH)
764 #elif defined(SH)
867 #elif defined(SH)
1505 #elif defined(SH)
1856 #elif defined(SH)
2135 #elif defined(SH)
2395 #elif defined(SH)
H A Dio.c184 #if defined(SH)
/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/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/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...]

Completed in 493 milliseconds

12