Searched refs:isSmall (Results 1 - 20 of 20) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h87 bool isSmall() const { function in class:llvm::SmallBitVector
92 assert(!isSmall());
104 assert(!isSmall() && "Tried to use an unaligned pointer");
110 assert(isSmall());
115 assert(isSmall());
153 if (RHS.isSmall())
164 if (!isSmall())
170 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
175 return isSmall() ? getSmallSize() : getPointer()->size();
180 if (isSmall()) {
[all...]
H A DSmallSet.h55 return isSmall() ? Vector.size() : Set.size();
60 if (isSmall()) {
76 if (!isSmall())
103 if (!isSmall())
119 bool isSmall() const { return Set.empty(); } function in class:llvm::SmallSet
H A DSmallPtrSet.h81 if (!isSmall())
93 if (!isSmall()) {
113 return isSmall() ? CurArray + NumNonEmpty : CurArray + CurArraySize;
120 if (isSmall()) {
156 if (isSmall()) {
170 bool isSmall() const { return CurArray == SmallArray; } function in class:llvm::SmallPtrSetImplBase
H A DSmallVector.h86 bool isSmall() const { function in class:llvm::SmallVectorTemplateCommon
246 if (!this->isSmall())
339 if (!this->isSmall())
677 if (!this->isSmall() && !RHS.isSmall()) {
765 if (!RHS.isSmall()) {
767 if (!this->isSmall()) free(this->begin());
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DSmallBitVector.h83 bool isSmall() const { function in class:llvm::SmallBitVector
88 assert(!isSmall());
100 assert(!isSmall() && "Tried to use an unaligned pointer");
106 assert(isSmall());
111 assert(isSmall());
149 if (RHS.isSmall())
156 if (!isSmall())
162 return isSmall() ? getSmallSize() == 0 : getPointer()->empty();
167 return isSmall() ? getSmallSize() : getPointer()->size();
172 if (isSmall()) {
[all...]
H A DSmallSet.h44 return isSmall() ? Vector.size() : Set.size();
49 if (isSmall()) {
59 if (!isSmall())
86 if (!isSmall())
101 bool isSmall() const { return Set.empty(); } function in class:llvm::SmallSet
H A DSmallPtrSet.h84 if (!isSmall() && NumElements*4 < CurArraySize && CurArraySize > 32)
113 if (isSmall()) {
127 bool isSmall() const { return CurArray == SmallArray; } function in class:llvm::SmallPtrSetImpl
H A DSmallVector.h75 /// isSmall - Return true if this is a smallvector which has not had dynamic
77 bool isSmall() const { function in class:llvm::SmallVectorBase
216 if (!this->isSmall())
283 if (!this->isSmall())
571 if (!this->isSmall() && !RHS.isSmall()) {
/external/llvm/lib/Support/
H A DSmallPtrSet.cpp24 assert(!isSmall() && "Can't shrink a small set!");
64 if (isSmall()) {
120 bool WasSmall = isSmall();
147 if (that.isSmall()) {
169 if (isSmall() && RHS.isSmall())
174 if (RHS.isSmall()) {
175 if (!isSmall())
180 if (isSmall())
208 if (!isSmall())
[all...]
/external/swiftshader/third_party/LLVM/lib/Support/
H A DSmallPtrSet.cpp22 assert(!isSmall() && "Can't shrink a small set!");
40 if (isSmall()) {
77 if (isSmall()) {
137 bool WasSmall = isSmall();
177 if (that.isSmall()) {
198 if (isSmall() && RHS.isSmall())
203 if (RHS.isSmall()) {
204 if (!isSmall())
209 if (isSmall())
[all...]
H A DSmallVector.cpp26 if (this->isSmall()) {
/external/skia/bench/
H A DDisplacementBench.cpp33 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
34 const int h = this->isSmall() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
47 const int w = this->isSmall() ? FILTER_WIDTH_SMALL : FILTER_WIDTH_LARGE;
48 const int h = this->isSmall() ? FILTER_HEIGHT_LARGE : FILTER_HEIGHT_LARGE;
80 inline bool isSmall() const { return fIsSmall; } function in class:DisplacementBaseBench
97 return this->isSmall() ? "displacement_zero_small" : "displacement_zero_large";
124 return isSmall() ? "displacement_alpha_small" : "displacement_alpha_large";
150 return isSmall() ? "displacement_full_small" : "displacement_full_large";
H A DColorFilterBench.cpp51 return this->isSmall() ? SkRect::MakeWH(FILTER_WIDTH_SMALL, FILTER_HEIGHT_SMALL) :
55 inline bool isSmall() const { return fIsSmall; } function in class:ColorFilterBaseBench
70 return this->isSmall() ? "colorfilter_dim_bright_small" : "colorfilter_dim_bright_large";
98 return this->isSmall() ? "colorfilter_bright_gray_small" : "colorfilter_bright_gray_large";
123 return this->isSmall() ? "colorfilter_gray_bright_small" : "colorfilter_gray_bright_large";
148 return this->isSmall() ? "colorfilter_blue_bright_small" : "colorfilter_blue_bright_large";
173 return this->isSmall() ? "colorfilter_bright_blue_small" : "colorfilter_bright_blue_large";
198 return this->isSmall() ? "colorfilter_bright_small" : "colorfilter_bright_large";
222 return this->isSmall() ? "colorfilter_blue_small" : "colorfilter_blue_large";
246 return this->isSmall()
[all...]
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java871 return isSmall(totalCharacters, table.length())
878 private static boolean isSmall(int totalCharacters, int tableLength) { method in class:CharMatcher
/external/dagger2/lib/
H A Dauto-value-1.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 361 milliseconds