Home
last modified time | relevance | path

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

12345678910>>...16

/external/curl/lib/
Dsplay.c48 N.smaller = N.larger = NULL; in Curl_splay()
54 if(t->smaller == NULL) in Curl_splay()
56 if(compare(i, t->smaller->key) < 0) { in Curl_splay()
57 y = t->smaller; /* rotate smaller */ in Curl_splay()
58 t->smaller = y->larger; in Curl_splay()
61 if(t->smaller == NULL) in Curl_splay()
64 r->smaller = t; /* link smaller */ in Curl_splay()
66 t = t->smaller; in Curl_splay()
73 t->larger = y->smaller; in Curl_splay()
74 y->smaller = t; in Curl_splay()
[all …]
Dsplay.h27 struct Curl_tree *smaller; /* smaller node */ member
/external/icu/icu4c/source/data/rbnf/
Dko.txt125 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
126 "10: =%%spellout-ordinal-sinokorean-count-smaller= \uBC88\uC9F8;",
127 "%%spellout-ordinal-sinokorean-count-smaller:",
173 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
174 "%%spellout-ordinal-native-count-smaller:",
212 "3: =%%spellout-ordinal-native-smaller=;",
213 "%%spellout-ordinal-native-smaller:",
234 "100: \uBC31[>%%spellout-ordinal-native-smaller-x02>];",
235 "200: <%spellout-cardinal-sinokorean<\uBC31[>%%spellout-ordinal-native-smaller-x02>];",
236 "1000: \uCC9C[>%%spellout-ordinal-native-smaller-x02>];",
[all …]
/external/skia/tests/
DPDFJpegEmbedTest.cpp25 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of() argument
26 SkASSERT(smaller && larger); in is_subset_of()
27 if (smaller->size() > larger->size()) { in is_subset_of()
30 size_t size = smaller->size(); in is_subset_of()
33 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.java40 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
48 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
54 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/opencv3/samples/android/15-puzzle/src/org/opencv/samples/puzzle15/
DPuzzle15Processor.java185 int smaller = 0; in isPuzzleSolvable() local
188 smaller++; in isPuzzleSolvable()
190 sum += smaller; in isPuzzleSolvable()
/external/markdown/tests/misc/
Dadjacent-headers.txt2 ## this is a smaller header ##
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
DAbstractTableReadTest.java125 Table<String, Integer, Character> smaller in testEquals() local
134 .addEqualityGroup(smaller) in testEquals()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractTableReadTest.java127 Table<String, Integer, Character> smaller in testEquals() local
136 .addEqualityGroup(smaller) in testEquals()
/external/llvm/test/CodeGen/X86/
Dvec_return.ll3 ; Without any typed operations, always use the smaller xorps.
Dvshift_split2.ll3 ; Legalization example that requires splitting a large vector into smaller pieces.
Drip-rel-address.ll5 ; it has a smaller encoding.
Drip-rel-lea.ll6 ; it has a smaller encoding.
Dvec_zero.ll21 ; Without any type hints from operations, we fall back to the smaller xorps.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DTimeUnit.java61 public TimeUnit smaller() { in smaller() method in TimeUnit
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DTimeUnit.java63 public TimeUnit smaller() { in smaller() method in TimeUnit
/external/llvm/test/Transforms/Inline/
Dptr-diff.ll60 ; The inttoptrs are free since it is a smaller integer to a larger
81 ; The inttoptrs have a cost since it is a larger integer to a smaller
/external/chromium-trace/catapult/dashboard/dashboard/
Dauto_triage.py224 smaller = min(delta1, delta2)
226 return math_utils.RelativeChange(smaller, larger) <= _MAX_DELTA_DIFFERENCE
/external/opencv3/doc/tutorials/introduction/crosscompilation/
Darm_crosscompile_with_cmake.markdown81 This option produces smaller binary (\~ twice smaller) but makes further debugging harder.
/external/curl/tests/unit/
Dunit1309.c65 splayprint(t->smaller, d+1, output); in splayprint()
/external/llvm/docs/CommandGuide/
Dllvm-lib.rst30 members. These files are much smaller, but are not compatible with
/external/proguard/
DREADME27 smaller.
/external/llvm/test/Transforms/InstCombine/
Dextractvalue.ll53 ; to an inbounds gep + smaller load.
76 ; to a 3-index inbounds gep + smaller load.

12345678910>>...16