Home
last modified time | relevance | path

Searched refs:Small (Results 1 – 25 of 91) sorted by relevance

1234

/external/clang/test/CodeGenCXX/
Dthunks.cpp184 struct Small { short s; }; struct
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) { } in baz() argument
/external/llvm/lib/Target/X86/
DX86TargetObjectFile.cpp78 return DW_EH_PE_indirect | DW_EH_PE_pcrel | (Model == CodeModel::Small || in getPersonalityEncoding()
82 if (Model == CodeModel::Small || Model == CodeModel::Medium) in getPersonalityEncoding()
91 return DW_EH_PE_pcrel | (Model == CodeModel::Small ? in getLSDAEncoding()
94 if (Model == CodeModel::Small) in getLSDAEncoding()
113 return DW_EH_PE_indirect | DW_EH_PE_pcrel | (Model == CodeModel::Small || in getTTypeEncoding()
117 if (Model == CodeModel::Small) in getTTypeEncoding()
DX86TargetMachine.cpp180 setCodeModel(CodeModel::Small); in setCodeModelForStatic()
192 setCodeModel(CodeModel::Small); in setCodeModelForJIT()
DX86FastISel.cpp469 if (TM.getCodeModel() != CodeModel::Small) in X86SelectAddress()
606 if (TM.getCodeModel() != CodeModel::Small) in X86SelectCallAddress()
2026 TM.getCodeModel() == CodeModel::Small) { in TargetMaterializeConstant()
DX86ISelDAGToDAG.cpp623 (M == CodeModel::Small || M == CodeModel::Kernel) && in MatchWrapper()
664 ((M == CodeModel::Small || M == CodeModel::Kernel) && in MatchWrapper()
710 if (TM.getCodeModel() == CodeModel::Small && in MatchAddress()
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DEnumMapTest.java34 Small, Middle, Big {}; enumConstant
131 Size.Small, 1)); in test_ConstructorLjava_lang_Class()
133 enumSizeMap.get(Size.Small)); in test_ConstructorLjava_lang_Class()
240 enumSizeMap.put(Size.Small, 1); in test_clear()
242 assertNull("Failed to clear all elements", enumSizeMap.get(Size.Small)); //$NON-NLS-1$ in test_clear()
252 .containsKey(Size.Small)); in test_containsKeyLjava_lang_Object()
253 enumSizeMap.put(Size.Small, 1); in test_containsKeyLjava_lang_Object()
255 .containsKey(Size.Small)); in test_containsKeyLjava_lang_Object()
276 enumSizeMap.put(Size.Small, integer); in test_clone()
282 assertSame("Should be same", enumSizeMap.get(Size.Small), //$NON-NLS-1$ in test_clone()
[all …]
/external/protobuf/
DCONTRIBUTORS.txt40 * Small patch to handle trailing slashes in --proto_path flag.
42 * Small patch to fix Python CallMethod().
44 * Small optimizations to Python serialization.
71 * Small patch improving performance of in Python serialization.
/external/llvm/test/FrontendAda/Support/
Dvar_offset.ads6 Small : Character; component
/external/llvm/lib/Target/MBlaze/
DMBlazeTargetMachine.cpp80 setCodeModel(CodeModel::Small); in MBlazeTargetMachine()
/external/llvm/lib/CodeGen/
DLLVMTargetMachine.cpp117 setCodeModel(CodeModel::Small); in setCodeModelForJIT()
122 setCodeModel(CodeModel::Small); in setCodeModelForStatic()
/external/iptables/extensions/
Dlibxt_TCPMSS.man17 Small mail works fine, but large emails hang.
/external/dropbear/libtommath/
Dtommath.out46 \BOOKMARK [1][-]{section.3.5}{Small Constants}{chapter.3}
47 \BOOKMARK [2][-]{subsection.3.5.1}{Setting Small Constants}{section.3.5}
/external/llvm/include/llvm/Target/
DTargetMachine.h50 Small, enumerator
/external/llvm/lib/Target/
DTargetMachine.cpp153 clEnumValN(CodeModel::Small, "small",
/external/zlib/contrib/
DREADME.contrib67 Small, low memory usage inflate. Also serves to provide an
/external/clang/lib/CodeGen/
DBackendUtil.cpp241 TargetMachine::setCodeModel(llvm::CodeModel::Small); in AddEmitPasses()
/external/quake/quake/src/QW/progs/
Dmisc.qc141 Small yellow flame ball
152 Small white flame ball
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
DUnicodeQt4.h112 DecompositionSmall = QChar::Small,
/external/protobuf/src/google/protobuf/
Drepeated_field_unittest.cc59 TEST(RepeatedField, Small) { in TEST() argument
274 TEST(RepeatedPtrField, Small) { in TEST() argument
/external/icu4c/data/unidata/
DBlocks.txt179 FE50..FE6F; Small Form Variants
/external/llvm/docs/CommandGuide/
Dlli.pod134 small: Small code model
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_item_cell.mm256 // Small downloads may start in a complete state due to asynchronous
274 // Small downloads may start in an interrupted state due to asynchronous
/external/bluetooth/glib/docs/reference/
DChangeLog961 * gobject/tmpl/gparamspec.sgml: Small update (#477704, Ross Burton)
1304 * glib/tmpl/keyfile.sgml: Small clarifications.
1353 * glib/tmpl/keyfile.sgml: Small clarification (#369908,
1908 * glib/tmpl/option.sgml: Small fixes.
1910 * gobject/tmpl/generic_values.sgml: Small fixes
2076 * gobject/tmpl/enumerations_flags.sgml: Small additions.
2185 * gobject/tmpl/signals.sgml: Small addition. (#145158,
2854 * glib/tmpl/string_utils.sgml: Small fixes.
3249 * glib/tmpl/threads.sgml: Small formatting fixes.
3389 * gobject/gobject-sections.txt glib/glib-sectoins.txt: Small updates.
/external/valgrind/main/docs/internals/
D3_0_BUGSTATUS.txt477 110657 Small test fixes
/external/bluetooth/glib/
DNEWS393 552107 Small libtool fixes
1117 503051 Small bug in glib interface
1263 488068 Small (one-time) memory leak in glib_gettext initialization
1432 354522 Small problem with PLT hiding 6 symbols
1436 447534 Small typo in g_timeout_add_seconds() doc
1625 348011 Small optimization to real_toupper()

1234