/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 | 125 "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/ |
D | PDFJpegEmbedTest.cpp | 25 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/ |
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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/ |
D | PeriodBuilderFactoryTest.java | 40 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/ |
D | PeriodBuilderFactoryTest.java | 44 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/ |
D | Puzzle15Processor.java | 185 int smaller = 0; in isPuzzleSolvable() local 188 smaller++; in isPuzzleSolvable() 190 sum += smaller; in isPuzzleSolvable()
|
/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/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.
|
D | vec_zero.ll | 21 ; 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/ |
D | TimeUnit.java | 61 public TimeUnit smaller() { in smaller() method in TimeUnit
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/duration/ |
D | TimeUnit.java | 63 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/chromium-trace/catapult/dashboard/dashboard/ |
D | auto_triage.py | 224 smaller = min(delta1, delta2) 226 return math_utils.RelativeChange(smaller, larger) <= _MAX_DELTA_DIFFERENCE
|
/external/opencv3/doc/tutorials/introduction/crosscompilation/ |
D | arm_crosscompile_with_cmake.markdown | 81 This option produces smaller binary (\~ twice smaller) but makes further debugging harder.
|
/external/curl/tests/unit/ |
D | unit1309.c | 65 splayprint(t->smaller, d+1, output); in splayprint()
|
/external/llvm/docs/CommandGuide/ |
D | llvm-lib.rst | 30 members. These files are much smaller, but are not compatible with
|
/external/proguard/ |
D | README | 27 smaller.
|
/external/llvm/test/Transforms/InstCombine/ |
D | extractvalue.ll | 53 ; to an inbounds gep + smaller load. 76 ; to a 3-index inbounds gep + smaller load.
|