Home
last modified time | relevance | path

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

12345678910>>...20

/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.txt119 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
120 "10: =%%spellout-ordinal-sinokorean-count-smaller= \uBC88\uC9F8;",
121 "%%spellout-ordinal-sinokorean-count-smaller:",
167 "0: =%%spellout-ordinal-native-count-smaller= \uBC88\uC9F8;",
168 "%%spellout-ordinal-native-count-smaller:",
206 "3: =%%spellout-ordinal-native-smaller=;",
207 "%%spellout-ordinal-native-smaller:",
228 "100: \uBC31[>%%spellout-ordinal-native-smaller-x02>];",
229 "200: <%spellout-cardinal-sinokorean<\uBC31[>%%spellout-ordinal-native-smaller-x02>];",
230 "1000: \uCC9C[>%%spellout-ordinal-native-smaller-x02>];",
[all …]
/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/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/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java39 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
47 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
53 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DPeriodBuilderFactoryTest.java38 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
46 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
52 for (TimeUnit unit = YEAR; unit != null; unit = unit.smaller()) { in testSetAvailableUnitRange()
/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.
/external/llvm/lib/Target/WebAssembly/
DREADME.txt83 It could be done with a smaller encoding like this:
96 Small indices may use smaller encodings than large indices.
98 according to their usage frequency to maximize the usage of smaller encodings.
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dvshift_split2.ll3 ; Legalization example that requires splitting a large vector into smaller pieces.
Drip-rel-address.ll5 ; it has a smaller encoding.
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/
DTimeUnit.java66 public TimeUnit smaller() { in smaller() method in TimeUnit
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DTimeUnit.java64 public TimeUnit smaller() { in smaller() method in TimeUnit
/external/libmojo/mojo/public/interfaces/bindings/tests/data/validation/
Dconformance_mthd5_wrong_handle_order.data22 [u4]1 // data_pipe_consumer: It is smaller than those handles
/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/llvm/docs/CommandGuide/
Dllvm-lib.rst30 members. These files are much smaller, but are not compatible with
/external/curl/tests/unit/
Dunit1309.c65 splayprint(t->smaller, d+1, output); in splayprint()
/external/libnl/doc/stylesheets/
Dslidy.css197 p.copyright { font-size: smaller }
201 .footnote { font-size: smaller; margin-left: 2em; }
251 .smaller { font-size: smaller }
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/
Dtodo.txt5 > random cpus, all in paralel. (This is what I was doing in smaller

12345678910>>...20