/external/eigen/Eigen/src/Core/ |
D | GeneralProduct.h | 18 Small = 3 enumerator 32 : Small 89 template<> struct product_type_selector<Small,1, Small> { enum { ret = CoeffBasedP… 90 template<> struct product_type_selector<1, Small,Small> { enum { ret = CoeffBasedP… 91 template<> struct product_type_selector<Small,Small,Small> { enum { ret = CoeffBasedP… 92 template<> struct product_type_selector<Small, Small, 1> { enum { ret = LazyCoeffBa… 93 template<> struct product_type_selector<Small, Large, 1> { enum { ret = LazyCoeffBa… 94 template<> struct product_type_selector<Large, Small, 1> { enum { ret = LazyCoeffBa… 95 template<> struct product_type_selector<1, Large,Small> { enum { ret = CoeffBasedP… 97 template<> struct product_type_selector<1, Small,Large> { enum { ret = CoeffBasedP… [all …]
|
/external/clang/test/CodeGenCXX/ |
D | microsoft-abi-sret-and-byval.cpp | 11 struct Small { struct 75 Small small_return() { return Small(); } in small_return() 113 void small_arg(Small s) {} in small_arg() 244 Small thiscall_method_small() { return Small(); } in thiscall_method_small() 254 Small __cdecl cdecl_method_small() { return Small(); } in cdecl_method_small() 274 void thiscall_method_arg(Small s) {} in thiscall_method_arg() 300 c.thiscall_method_arg(Small()); in use_class()
|
D | thunks.cpp | 188 struct Small { short s; }; argument 205 virtual void baz(X, X&, _Complex float, Small, Small&, Large) = 0; 213 void baz(X, X&, _Complex float, Small, Small&, Large); 216 void D::baz(X, X&, _Complex float, Small, Small&, Large) { } in baz() argument
|
D | thiscall-struct-return.cpp | 21 struct S __attribute__((thiscall)) Small() const { in Small() function in C 38 (void)c.Small(); in test()
|
/external/clang/test/CodeGen/ |
D | arm64-aapcs-arguments.c | 7 typedef union { __int128 a; } Small; typedef 8 void test1(int x0, __int128 x2_x3, __int128 x4_x5, __int128 x6_x7, Small sp) { in test1() 13 void test2(int x0, Small x2_x3, int x4, Small x6_x7, int sp, Small sp16) { in test2()
|
D | x86_32-fpcc-struct-return.c | 12 typedef struct { int i; } Small; typedef 24 Small returnSmall(Small x) { return x; } in returnSmall()
|
D | aarch64-type-sizes.c | 83 enum Small { enum 88 return sizeof(enum Small); in foo()
|
D | vectorcall.c | 12 struct Small { int x; }; argument 13 void __vectorcall v3(int a, struct Small b, int c) {} in v3()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | DenseMap.h | 748 unsigned Small : 1; variable 795 if (Small && RHS.Small) { in swap() 824 if (!Small && !RHS.Small) { in swap() 830 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 831 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 836 LargeSide.Small = true; in swap() 855 SmallSide.Small = false; in swap() 876 Small = true; in copyFrom() 878 Small = false; in copyFrom() 885 Small = true; in init() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | DenseMap.h | 748 unsigned Small : 1; variable 795 if (Small && RHS.Small) { in swap() 824 if (!Small && !RHS.Small) { in swap() 830 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 831 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 836 LargeSide.Small = true; in swap() 855 SmallSide.Small = false; in swap() 876 Small = true; in copyFrom() 878 Small = false; in copyFrom() 885 Small = true; in init() [all …]
|
/external/llvm/test/Transforms/InstCombine/ |
D | builtin-object-size-offset.ll | 8 ; char Small[10]; 9 ; char *Ptr = N ? Big + 10 : Small; 27 %Small = alloca [10 x i8], align 1 30 %1 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
|
/external/llvm/include/llvm/Support/ |
D | CodeGen.h | 28 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator 37 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
D | CodeGenCWrappers.h | 32 return CodeModel::Small; in unwrap() 49 case CodeModel::Small: in wrap()
|
/external/llvm/test/Transforms/CodeGenPrepare/ |
D | builtin-condition.ll | 20 ; char Small[10]; 22 ; char *Ptr = n ? Small : Large + 19; 65 %Small = alloca [10 x i8], align 1 67 %0 = getelementptr inbounds [10 x i8], [10 x i8]* %Small, i64 0, i64 0
|
/external/protobuf/util/ |
D | CONTRIBUTORS.txt | 46 * Small patch to handle trailing slashes in --proto_path flag. 48 * Small patch to fix Python CallMethod(). 50 * Small optimizations to Python serialization. 77 * Small patch improving performance of in Python serialization.
|
/external/protobuf/ |
D | CONTRIBUTORS.txt | 46 * Small patch to handle trailing slashes in --proto_path flag. 48 * Small patch to fix Python CallMethod(). 50 * Small optimizations to Python serialization. 77 * Small patch improving performance of in Python serialization.
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCObjectFileInfo.cpp | 226 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo() 229 (CMModel == CodeModel::Small in InitELFMCObjectFileInfo() 233 ((CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo() 237 (CMModel == CodeModel::Small || CMModel == CodeModel::Medium) in InitELFMCObjectFileInfo() 239 LSDAEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo() 242 TTypeEncoding = (CMModel == CodeModel::Small) in InitELFMCObjectFileInfo()
|
/external/lzma/DOC/ |
D | lzma-history.txt | 172 - Small changes for more compatibility with some C/C++ compilers. 187 - Small changes for more compatibility with some C/C++ compilers. 192 - Small changes in .h files in ANSI-C version. 261 - Small fixes in C++ code 266 - Small fixes 298 - Small speed optimization in LZMA C++ code
|
D | installer.txt | 103 Small SFX modules for installers 109 Small SFX modules support this codecs: LZMA, LZMA2, BCJ, BCJ2, ARM, COPY 111 Small SFX module is similar to common SFX module for installers. 134 Small SFX uses 3 levels of priorities to select file to execute:
|
/external/llvm/lib/Target/XCore/MCTargetDesc/ |
D | XCoreMCTargetDesc.cpp | 67 CM = CodeModel::Small; in adjustCodeGenOpts() 69 if (CM != CodeModel::Small && CM != CodeModel::Large) in adjustCodeGenOpts()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MCTargetDesc.cpp | 80 CM = CodeModel::Small; in adjustCodeGenOpts() 86 else if (CM != CodeModel::Small && CM != CodeModel::Large) in adjustCodeGenOpts()
|
/external/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCTargetDesc.cpp | 90 case CodeModel::JITDefault: CM = CodeModel::Small; break; in adjustCodeGenOpts() 101 CM = RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in adjustCodeGenOptsV9()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | CodeGen.h | 27 enum Model { Default, JITDefault, Small, Kernel, Medium, Large }; enumerator
|
/external/libbrillo/brillo/ |
D | any_internal_impl_unittest.cc | 77 struct Small { in TEST() struct 83 EXPECT_STREQ(GetTypeTag<Small>(), buffer.GetDataPtr()->GetTypeTag()); in TEST()
|
/external/lz4/contrib/debian/ |
D | changelog | 4 * Improved: Small decompression speed boost (+4%)
|