Home
last modified time | relevance | path

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

12345678910>>...27

/external/icu/icu4c/source/config/
DMakefile.inc.in61 ## equivalent '#SH#' lines for icu-config fixup
67 #SH## icu-config version of above 'if':
68 #SH#case "x$ENABLE_RPATH" in
69 #SH# x[yY]*)
70 #SH# ENABLE_RPATH=YES
71 #SH# RPATHLDFLAGS="${LD_RPATH}${LD_RPATH_PRE}${libdir}"
72 #SH# ;;
73 #SH#
74 #SH# x[nN]*)
75 #SH# ENABLE_RPATH=NO
[all …]
Dmh-cygwin46 # the #SH# lines don't go through further postprocessing.
48 #SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -shared "
49 #SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared "
129 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
133 #SH### copied from Makefile.inc
134 #SH#ICULIBS_COMMON="-l${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
135 #SH#ICULIBS_DATA="-l${LIBICU}${DATA_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
136 #SH#ICULIBS_I18N="-l${LIBICU}${I18N_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
137 #SH#ICULIBS_TOOLUTIL="-l${LIBICU}tu${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
138 #SH#ICULIBS_CTESTFW="-l${LIBICU}ctestfw${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
[all …]
Dmh-cygwin6446 # the #SH# lines don't go through further postprocessing.
48 #SH#SHLIB_c="$(CC) $(CFLAGS) $(LDFLAGS) -shared "
49 #SH#SHLIB_cc="$(CXX) $(CXXFLAGS) $(LDFLAGS) -shared "
129 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO}"
133 #SH### copied from Makefile.inc
134 #SH#ICULIBS_COMMON="-l${LIBICU}uc${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
135 #SH#ICULIBS_DATA="-l${LIBICU}${DATA_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
136 #SH#ICULIBS_I18N="-l${LIBICU}${I18N_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
137 #SH#ICULIBS_TOOLUTIL="-l${LIBICU}tu${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
138 #SH#ICULIBS_CTESTFW="-l${LIBICU}ctestfw${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}"
[all …]
Dmh-mingw6499 #SH### copied from Makefile.inc
100 #SH## for icu-config to test with
101 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO…
102 #SH#ICULIBS_COMMON_LIB_NAME_A="${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}.${A}"
104 #SH#ICULIBS_DATA="-l$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)"
109 #SH#
110 #SH## ICULIBS is the set of libraries your application should link
111 #SH## with usually. Many applications will want to add ${ICULIBS_I18N} as well.
112 #SH#ICULIBS="${ICULIBS_BASE} ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} "
Dmh-mingw99 #SH### copied from Makefile.inc
100 #SH## for icu-config to test with
101 #SH#ICULIBS_COMMON_LIB_NAME="${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}${ICULIBSUFFIX_VERSION}.${SO…
102 #SH#ICULIBS_COMMON_LIB_NAME_A="${LIBICU}${COMMON_STUBNAME}${ICULIBSUFFIX}.${A}"
104 #SH#ICULIBS_DATA="-l$(ICUPREFIX)$(DATA_STUBNAME)$(ICULIBSUFFIX)$(ICULIBSUFFIX_VERSION)"
109 #SH#
110 #SH## ICULIBS is the set of libraries your application should link
111 #SH## with usually. Many applications will want to add ${ICULIBS_I18N} as well.
112 #SH#ICULIBS="${ICULIBS_BASE} ${ICULIBS_I18N} ${ICULIBS_COMMON} ${ICULIBS_DATA} "
/external/toybox/tests/
Dsh.test46 [ -z "$SH" ] && { [ -z "$TEST_HOST" ] && SH="sh" || export SH="bash" ; }
50 SS="env -i PATH=${PATH@Q} PS1='\\$ ' $SH --noediting --noprofile --norc -is"
69 "$SH -c 'for i in a\"\$@\"b;do echo =\$i=;done;echo \$0' 123 456 789" \
72 "$SH -c 'for i in a\"\$* \$@\"b; do echo =\$i=;done' one two three four five"\
74 testing '-c arg count' "$SH -c 'echo \$#' 9 8 7 6 1 2 3 4" "7\n" "" ""
77 testing 'arg shift' "$SH -c '"'for i in "" 2 1 1 1; do echo $? $1; shift $i; done'"' one two three …
84 ln -s $(which $SH) bash
104 testing 'exec exitval' "$SH -c 'exec echo hello' && echo \$?" "hello\n0\n" "" ""
112 testing '$LINENO 1' "$SH input" "1\n" 'echo $LINENO' ''
116 testing 'simple script in $PATH' "PATH='$PWD/sub:$PATH' $SH script" \
[all …]
/external/llvm-project/llvm/test/Analysis/ValueTracking/
Dnumsignbits-from-assume.ll9 ; CHECK-NEXT: [[SH:%.*]] = shl nuw nsw i32 [[ADD]], 3
10 ; CHECK-NEXT: ret i32 [[SH]]
24 ; CHECK-NEXT: [[SH:%.*]] = shl nuw nsw i32 [[ADD]], 3
25 ; CHECK-NEXT: ret i32 [[SH]]
39 ; CHECK-NEXT: [[SH:%.*]] = shl nuw nsw i32 [[SUB]], 3
40 ; CHECK-NEXT: ret i32 [[SH]]
54 ; CHECK-NEXT: [[SH:%.*]] = shl nuw nsw i32 [[SUB]], 3
55 ; CHECK-NEXT: ret i32 [[SH]]
69 ; CHECK-NEXT: [[SH:%.*]] = shl nuw nsw i32 [[SUB]], 3
70 ; CHECK-NEXT: ret i32 [[SH]]
[all …]
/external/llvm-project/llvm/test/Transforms/InstCombine/
Dlshr.ll16 ; CHECK-NEXT: [[SH:%.*]] = zext i1 [[TMP1]] to i32
17 ; CHECK-NEXT: ret i32 [[SH]]
27 ; CHECK-NEXT: [[SH:%.*]] = zext i1 [[TMP1]] to i32
28 ; CHECK-NEXT: ret i32 [[SH]]
38 ; CHECK-NEXT: [[SH:%.*]] = zext i1 [[TMP1]] to i32
39 ; CHECK-NEXT: ret i32 [[SH]]
49 ; CHECK-NEXT: [[SH:%.*]] = zext <2 x i1> [[TMP1]] to <2 x i8>
50 ; CHECK-NEXT: ret <2 x i8> [[SH]]
60 ; CHECK-NEXT: [[SH:%.*]] = zext <2 x i1> [[TMP1]] to <2 x i8>
61 ; CHECK-NEXT: ret <2 x i8> [[SH]]
[all …]
Dand-or.ll62 ; CHECK-NEXT: [[SH:%.*]] = lshr i8 %a, 6
64 ; CHECK-NEXT: [[AND:%.*]] = or i8 [[SH]], [[B_MASKED]]
75 ; CHECK-NEXT: [[SH:%.*]] = lshr <2 x i8> %a, <i8 6, i8 6>
77 ; CHECK-NEXT: [[AND:%.*]] = xor <2 x i8> [[SH]], [[B_MASKED]]
89 ; CHECK-NEXT: [[SH:%.*]] = lshr i8 %a, 6
91 ; CHECK-NEXT: [[AND:%.*]] = xor i8 [[C_MASKED]], [[SH]]
104 ; CHECK-NEXT: [[SH:%.*]] = lshr <2 x i8> %a, <i8 6, i8 6>
106 ; CHECK-NEXT: [[AND:%.*]] = or <2 x i8> [[C_MASKED]], [[SH]]
120 ; CHECK-NEXT: [[SH:%.*]] = lshr i8 %a, 6
121 ; CHECK-NEXT: [[OR:%.*]] = or i8 [[SH]], %b
/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/python/cpython3/PCbuild/
Dprepare_libffi.bat11 echo SH environment variable must be set to the location of sh.exe
68 if NOT DEFINED SH if exist c:\cygwin\bin\sh.exe set SH=c:\cygwin\bin\sh.exe variable
76 if NOT DEFINED SH echo ERROR SH environment variable not set && goto :Usage
78 if not exist %SH% echo ERROR %SH% does not exist && goto :Usage
84 %SH% --login -lc "cygcheck -dc cygwin"
85 set GET_MSVCC=%SH% -lc "cd $OLDPWD; export MSVCC=`/usr/bin/find $PWD -name msvcc.sh`; echo ${MSVCC}…
90 echo SH : %SH%
96 %SH% -lc "(cd $LIBFFI_SOURCE; ./autogen.sh;)"
162 %SH% -lc "(cd $OLDPWD; ./configure CC='%MSVCC% %ASSEMBLER% %BUILD_PDB%' CXX='%MSVCC% %ASSEMBLER% %B…
168 %SH% -lc "(cd $OLDPWD; export PATH=/usr/bin:$PATH; cp src/%SRC_ARCHITECTURE%/ffitarget.h include; m…
[all …]
/external/llvm/lib/Target/PowerPC/InstPrinter/
DPPCInstPrinter.cpp60 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
64 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst()
67 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst()
69 SH = 32-SH; in printInst()
75 O << ", " << (unsigned int)SH; in printInst()
93 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
96 if (63-SH == ME) { in printInst()
101 O << ", " << (unsigned int)SH; in printInst()
/external/llvm-project/llvm/test/Transforms/InstSimplify/
Dshift-knownbits.ll159 ; CHECK-NEXT: [[SH:%.*]] = lshr i32 [[CT]], 5
160 ; CHECK-NEXT: ret i32 [[SH]]
170 ; CHECK-NEXT: [[SH:%.*]] = lshr i32 [[CT]], 5
171 ; CHECK-NEXT: ret i32 [[SH]]
181 ; CHECK-NEXT: [[SH:%.*]] = lshr <2 x i8> [[CT]], <i8 3, i8 3>
182 ; CHECK-NEXT: ret <2 x i8> [[SH]]
192 ; CHECK-NEXT: [[SH:%.*]] = lshr <2 x i8> [[CT]], <i8 3, i8 0>
193 ; CHECK-NEXT: [[EX:%.*]] = extractelement <2 x i8> [[SH]], i32 0
205 ; CHECK-NEXT: [[SH:%.*]] = lshr <2 x i8> [[CT]], <i8 3, i8 3>
206 ; CHECK-NEXT: ret <2 x i8> [[SH]]
[all …]
/external/tpm2-tss/man/
Dman-postlude.troff1 .SH AUTHOR
3 .SH "SEE ALSO"
12 .SH COLOPHON
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.cpp97 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
101 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst()
104 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst()
106 SH = 32-SH; in printInst()
112 O << ", " << (unsigned int)SH; in printInst()
131 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
134 if (63-SH == ME) { in printInst()
139 O << ", " << (unsigned int)SH; in printInst()
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_filter_ops_benchmark_test.cc112 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
114 f##FH##x##FW##x##FC##_##s##SH##x##SW##_##PADDING)
116 #define BM_Conv2DBwdFilter(T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING, \ argument
119 FW, FC, SH, SW, \
122 Conv2DBackpropFilter<T>(N, H, W, C, FH, FW, FC, SH, SW, \
130 FC, SH, SW, PADDING));
Dconv_grad_input_ops_benchmark_test.cc111 #define BM_NAME(name, type, T, FMT, N, H, W, C, FH, FW, FC, SH, SW, PADDING) \ argument
113 f##FH##x##FW##x##FC##_##s##SH##x##SW##_##PADDING)
115 #define BM_Conv2DBwdInput(T, FMT, N, H, W, C, FW, FH, FC, SH, SW, PADDING, \ argument
118 FW, FC, SH, SW, \
121 Conv2DBackpropInput<T>(N, H, W, C, FH, FW, FC, SH, SW, \
128 FC, SH, SW, PADDING));
/external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCInstPrinter.cpp115 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
119 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in printInst()
122 if (SH <= 31 && MB == (32-SH) && ME == 31) { in printInst()
124 SH = 32-SH; in printInst()
130 O << ", " << (unsigned int)SH; in printInst()
139 unsigned char SH = MI->getOperand(2).getImm(); in printInst() local
142 if (63-SH == ME) { in printInst()
147 O << ", " << (unsigned int)SH; in printInst()
/external/skia/gm/
Dstrokerects.cpp24 constexpr SkScalar SH = SkIntToScalar(H); variable
62 canvas->translate(SW * x, SH * y); in onDraw()
65 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
/external/skqp/gm/
Dstrokerects.cpp20 constexpr SkScalar SH = SkIntToScalar(H); variable
58 canvas->translate(SW * x, SH * y); in onDraw()
61 , SW - SkIntToScalar(2), SH - SkIntToScalar(2) in onDraw()
/external/capstone/arch/PowerPC/
DPPCInstPrinter.c104 unsigned char SH = (unsigned char)MCOperand_getImm(MCInst_getOperand(MI, 2)); in PPC_printInst() local
109 if (SH <= 31 && MB == 0 && ME == (31-SH)) { in PPC_printInst()
115 if (SH <= 31 && MB == (32-SH) && ME == 31) { in PPC_printInst()
119 SH = 32-SH; in PPC_printInst()
126 if (SH > HEX_THRESHOLD) in PPC_printInst()
127 SStream_concat(O, ", 0x%x", (unsigned int)SH); in PPC_printInst()
129 SStream_concat(O, ", %u", (unsigned int)SH); in PPC_printInst()
135 ppc->operands[ppc->op_count].imm = SH; in PPC_printInst()
154 unsigned char SH = (unsigned char)MCOperand_getImm(MCInst_getOperand(MI, 2)); in PPC_printInst() local
157 if (63-SH == ME) { in PPC_printInst()
[all …]
/external/snakeyaml/src/test/resources/pyyaml/
Dconstruct-binary.data4 +f/++f/++f/++f/++f/++SH+Dk1hZGUgd2l0aCBHSU1QACwAAAAADAAMAAAFLC\
9 +f/++f/++f/++f/++f/++SH+Dk1hZGUgd2l0aCBHSU1QACwAAAAADAAMAAAFLC
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DScalarEvolutionExpander.h271 Value *expandCodeFor(const SCEV *SH, Type *Ty, Instruction *I) {
272 return expandCodeForImpl(SH, Ty, I, true);
279 Value *expandCodeFor(const SCEV *SH, Type *Ty = nullptr) {
280 return expandCodeForImpl(SH, Ty, true);
401 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, bool Root);
407 Value *expandCodeForImpl(const SCEV *SH, Type *Ty, Instruction *I, bool Root);
/external/libcxx/test/std/strings/string.view/string.view.hash/
Dstring_view.pass.cpp40 typedef std::hash<String> SH; in test() typedef
48 SH sh; in test()

12345678910>>...27