Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DDenseMap.h748 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/
DCodeGenCWrappers.h36 return CodeModel::Small; in unwrap()
44 return CodeModel::Small; in unwrap()
51 case CodeModel::Small: in wrap()
/third_party/typescript/tests/baselines/reference/
DenumMapBackIntoItself.types5 Small,
6 >Small : TShirtSize.Small
DenumMapBackIntoItself.symbols5 Small,
6 >Small : Symbol(TShirtSize.Small, Decl(enumMapBackIntoItself.ts, 0, 17))
DenumMapBackIntoItself.js3 Small,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DDenseMap.h863 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/
DLanaiTargetObjectFile.cpp52 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/
DCodeGen.h28 enum Model { Tiny, Small, Kernel, Medium, Large }; enumerator
37 enum Level { Default=0, Small=1, Large=2 }; enumerator
/third_party/python/Tools/demo/
DREADME12 rpython.py Network programming: Small client for remote code execution.
13 rpythond.py Network programming: Small server for remote code execution.
/third_party/protobuf/
DCONTRIBUTORS.txt46 * 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/
DXCoreTargetMachine.cpp37 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/
DCodePointTrie.java882 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/
DCodePointTrie.java863 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/
DenumMapBackIntoItself.ts2 Small, enumerator
/third_party/skia/third_party/externals/tint/src/writer/
Dfloat_to_string_test.cc62 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/
DSystemZTargetMachine.cpp142 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSystemZCodeModel()
143 return CodeModel::Small; in getEffectiveSystemZCodeModel()
/third_party/boost/boost/wave/util/
Dflex_string.hpp890 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/
Doperators_test.cpp529 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/
DSparcTargetMachine.cpp86 return RM == Reloc::PIC_ ? CodeModel::Small : CodeModel::Medium; in getEffectiveSparcCodeModel()
88 return CodeModel::Small; in getEffectiveSparcCodeModel()
/third_party/lz4/contrib/debian/
Dchangelog4 * Improved: Small decompression speed boost (+4%)
/third_party/node/doc/guides/
Dtechnical-values.md54 * Small binary size
55 * Small memory footprint
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetMachine.cpp253 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/
Dscales.dart33 GalleryTextScaleValue(0.8, 'Small'),
/third_party/flutter/skia/third_party/externals/dawn/src/tests/unittests/
DCommandAllocatorTests.cpp29 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/
DMSP430TargetMachine.cpp48 getEffectiveCodeModel(CM, CodeModel::Small), OL), in MSP430TargetMachine()

12345678910>>...12