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

1 2 3

  /external/clang/test/CodeGen/
x86_32-fpcc-struct-return.c 12 typedef struct { int i; } Small;
24 Small returnSmall(Small x) { return x; }
arm64-aapcs-arguments.c 7 typedef union { __int128 a; } Small;
8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) {
13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) {
aarch64-type-sizes.c 84 enum Small {
89 return sizeof(enum Small);
  /external/clang/test/CodeGenCXX/
thiscall-struct-return.cpp 21 struct S __attribute__((thiscall)) Small() const {
38 (void)c.Small();
microsoft-abi-sret-and-byval.cpp 11 struct Small {
65 Small small_return() { return Small(); }
66 // LINUX-LABEL: define void @_Z12small_returnv(%struct.Small* noalias sret %agg.result)
103 void small_arg(Small s) {}
104 // LINUX-LABEL: define void @_Z9small_arg5Small(%struct.Small* byval align 4 %s)
105 // WIN32: define void @"\01?small_arg@@YAXUSmall@@@Z"(%struct.Small* byval align 4 %s)
201 Small thiscall_method_small() { return Small(); }
202 // LINUX: define {{.*}} void @_ZN5Class21thiscall_method_smallEv(%struct.Small* noalias sret %agg.result, %class.Class* %this
    [all...]
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/llvm/include/llvm/Support/
CodeGen.h 30 enum Model { Default, JITDefault, Small, Kernel, Medium, Large };
61 return CodeModel::Small;
78 case CodeModel::Small:
  /libcore/benchmarks/src/benchmarks/regression/
AnnotatedElementBenchmark.java 158 c = @Small(e="E1", f=1695938256, g=7264081114510713000L),
159 d = { @Small(e="E2", f=1695938256, g=7264081114510713000L) })
162 @Small(e="E1", f=1695938256, g=7264081114510713000L)
171 c = @Small(e="E1", f=1695938256, g=7264081114510713000L),
172 d = { @Small(e="E2", f=1695938256, g=7264081114510713000L) })
173 @Small(e="E1", f=1695938256, g=7264081114510713000L)
189 Small c() default @Small;
190 Small[] d() default {};
194 public @interface Small {
    [all...]
  /external/eigen/Eigen/src/Core/
GeneralProduct.h 40 Small = 3
53 : Small
104 * This is a compile time mapping from {1,Small,Large}^3 -> {product types} */
109 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedProductMode }; };
110 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedProductMode }; };
111 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedProductMode }; }
    [all...]
  /external/chromium_org/media/cast/test/utility/
audio_utility_unittest.cc 14 TEST(AudioTimestampTest, Small) {
barcode_unittest.cc 14 TEST(BarcodeTest, Small) {
  /external/llvm/include/llvm/ADT/
DenseMap.h 82 // If the capacity of the array is huge, and the # elements used is small,
690 unsigned Small : 1;
700 /// a large bucket. This union will be discriminated by the 'Small' bit.
737 if (Small && RHS.Small) {
766 if (!Small && !RHS.Small) {
772 SmallDenseMap &SmallSide = Small ? *this : RHS;
773 SmallDenseMap &LargeSide = Small ? RHS : *this;
775 // First stash the large side's rep and move the small side across
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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/SystemZ/
SystemZSubtarget.cpp 72 // For the small model, all locally-binding symbols are in range.
73 if (CM == CodeModel::Small)
  /external/chromium_org/third_party/icu/source/data/sprep/
spreplocal.mk 22 # rfc3722 : String Profile for Internet Small Computer