Home
last modified time | relevance | path

Searched refs:SMALL (Results 1 - 25 of 49) sorted by relevance

12

/third_party/skia/bench/
H A DRegionBench.cpp121 #define SMALL 16 macro
123 DEF_BENCH(return new RegionBench(SMALL, union_proc, "union");)
124 DEF_BENCH(return new RegionBench(SMALL, sect_proc, "intersect");)
125 DEF_BENCH(return new RegionBench(SMALL, diff_proc, "difference");)
126 DEF_BENCH(return new RegionBench(SMALL, diffrect_proc, "differencerect");)
127 DEF_BENCH(return new RegionBench(SMALL, diffrectbig_proc, "differencerectbig");)
128 DEF_BENCH(return new RegionBench(SMALL, containsrect_proc, "containsrect");)
129 DEF_BENCH(return new RegionBench(SMALL, sectsrgn_proc, "intersectsrgn");)
130 DEF_BENCH(return new RegionBench(SMALL, sectsrect_proc, "intersectsrect");)
131 DEF_BENCH(return new RegionBench(SMALL, containsxy_pro
[all...]
H A DCmapBench.cpp112 constexpr int SMALL = 10; variable
114 DEF_BENCH( return new CMAPBench(textToGlyphs_proc, "font_charToGlyph", SMALL); )
115 DEF_BENCH( return new CMAPBench(charsToGlyphs_proc, "face_charToGlyph", SMALL); )
116 DEF_BENCH( return new CMAPBench(addcache_proc, "addcache_charToGlyph", SMALL); )
117 DEF_BENCH( return new CMAPBench(findcache_proc, "findcache_charToGlyph", SMALL); )
H A DBlurBench.cpp17 #define SMALL SkIntToScalar(2) macro
83 DEF_BENCH(return new BlurBench(SMALL, kNormal_SkBlurStyle);)
84 DEF_BENCH(return new BlurBench(SMALL, kSolid_SkBlurStyle);)
85 DEF_BENCH(return new BlurBench(SMALL, kOuter_SkBlurStyle);)
86 DEF_BENCH(return new BlurBench(SMALL, kInner_SkBlurStyle);)
H A DMorphologyBench.cpp16 #define SMALL SkIntToScalar(2) macro
87 DEF_BENCH( return new MorphologyBench(SMALL, kErode_MT); )
88 DEF_BENCH( return new MorphologyBench(SMALL, kDilate_MT); )
H A DBlurRectBench.cpp16 #define SMALL SkIntToScalar(2) macro
185 DEF_BENCH(return new BlurRectBoxFilterBench(SMALL);)
189 DEF_BENCH(return new BlurRectGaussianBench(SMALL);)
193 DEF_BENCH(return new BlurRectDirectBench(SMALL);)
/third_party/skia/third_party/externals/microhttpd/src/examples/
H A Dbenchmark.c38 #define SMALL (1024 * 128) macro
46 static unsigned int small_deltas[SMALL];
84 if (delta < SMALL) in completed_callback()
155 for (i=0;i<SMALL;i++) in main()
H A Dbenchmark_https.c38 #define SMALL (1024 * 128) macro
46 static unsigned int small_deltas[SMALL];
84 if (delta < SMALL) in completed_callback()
203 for (i=0;i<SMALL;i++) in main()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DTrieMapTest.java142 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet()
168 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration()
224 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents()
260 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first") in checkSearch()
303 long comparisonTime = timeBuilding(unicodeTestMap, 0, null, Option.SMALL, 0); in TestTimeBuilding()
304 timeBuilding(unicodeTestMap, comparisonTime, null, Option.SMALL, 0); in TestTimeBuilding()
305 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20); in TestTimeBuilding()
307 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20); in TestTimeBuilding()
360 int size = checkSize(0, null, Option.SMALL, 0); in TestSize()
361 checkSize(size, Style.BYTES, Option.SMALL, 0.2 in TestSize()
[all...]
H A DTrieMap.java60 return with(style, Option.SMALL, keyValuePairs); in with()
71 return with(style, Option.SMALL, key, value); in with()
285 if (option == Option.SMALL) { in add()
461 if (option == Option.SMALL) { in add()
H A DBytesTrieTest.java302 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test41GetNextBytes()
392 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test51IteratorFromLinearMatch()
524 BytesTrie trie = buildTrie(data, data.length, StringTrieBuilder.Option.SMALL); in TestClone()
545 checkData(data, dataLength, StringTrieBuilder.Option.SMALL); in checkData()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DTrieMapTest.java139 TrieMap<Integer> trieMap = TrieMap.Builder.with(style, Option.SMALL, testmap).build(); in checkGet()
165 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in timeIteration()
221 TrieMap<Integer> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, testMap).build(); in checkContents()
257 TrieMap<String> trieMap = TrieMap.BytesBuilder.with(style, Option.SMALL, "abc", "first") in checkSearch()
300 long comparisonTime = timeBuilding(unicodeTestMap, 0, null, Option.SMALL, 0); in TestTimeBuilding()
301 timeBuilding(unicodeTestMap, comparisonTime, null, Option.SMALL, 0); in TestTimeBuilding()
302 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20); in TestTimeBuilding()
304 timeBuilding(unicodeTestMap, comparisonTime, Style.CHARS, Option.SMALL, 20); in TestTimeBuilding()
357 int size = checkSize(0, null, Option.SMALL, 0); in TestSize()
358 checkSize(size, Style.BYTES, Option.SMALL, 0.2 in TestSize()
[all...]
H A DTrieMap.java59 return with(style, Option.SMALL, keyValuePairs); in with()
70 return with(style, Option.SMALL, key, value); in with()
284 if (option == Option.SMALL) { in add()
460 if (option == Option.SMALL) { in add()
H A DBytesTrieTest.java300 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test41GetNextBytes()
390 BytesTrie trie=buildMonthsTrie(StringTrieBuilder.Option.SMALL); in Test51IteratorFromLinearMatch()
522 BytesTrie trie = buildTrie(data, data.length, StringTrieBuilder.Option.SMALL); in TestClone()
579 checkData(data, dataLength, StringTrieBuilder.Option.SMALL); in checkData()
/third_party/rust/crates/memchr/bench/src/memchr/
H A Dmod.rs11 inputs::{Input, Search1, Search2, Search3, EMPTY, HUGE, SMALL, TINY},
34 define_memchr_input1(c, "memchr1/krate/small", SMALL, move |search, b| { in all()
67 define_memchr_input1(c, "memchr1/libc/small", SMALL, move |search, b| { in all()
108 SMALL, in all()
153 define_memchr_input1(c, "memchr1/naive/small", SMALL, move |search, b| { in all()
190 define_memchr_input2(c, "memchr2/krate/small", SMALL, move |search, b| { in all()
247 SMALL, in all()
308 define_memchr_input2(c, "memchr2/naive/small", SMALL, move |search, b| { in all()
358 define_memchr_input3(c, "memchr3/krate/small", SMALL, move |search, b| { in all()
421 SMALL, in all()
[all...]
/third_party/python/Lib/test/test_json/
H A Dtest_enum.py5 SMALL = 1 variable
11 small = SMALL
60 str([SMALL, BIG, HUGE, REALLY_HUGE]))
83 self.assertEqual(nd[str(SMALL)], 'tiny')
108 self.assertEqual(nd['tiny'], SMALL)
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DCodePointTrie.java55 SMALL enum constant
193 case 1: actualType = Type.SMALL; break; in fromBinary()
878 * A CodePointTrie with {@link Type#SMALL}.
891 * with {@link Type#SMALL}.
901 return (Small) CodePointTrie.fromBinary(Type.SMALL, valueWidth, bytes); in fromBinary()
905 * @return {@link Type#SMALL}
909 public final Type getType() { return Type.SMALL; } in getType()
922 return smallIndex(Type.SMALL, c); in cpIndex()
958 dataIndex = smallIndex(Type.SMALL, c); in next()
983 dataIndex = smallIndex(Type.SMALL, in previous()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/
H A DCodePointTrie.java54 SMALL enum constant
185 case 1: actualType = Type.SMALL; break; in fromBinary()
859 * A CodePointTrie with {@link Type#SMALL}.
872 * with {@link Type#SMALL}.
881 return (Small) CodePointTrie.fromBinary(Type.SMALL, valueWidth, bytes); in fromBinary()
885 * @return {@link Type#SMALL}
888 public final Type getType() { return Type.SMALL; } in getType()
901 return smallIndex(Type.SMALL, c); in cpIndex()
936 dataIndex = smallIndex(Type.SMALL, c); in next()
961 dataIndex = smallIndex(Type.SMALL, in previous()
[all...]
/third_party/musl/src/math/
H A D__rem_pio2l.c27 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.m>>48) < ((0x3fff + 25)<<16 | 0x921f>>1 | 0x8000)) macro
54 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.top) < ((0x3fff + 45)<<16 | 0x921f)) macro
80 if (SMALL(u)) { in __rem_pio2l()
/third_party/musl/porting/liteos_a/kernel/src/math/
H A D__rem_pio2l.c27 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.m>>48) < ((0x3fff + 25)<<16 | 0x921f>>1 | 0x8000)) macro
54 #define SMALL(u) (((u.i.se & 0x7fffU)<<16 | u.i.top) < ((0x3fff + 45)<<16 | 0x921f)) macro
80 if (SMALL(u)) { in __rem_pio2l()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H A DLanaiISelDAGToDAG.cpp114 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) { in selectAddrSls()
190 // Let SLS match SMALL instead of RI. in selectAddrRiSpls()
192 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) in selectAddrRiSpls()
234 Addr.getOperand(0).getOpcode() == LanaiISD::SMALL || in selectAddrRr()
237 Addr.getOperand(1).getOpcode() == LanaiISD::SMALL) in selectAddrRr()
/third_party/icu/icu4c/source/tools/makeconv/
H A Dmakeconv.h29 U_CFUNC UBool SMALL; variable
/third_party/skia/third_party/externals/icu/source/tools/makeconv/
H A Dmakeconv.h29 U_CFUNC UBool SMALL; variable
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrie.java107 ByteBuffer buffer = trieBuilder.buildByteBuffer(BytesTrieBuilder.Option.SMALL); in toByteArray()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/
H A DCharacterProperties.java90 type = CodePointTrie.Type.SMALL; in makeMap()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/
H A DCharacterProperties.java99 type = CodePointTrie.Type.SMALL; in makeMap()

Completed in 15 milliseconds

12