/external/curl/lib/ |
D | splay.c | 48 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 …]
|
D | splay.h | 27 struct Curl_tree *smaller; /* smaller node */ member
|
/external/icu/icu4c/source/data/rbnf/ |
D | ko.txt | 119 "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/ |
D | PDFJpegEmbedTest.cpp | 17 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/ |
D | README.chromium | 11 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/ |
D | PeriodBuilderFactoryTest.java | 39 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/ |
D | PeriodBuilderFactoryTest.java | 38 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/ |
D | adjacent-headers.txt | 2 ## this is a smaller header ##
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractTableReadTest.java | 125 Table<String, Integer, Character> smaller in testEquals() local 134 .addEqualityGroup(smaller) in testEquals()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | AbstractTableReadTest.java | 127 Table<String, Integer, Character> smaller in testEquals() local 136 .addEqualityGroup(smaller) in testEquals()
|
/external/llvm/lib/Target/WebAssembly/ |
D | README.txt | 83 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/llvm/test/CodeGen/X86/ |
D | vec_return.ll | 3 ; Without any typed operations, always use the smaller xorps.
|
D | vshift_split2.ll | 3 ; Legalization example that requires splitting a large vector into smaller pieces.
|
D | rip-rel-address.ll | 5 ; it has a smaller encoding.
|
D | rip-rel-lea.ll | 6 ; it has a smaller encoding.
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | vshift_split2.ll | 3 ; Legalization example that requires splitting a large vector into smaller pieces.
|
D | rip-rel-address.ll | 5 ; it has a smaller encoding.
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | TimeUnit.java | 66 public TimeUnit smaller() { in smaller() method in TimeUnit
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/ |
D | TimeUnit.java | 64 public TimeUnit smaller() { in smaller() method in TimeUnit
|
/external/llvm/test/Transforms/Inline/ |
D | ptr-diff.ll | 60 ; 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/libmojo/mojo/public/interfaces/bindings/tests/data/validation/ |
D | conformance_mthd5_wrong_handle_order.data | 22 [u4]1 // data_pipe_consumer: It is smaller than those handles
|
/external/libnl/doc/stylesheets/ |
D | slidy.css | 197 p.copyright { font-size: smaller } 201 .footnote { font-size: smaller; margin-left: 2em; } 251 .smaller { font-size: smaller }
|
/external/llvm/docs/CommandGuide/ |
D | llvm-lib.rst | 30 members. These files are much smaller, but are not compatible with
|
/external/curl/tests/unit/ |
D | unit1309.c | 65 splayprint(t->smaller, d+1, output); in splayprint()
|
/external/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | todo.txt | 5 > random cpus, all in paralel. (This is what I was doing in smaller
|