Home
last modified time | relevance | path

Searched defs:smaller (Results 1 – 18 of 18) sorted by relevance

/third_party/curl/lib/
Dsplay.h30 struct Curl_tree *smaller; /* smaller node */ member
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/duration/
DTimeUnit.java64 public TimeUnit smaller() { in smaller() method in TimeUnit
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/duration/
DTimeUnit.java66 public TimeUnit smaller() { in smaller() method in TimeUnit
/third_party/skia/src/codec/
DSkAndroidCodec.cpp243 auto smaller = this->getSampledDimensions(sampleSize + 1); in computeSampleSize() local
/third_party/skia/tests/
DPDFJpegEmbedTest.cpp17 static bool is_subset_of(SkData* smaller, SkData* larger) { in is_subset_of()
DPathOpsAngleIdeas.cpp609 double smaller = SK_Scalar1; in DEF_TEST() local
/third_party/icu/tools/colprobe/
Dcolprobe.cpp368 UBool trySwamped(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamped()
388 UBool trySwamps(Line **smaller, Line **greater, UChar chars[2], CompareFn comparer) { in trySwamps()
/third_party/node/deps/v8/third_party/zlib/
Dtrees.c441 #define smaller(tree, n, m, depth) \ macro
/third_party/skia/third_party/externals/zlib/
Dtrees.c441 #define smaller(tree, n, m, depth) \ macro
/third_party/libwebsockets/win32port/zlib/
Dtrees.c449 #define smaller(tree, n, m, depth) \ macro
/third_party/node/deps/zlib/
Dtrees.c497 #define smaller(tree, n, m, depth) \ macro
/third_party/cJSON/
DcJSON_Utils.c537 cJSON *smaller = NULL; in sort_list() local
/third_party/zlib/
Dtrees.c514 #define smaller(tree, n, m, depth) \ macro
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_pipeline.c712 …const struct lvp_pipeline_layout *smaller = dst->layout->vk.set_count < src->vk.set_count ? dst->l… in merge_layouts() local
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
Dint128_test.cc738 absl::int128 smaller; in TEST() member
/third_party/skia/src/core/
DSkStroke.cpp1009 SkVector smaller = quad[1] - quad[0]; in sharp_angle() local
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp1259 SkTSpan* smaller = nullptr; in mergeCoincidence() local
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp59619 T smaller = Abs(aValue1) < Abs(aValue2) ? Abs(aValue1) : Abs(aValue2); in FuzzyEqualsMultiplicative() local