/third_party/skia/third_party/externals/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 …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/ |
D | CodeGenCWrappers.h | 36 return CodeModel::Small; in unwrap() 44 return CodeModel::Small; in unwrap() 51 case CodeModel::Small: in wrap()
|
/third_party/typescript/tests/baselines/reference/ |
D | enumMapBackIntoItself.types | 5 Small, 6 >Small : TShirtSize.Small
|
D | enumMapBackIntoItself.symbols | 5 Small, 6 >Small : Symbol(TShirtSize.Small, Decl(enumMapBackIntoItself.ts, 0, 17))
|
D | enumMapBackIntoItself.js | 3 Small,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | DenseMap.h | 863 unsigned Small : 1; variable 910 if (Small && RHS.Small) { in swap() 939 if (!Small && !RHS.Small) { in swap() 945 SmallDenseMap &SmallSide = Small ? *this : RHS; in swap() 946 SmallDenseMap &LargeSide = Small ? RHS : *this; in swap() 951 LargeSide.Small = true; in swap() 970 SmallSide.Small = false; in swap() 991 Small = true; in copyFrom() 993 Small = false; in copyFrom() 1000 Small = true; in init() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiTargetObjectFile.cpp | 52 if (GO == nullptr) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSection() 79 if (!GVA) return TM.getCodeModel() == CodeModel::Small; in isGlobalInSmallSectionImpl() 87 if (TM.getCodeModel() == CodeModel::Small) in isGlobalInSmallSectionImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | CodeGen.h | 28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator 37 enum Level { Default=0, Small=1, Large=2 }; enumerator
|
/third_party/python/Tools/demo/ |
D | README | 12 rpython.py Network programming: Small client for remote code execution. 13 rpythond.py Network programming: Small server for remote code execution.
|
/third_party/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.
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
D | XCoreTargetMachine.cpp | 37 if (*CM != CodeModel::Small && *CM != CodeModel::Large) in getEffectiveXCoreCodeModel() 41 return CodeModel::Small; in getEffectiveXCoreCodeModel()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | CodePointTrie.java | 882 public static abstract class Small extends CodePointTrie { class in CodePointTrie 883 private Small(char[] index, Data data, int highStart, in Small() method in CodePointTrie.Small 900 public static Small fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() 901 return (Small) CodePointTrie.fromBinary(Type.SMALL, valueWidth, bytes); in fromBinary() 1170 public static final class Small16 extends Small { 1195 public static final class Small32 extends Small { 1220 public static final class Small8 extends Small {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | CodePointTrie.java | 863 public static abstract class Small extends CodePointTrie { class in CodePointTrie 864 private Small(char[] index, Data data, int highStart, in Small() method in CodePointTrie.Small 880 public static Small fromBinary(ValueWidth valueWidth, ByteBuffer bytes) { in fromBinary() 881 return (Small) CodePointTrie.fromBinary(Type.SMALL, valueWidth, bytes); in fromBinary() 1136 public static final class Small16 extends Small { 1160 public static final class Small32 extends Small { 1184 public static final class Small8 extends Small {
|
/third_party/typescript/tests/cases/compiler/ |
D | enumMapBackIntoItself.ts | 2 Small, enumerator
|
/third_party/skia/third_party/externals/tint/src/writer/ |
D | float_to_string_test.cc | 62 TEST(FloatToStringTest, Small) { in TEST() argument 118 TEST(FloatToBitPreservingStringTest, Small) { in TEST() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZTargetMachine.cpp | 142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel() 143 return CodeModel::Small; in getEffectiveSystemZCodeModel()
|
/third_party/boost/boost/wave/util/ |
D | flex_string.hpp | 890 bool Small() const in Small() function in boost::wave::util::SmallStringOpt 898 if (s.Small()) in SmallStringOpt() 955 if (!Small()) GetStorage().~Storage(); in ~SmallStringOpt() 960 if (Small()) return buf_; in begin() 966 if (Small()) return buf_; in begin() 972 if (Small()) return buf_ + maxSmallString - buf_[maxSmallString]; in end() 978 if (Small()) return buf_ + maxSmallString - buf_[maxSmallString]; in end() 984 BOOST_ASSERT(!Small() || maxSmallString >= buf_[maxSmallString]); in size() 985 return Small() in size() 994 { return Small() ? maxSmallString : GetStorage().capacity(); } in capacity() [all …]
|
/third_party/boost/libs/utility/test/ |
D | operators_test.cpp | 529 template <class Big, class Small> 536 Small s = Small( randomizer() ); in operator ()() 539 test_all( Wrapped2<Big, Small>(b1), s, b1, s ); in operator ()() 543 template <class Big, class Small> 549 Small s = Small( randomizer() ); in operator ()() 551 test_left( Wrapped6<Big, Small>(b1), s, b1, s ); in operator ()()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetMachine.cpp | 86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel() 88 return CodeModel::Small; in getEffectiveSparcCodeModel()
|
/third_party/lz4/contrib/debian/ |
D | changelog | 4 * Improved: Small decompression speed boost (+4%)
|
/third_party/node/doc/guides/ |
D | technical-values.md | 54 * Small binary size 55 * Small memory footprint
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCTargetMachine.cpp | 253 return CodeModel::Small; in getEffectivePPCCodeModel() 255 return CodeModel::Small; in getEffectivePPCCodeModel() 260 return CodeModel::Small; in getEffectivePPCCodeModel()
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | scales.dart | 33 GalleryTextScaleValue(0.8, 'Small'),
|
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/ |
D | CommandAllocatorTests.cpp | 29 Small, enumerator 244 CommandSmall* small = allocator.Allocate<CommandSmall>(CommandType::Small); in TEST() 253 ASSERT_EQ(type, CommandType::Small); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430TargetMachine.cpp | 48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()
|