HomeSort by relevance Sort by last modified time
    Searched refs:Small (Results 1 - 24 of 24) sorted by null

  /external/llvm/include/llvm/Support/
CodeGen.h 27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
  /external/clang/test/CodeGenCXX/
thunks.cpp 184 struct Small { short s; };
201 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0;
209 void baz(X, X&, _Complex float, Small, Small&, Large);
212 void D::baz(X, X&, _Complex float, Small, Small&, Large) { }
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
EnumMapTest.java 34 Small, Middle, Big {};
131 Size.Small, 1));
133 enumSizeMap.get(Size.Small));
240 enumSizeMap.put(Size.Small, 1);
242 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); //$NON-NLS-1$
252 .containsKey(Size.Small));
253 enumSizeMap.put(Size.Small, 1);
255 .containsKey(Size.Small));
276 enumSizeMap.put(Size.Small, integer);
282 assertSame("Should be same", enumSizeMap.get(Size.Small), //$NON-NLS-1
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 36 Small, Middle, Big {};
133 Size.Small, 1));
135 enumSizeMap.get(Size.Small));
242 enumSizeMap.put(Size.Small, 1);
244 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small));
254 .containsKey(Size.Small));
255 enumSizeMap.put(Size.Small, 1);
257 .containsKey(Size.Small));
278 enumSizeMap.put(Size.Small, integer);
284 assertSame("Should be same", enumSizeMap.get(Size.Small),
    [all...]
  /external/llvm/lib/Target/MBlaze/MCTargetDesc/
MBlazeMCTargetDesc.cpp 70 CM = CodeModel::Small;
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 226 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
229 (CMModel == CodeModel::Small
233 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
237 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium)
239 LSDAEncoding = (CMModel == CodeModel::Small)
242 TTypeEncoding = (CMModel == CodeModel::Small)
  /external/llvm/tools/lli/
lli.cpp 133 clEnumValN(CodeModel::Small, "small",
134 "Small code model"),
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.cpp 425 // For static codegen, if we're not already set, use Small codegen.
427 CM = CodeModel::Small;
430 CM = is64Bit ? CodeModel::Large : CodeModel::Small;
  /external/llvm/tools/llc/
llc.cpp 100 clEnumValN(CodeModel::Small, "small",
101 "Small code model"),
  /frameworks/compile/slang/
slang_backend.cpp 144 CM = llvm::CodeModel::Small;
  /frameworks/base/core/java/android/text/
Html.java 466 } else if (tag.equalsIgnoreCase("small")) {
467 start(mSpannableStringBuilder, new Small());
516 } else if (tag.equalsIgnoreCase("small")) {
517 end(mSpannableStringBuilder, Small.class, new RelativeSizeSpan(0.8f));
790 private static class Small { }
  /external/clang/lib/CodeGen/
BackendUtil.cpp 245 if (CodeGenOpts.CodeModel == "small") {
246 CM = llvm::CodeModel::Small;
  /external/llvm/tools/llvm-mc/
llvm-mc.cpp 138 clEnumValN(CodeModel::Small, "small",
139 "Small code model"),
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 112 DecompositionSmall = QChar::Small,
  /external/protobuf/src/google/protobuf/
repeated_field_unittest.cc 57 // Test operations on a RepeatedField which is small enough that it does
59 TEST(RepeatedField, Small) {
274 TEST(RepeatedPtrField, Small) {
  /frameworks/compile/libbcc/lib/ExecutionEngine/
Compiler.cpp 325 llvm::CodeModel::Small);
763 // Inline small functions
  /external/llvm/lib/Target/X86/
X86FastISel.cpp 484 if (TM.getCodeModel() != CodeModel::Small)
630 if (TM.getCodeModel() != CodeModel::Small)
    [all...]
X86ISelDAGToDAG.cpp 625 // Under X86-64 non-small code model, GV (and friends) are 64-bits, so
628 (M == CodeModel::Small || M == CodeModel::Kernel) &&
666 // X86-32 always and X86-64 when in -static -mcmodel=small mode. In 64-bit
669 ((M == CodeModel::Small || M == CodeModel::Kernel) &&
715 if (TM.getCodeModel() == CodeModel::Small &&
    [all...]
X86ISelLowering.cpp     [all...]
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /ndk/build/core/
definitions.mk     [all...]
  /external/dropbear/libtommath/
bn.tex 17 \def\approx{\raisebox{0.2ex}{\mbox{\small $\sim$}}}
183 \begin{small}
192 \end{small}
201 \begin{small}
222 \end{small}
225 \begin{small}
241 \end{small}
262 \begin{small}
276 \end{small}
280 It may seem odd to compare LibTomMath to GnuPG since the math in GnuPG is only a small portion of the entire application.
    [all...]
  /external/dropbear/libtomcrypt/
crypt.tex 19 \def\approx{\raisebox{0.2ex}{\mbox{\small $\sim$}}}
237 \begin{small}
251 \end{small}
258 \begin{small}
265 \end{small}
277 \begin{small}
293 \end{small}
299 \begin{small}
315 \end{small}
322 \begin{small}
    [all...]

Completed in 647 milliseconds