Home
last modified time | relevance | path

Searched refs:smaller (Results 1 – 25 of 899) sorted by relevance

12345678910>>...36

/external/curl/lib/
Dsplay.c47 N.smaller = N.larger = NULL; in Curl_splay()
53 if(t->smaller == NULL) in Curl_splay()
55 if(compare(i, t->smaller->key) < 0) { in Curl_splay()
56 y = t->smaller; /* rotate smaller */ in Curl_splay()
57 t->smaller = y->larger; in Curl_splay()
60 if(t->smaller == NULL) in Curl_splay()
63 r->smaller = t; /* link smaller */ in Curl_splay()
65 t = t->smaller; in Curl_splay()
72 t->larger = y->smaller; in Curl_splay()
73 y->smaller = t; in Curl_splay()
[all …]
/external/icu/icu4c/source/data/rbnf/
Dko.txt124 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
125 "10: =%%spellout-ordinal-sinokorean-count-smaller= \uBC88\uC9F8;",
126 "%%spellout-ordinal-sinokorean-count-smaller:",
172 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
173 "%%spellout-ordinal-native-count-smaller:",
211 "3: =%%spellout-ordinal-native-smaller=;",
212 "%%spellout-ordinal-native-smaller:",
233 "100: \uBC31[>%%spellout-ordinal-native-smaller-x02>];",
234 "200: <%spellout-cardinal-sinokorean<\uBC31[>%%spellout-ordinal-native-smaller-x02>];",
235 "1000: \uCC9C[>%%spellout-ordinal-native-smaller-x02>];",
[all …]
/external/libtextclassifier/native/lang_id/common/math/
Dalgorithm.h79 Smaller smaller) { in GetTopKIndices() argument
92 const auto rev_vcomp = [&v, &smaller](int i1, int i2) -> bool { in GetTopKIndices()
93 if (smaller(v[i2], v[i1])) return true; in GetTopKIndices()
94 if (smaller(v[i1], v[i2])) return false; in GetTopKIndices()
120 if (smaller(v[heap[0]], v[i])) { in GetTopKIndices()
/external/skia/tests/
DPDFJpegEmbedTest.cpp17 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument
18 SkASSERT(smaller && larger); in is_subset_of()
19 if (smaller->size() > larger->size()) { in is_subset_of()
22 size_t size = smaller->size(); in is_subset_of()
25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
/external/skqp/tests/
DPDFJpegEmbedTest.cpp17 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument
18 SkASSERT(smaller && larger); in is_subset_of()
19 if (smaller->size() > larger->size()) { in is_subset_of()
22 size_t size = smaller->size(); in is_subset_of()
25 if (0 == memcmp(larger->bytes() + i, smaller->bytes(), size)) { in is_subset_of()
/external/bsdiff/
DREADME.chromium11 change, bsdiff routinely produces binary patches 50-80% smaller than those
12 produced by Xdelta, and 15% smaller than those produced by .RTPatch.
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java41 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
49 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
55 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java44 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
52 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
58 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
/external/skqp/src/codec/
DSkAndroidCodec.cpp255 auto smaller = this->getSampledDimensions(sampleSize + 1); in computeSampleSize() local
256 if (smaller == *desiredSize) { in computeSampleSize()
259 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize()
266 computedSize = smaller; in computeSampleSize()
/external/skia/src/codec/
DSkAndroidCodec.cpp254 auto smaller = this->getSampledDimensions(sampleSize + 1); in computeSampleSize() local
255 if (smaller == *desiredSize) { in computeSampleSize()
258 if (smaller == computedSize || smaller_than(smaller, *desiredSize)) { in computeSampleSize()
265 computedSize = smaller; in computeSampleSize()
/external/perfetto/ui/src/frontend/
Dsearch_handler.ts33 const [smaller,] = constant
35 globals.frontendLocalState.setSearchIndex(smaller);
/external/autotest/client/site_tests/video_WebRtcMainFeedSwitching/
Dcontrol24 smaller feeds.
27 randomly chosen smaller feed.
Dcontrol.perf25 one main feed and several smaller feeds.
28 randomly chosen smaller feed.
/external/python/cpython3/Lib/test/
Dtest_dict.py577 smaller = fn({1:1, 2:2})
582 self.assertTrue(smaller < larger)
583 self.assertTrue(smaller <= larger)
584 self.assertTrue(larger > smaller)
585 self.assertTrue(larger >= smaller)
587 self.assertFalse(smaller >= larger)
588 self.assertFalse(smaller > larger)
589 self.assertFalse(larger <= smaller)
590 self.assertFalse(larger < smaller)
592 self.assertFalse(smaller < larger3)
[all …]
/external/google-fonts/arvo/
DFONTLOG.txt22 Many truetype hints are improved, especially for in smaller
26 And many more smaller bug fixes
/external/tensorflow/tensorflow/tools/tensorflow_builder/compat_checker/
Dcompat_checker.py67 larger, smaller = None, None
71 smaller = _list_to_string(v_long, ".")
74 smaller = _list_to_string(v_short, ".")
79 smaller = "equal"
82 smaller = _list_to_string(v_short, ".")
90 rtn_dict["smaller"] = smaller
/external/honggfuzz/
DCHANGELOG9 - Multiple smaller changes wrt threading - e.g. introducing the signal thread
94 - Mutiple smaller fixes (display, stability)
110 - Many smaller fixes
115 - Many smaller fixes (esp. for MacOS)
/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_test.cc170 float smaller = i; in TEST_F() local
174 v2vec.push_back(smaller); in TEST_F()
176 v1vec.push_back(smaller); in TEST_F()
/external/libgav1/libgav1/cmake/
Dlibgav1_build_definitions.cmake93 # can be made smaller if the test targets are avoided.
105 # '<float/smaller int type>', possible loss of data
109 # '<float/smaller int type>', possible loss of data
/external/markdown/tests/misc/
Dadjacent-headers.txt2 ## this is a smaller header ##
/external/grpc-grpc/test/build/
Dc-ares.c22 ARES_VERSION should not be smaller than 1.11.0
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dminimum-sizes.ll50 ; the upper bit of the proposed smaller type. If these two bits are the
51 ; same (either zero or one) we know that sign-extending from the smaller
53 ; optimization, we make the proposed smaller type (i8) larger (i16) to
/external/u-boot/doc/device-tree-bindings/memory/
Dmemory.txt29 smaller
65 * Default of 2GB of memory, auto-sized, so could be smaller
/external/guava/android/guava-tests/test/com/google/common/collect/
DAbstractTableReadTest.java124 Table<String, Integer, Character> smaller = create("foo", 1, 'a', "bar", 1, 'b'); in testEquals() local
132 .addEqualityGroup(smaller) in testEquals()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractTableReadTest.java124 Table<String, Integer, Character> smaller = create("foo", 1, 'a', "bar", 1, 'b'); in testEquals() local
132 .addEqualityGroup(smaller) in testEquals()

12345678910>>...36