Home
last modified time | relevance | path

Searched refs:SH (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/external/icu4c/config/
DMakefile.inc.in59 ## equivalent '#SH#' lines for icu-config fixup
65 #SH## icu-config version of above 'if':
66 #SH#case "x$ENABLE_RPATH" in
67 #SH# x[yY]*)
68 #SH# ENABLE_RPATH=YES
69 #SH# RPATHLDFLAGS="${LD_RPATH}${LD_RPATH_PRE}${libdir}"
70 #SH# ;;
71 #SH#
72 #SH# x[nN]*)
73 #SH# ENABLE_RPATH=NO
[all …]
Dmh-cygwin40 # the #SH# lines don't go through further postprocessing.
42 #SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -shared "
43 #SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared "
123 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
127 #SH### copied from Makefile.inc
128 #SH#ICULIBS_COMMON="-l${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
129 #SH#ICULIBS_DATA="-l${LIBICU}${DATA_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
130 #SH#ICULIBS_I18N="-l${LIBICU}${I18N_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
131 #SH#ICULIBS_TOOLUTIL="-l${LIBICU}tu${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
132 #SH#ICULIBS_CTESTFW="-l${LIBICU}ctestfw${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
[all …]
Dmh-linux29 #SH# # We can't depend on MIDDLE_SO_TARGET being set.
30 #SH# LD_SONAME=
Dmh-os39080 #SH# if [ "x$OS390_XPLINK" = "x1" ]; then
87 #SH# fi
179 #SH# if [ "$ICUDATA_CHAR" != "e" ]; then
185 #SH# else
190 #SH# fi
Dmh-linux-va33 #SH# # We can't depend on MIDDLE_SO_TARGET being set.
34 #SH# LD_SONAME=
/external/chromium_org/third_party/icu/source/config/
DMakefile.inc.in59 ## equivalent '#SH#' lines for icu-config fixup
65 #SH## icu-config version of above 'if':
66 #SH#case "$ENABLE_RPATH" in
67 #SH# [yY]*)
68 #SH# ENABLE_RPATH=YES
69 #SH# RPATHLDFLAGS="${LD_RPATH}${LD_RPATH_PRE}${libdir}"
70 #SH# ;;
71 #SH#
72 #SH# [nN]*)
73 #SH# ENABLE_RPATH=NO
[all …]
Dmh-cygwin40 # the #SH# lines don't go through further postprocessing.
42 #SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -shared "
43 #SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared "
123 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
127 #SH### copied from Makefile.inc
128 #SH#ICULIBS_COMMON="-l${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
129 #SH#ICULIBS_DATA="-l${LIBICU}${DATA_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
130 #SH#ICULIBS_I18N="-l${LIBICU}${I18N_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
131 #SH#ICULIBS_TOOLUTIL="-l${LIBICU}tu${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
132 #SH#ICULIBS_CTESTFW="-l${LIBICU}ctestfw${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
[all …]
Dmh-os39079 #SH# if [ "x$OS390_XPLINK" = "x1" ]; then
86 #SH# fi
173 #SH# if [ "$ICUDATA_CHAR" != "e" ]; then
179 #SH# else
184 #SH# fi
Dmh-linux29 #SH# # We can't depend on MIDDLE_SO_TARGET being set.
30 #SH# LD_SONAME=
Dmh-linux-va33 #SH# # We can't depend on MIDDLE_SO_TARGET being set.
34 #SH# LD_SONAME=
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp34 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
38 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst()
41 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst()
43 SH = 32-SH; in printInst()
49 O << ", " << (unsigned int)SH; in printInst()
67 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
70 if (63-SH == ME) { in printInst()
75 O << ", " << (unsigned int)SH; in printInst()
/external/bzip2/
Dbzdiff.14 .SH NAME
6 .SH SYNOPSIS
14 .SH DESCRIPTION
40 .SH "SEE ALSO"
42 .SH BUGS
Dbzgrep.14 .SH NAME
6 .SH SYNOPSIS
21 .SH DESCRIPTION
52 .SH AUTHOR
55 .SH "SEE ALSO"
/external/skia/gm/
Dstrokerects.cpp21 static const SkScalar SH = SkIntToScalar(H); variable
58 canvas->translate(SW * x, SH * y); in onDraw()
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
Dstrokes.cpp19 static const SkScalar SH = SkIntToScalar(H); variable
58 canvas->translate(0, SH * y); in onDraw()
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
118 canvas->translate(0, SH * y); in onDraw()
122 SH - SkIntToScalar(2))); in onDraw()
128 rotate(SkIntToScalar(15), SW/2, SH/2, canvas); in onDraw()
/external/srec/config/en.us/dictionary/
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 AH0 N
[all …]
/external/qemu/tcg/ppc/
Dtcg-target.c400 #define SH(s) ((s)<<11) macro
559 | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS)) in tcg_out_qemu_ld()
574 | SH (0) in tcg_out_qemu_ld()
755 | SH (32 - (TARGET_PAGE_BITS - CPU_TLB_ENTRY_BITS)) in tcg_out_qemu_st()
770 | SH (0) in tcg_out_qemu_st()
807 | SH (0) in tcg_out_qemu_st()
815 | SH (0) in tcg_out_qemu_st()
1152 | SH (27) in tcg_out_setcond()
1219 | SH (sh) in tcg_out_setcond()
1239 | SH (31) in tcg_out_setcond2()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-sub-07.ll6 ; Check the low end of the SH range.
17 ; Check the high end of the aligned SH range.
29 ; Check the next halfword up, which should use SHY instead of SH.
105 ; Check that SH allows an index.
/external/llvm/lib/Target/PowerPC/
DPPCJITInfo.cpp33 #define BUILD_RLDICR(RD,RS,SH,ME) \ argument
34 ((30 << 26) | ((RS) << 21) | ((RD) << 16) | (((SH) & 31) << 11) | \
35 (((ME) & 63) << 6) | (1 << 2) | ((((SH) >> 5) & 1) << 1))
DPPCISelDAGToDAG.cpp99 unsigned &SH, unsigned &MB, unsigned &ME);
357 bool isShiftMask, unsigned &SH, in isRotateAndMask() argument
391 SH = Shift & 31; in isRotateAndMask()
415 unsigned Value, SH = 0; in SelectBitfieldInsert() local
447 SH = (Op1Opc == ISD::SHL) ? Value : 32 - Value; in SelectBitfieldInsert()
456 SH = (SHOpc == ISD::SHL) ? Value : 32 - Value; in SelectBitfieldInsert()
460 SH &= 31; in SelectBitfieldInsert()
461 SDValue Ops[] = { Op0, Op1, getI32Imm(SH), getI32Imm(MB), in SelectBitfieldInsert()
1098 unsigned Imm, Imm2, SH, MB, ME; in Select() local
1104 isRotateAndMask(N->getOperand(0).getNode(), Imm, false, SH, MB, ME)) { in Select()
[all …]
/external/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h139 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I);
222 Value *expandCodeFor(const SCEV *SH, Type *Ty = 0);
/external/chromium_org/third_party/icu/source/data/coll/
Dha.txt20 "&S<sh<<<Sh<<<SH"
Dig.txt24 "&S<sh<<<Sh<<<SH"
/external/icu4c/data/coll/
Dha.txt20 "&S<sh<<<Sh<<<SH"
Dig.txt24 "&S<sh<<<Sh<<<SH"

12345678910>>...20