| /third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
| D | LocaleDistanceMapper.java | 233 private final int distance; field in LocaleDistanceMapper.LanguageMatchRule 236 public LanguageMatchRule(LsrSpec desired, LsrSpec supported, int distance, boolean oneway) { in LanguageMatchRule() 412 LSR max = XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(new ULocale(paradigm)); in getParadigmLsrs() local
|
| /third_party/libevdev/tools/ |
| D | mouse-dpi-tool.c | 23 #define max(a, b) (((a) > (b)) ? (a) : (b)) macro 28 int distance; member
|
| /third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/ |
| D | LocaleDistanceBuilder.java | 113 final int distance; field in LocaleDistanceBuilder.Rule 116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() 183 DistanceTable(int distance) { in DistanceTable() 242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() 278 int distance = getDistance(desired, supported, node2, true); in addSubtables() local 492 LSR max = XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(pl); in build() local 524 int distance = Integer.parseInt(tuple[2]); in build() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/tool/locale/ |
| D | LocaleDistanceBuilder.java | 113 final int distance; field in LocaleDistanceBuilder.Rule 116 Rule(List<String> desired, List<String> supported, int distance, boolean oneway) { in Rule() 183 DistanceTable(int distance) { in DistanceTable() 242 DistanceTable addSubtable(String desired, String supported, int distance) { in addSubtable() 278 int distance = getDistance(desired, supported, node2, true); in addSubtables() local 492 LSR max = XLikelySubtags.INSTANCE.makeMaximizedLsrFrom(pl); in build() local 524 int distance = Integer.parseInt(tuple[2]); in build() local
|
| /third_party/ffmpeg/libavfilter/ |
| D | af_aiir.c | 112 #define IIR_CH(name, type, min, max, need_clipping) \ argument 168 #define SERIAL_IIR_CH(name, type, min, max, need_clipping) \ argument 227 #define PARALLEL_IIR_CH(name, type, min, max, need_clipping) \ argument 291 #define LATTICE_IIR_CH(name, type, min, max, need_clipping) \ argument 659 double distance; in decompose_zp2biquads() local 1090 static double distance(double x0, double x1, double y0, double y1) in distance() function 1145 double *mag, *phase, *temp, *delay, min = DBL_MAX, max = -DBL_MAX; in draw_response() local
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
| D | LocaleMatcherTest.java | 494 …double distance = matcher.match(desired2, ULocale.addLikelySubtags(desired2), supported2, ULocale.… in showDistance() local 524 ULocale max = ULocale.addLikelySubtags(first); in check() local 544 ULocale max = ULocale.addLikelySubtags(loc); in check2() local 547 assertEquals(loc.toString(), max, maxBest); in check2() local
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
| D | LocaleMatcherTest.java | 513 …double distance = matcher.match(desired2, ULocale.addLikelySubtags(desired2), supported2, ULocale.… in showDistance() local 543 ULocale max = ULocale.addLikelySubtags(first); in check() local 563 ULocale max = ULocale.addLikelySubtags(loc); in check2() local 566 assertEquals(loc.toString(), max, maxBest); in check2() local
|
| /third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
| D | simd_vec4.inl | 402 GLM_FUNC_QUALIFIER detail::fvec4SIMD max function 411 GLM_FUNC_QUALIFIER detail::fvec4SIMD max function 588 GLM_FUNC_QUALIFIER float distance function
|
| /third_party/skia/src/pathops/ |
| D | SkPathOpsCubic.cpp | 31 double SkDCubic::binarySearch(double min, double max, double axisIntercept, in binarySearch() 224 double distance = lineParameters.controlPtDistance(*this, 1); in isLinear() local 352 double max = extremeTs[++index]; in searchRoots() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
| D | ETC_Decoder.cpp | 32 int max = isSigned ? 1023 : 2047; in clampEAC() local 485 static const int distance[8] = { 3, 6, 11, 16, 23, 32, 41, 64 }; in decodeTBlock() local 525 static const int distance[8] = { 3, 6, 11, 16, 23, 32, 41, 64 }; in decodeHBlock() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Device/ |
| D | ETC_Decoder.cpp | 31 short max = isSigned ? 1023 : 2047; in clampEAC() local 482 static const int distance[8] = { 3, 6, 11, 16, 23, 32, 41, 64 }; in decodeTBlock() local 522 static const int distance[8] = { 3, 6, 11, 16, 23, 32, 41, 64 }; in decodeHBlock() local
|
| /third_party/skia/third_party/externals/angle2/src/image_util/ |
| D | loadimage_etc.cpp | 558 static int distance[8] = {3, 6, 11, 16, 23, 32, 41, 64}; in decodeTBlock() local 605 static const int distance[8] = {3, 6, 11, 16, 23, 32, 41, 64}; in decodeHBlock() local 991 int mu[3], min[3], max[3]; in selectEndPointPCA() local 1222 static int distance[8] = {3, 6, 11, 16, 23, 32, 41, 64}; in transcodeTBlockToBC1() local 1275 static const int distance[8] = {3, 6, 11, 16, 23, 32, 41, 64}; in transcodeHBlockToBC1() local
|
| /third_party/backends/backend/ |
| D | rts8891.c | 3018 unsigned int max = 0; in find_origin() local 6517 SANE_Int distance; in move_to_scan_area() local
|
| D | umax_pp_low.c | 8242 int count, needed, max; in EPPcmdGetBuffer610p() local 8462 int read, needed, max; in cmdGetBuffer610p() local 9615 move (int distance, int precision, unsigned char *buffer) in move() 10602 int max = 0; in sanei_umax_pp_startScan() local 11950 int min, max; in coarseGainCalibration610p() local
|
| /third_party/ffmpeg/libavcodec/ |
| D | webp.c | 435 int ret, block_bits, blocks_w, blocks_h, x, y, max; in decode_entropy_image() local 653 int prefix_code, length, distance, ref_x, ref_y; in decode_entropy_coded_image() local
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | DateTimePatternGenerator.java | 365 ULocale max = ULocale.addLikelySubtags(uLocale); in getAllowedHourFormats() local 2178 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw() local
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
| D | DateTimePatternGenerator.java | 352 ULocale max = ULocale.addLikelySubtags(uLocale); in getAllowedHourFormats() local 2049 int distance = source.getDistance(trial, includeMask, tempInfo); in getBestRaw() local
|
| /third_party/node/deps/v8/src/compiler/ |
| D | pipeline.cc | 129 size_t distance = 0; in GetModuleContext() local 2154 const int max = static_cast<int>(s.sequence->LastInstructionIndex()); in operator <<() local
|
| /third_party/ffmpeg/libavformat/ |
| D | movenc.c | 2880 int distance = 0; in mov_preroll_write_stbl_atoms() local 5471 static void mov_prune_frag_info(MOVMuxContext *mov, int tracks, int max)
|
| /third_party/skia/third_party/externals/oboe/docs/reference/ |
| D | jquery.js | 53 …ction(d){a=false});b.widget("ui.mouse",{options:{cancel:":input,option",distance:1,delay:0},_mouse… property 61 …(typeof e=="object"){d=e;e=0}if(typeof d=="function"){d={onAfter:d}}if(f=="max"){f=9000000000}d=c.… function
|
| /third_party/libevdev/doc/html/ |
| D | jquery.js | 8 …n e(t){for(var e=t.css("visibility");"inherit"===e;)t=t.parent(),e=t.css("visibility");return"hidd… argument 15 …b){"object"=== typeof d&&(b=d,d=0);"function"===typeof b&&(b={onAfter:b});"max"===a&&(a=9E9);b=$.e… function
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| D | SymbolTable_ESSL_autogen.cpp | 1930 constexpr const ImmutableString distance("distance"); variable 2120 constexpr const ImmutableString max("max"); variable
|
| D | SymbolTable_autogen.cpp | 3094 constexpr const ImmutableString distance("distance"); variable 3296 constexpr const ImmutableString max("max"); variable
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/ |
| D | stylo.hpp | 12221 distance(_InputIterator __first, _InputIterator __last) in distance() function 15312 max(const _Tp& __a, const _Tp& __b) in max() function 15336 max(const _Tp& __a, const _Tp& __b, _Compare __comp) in max() function 38570 max() noexcept { return _Tp(); } in max() function 38636 max() noexcept { return true; } in max() function 38705 …max() noexcept { return (((char)(-1) < 0) ? (((((char)1 << ((sizeof(char) * 8 - ((char)(-1) < 0)) … in max() function 38772 max() noexcept { return 127; } in max() function 38842 max() noexcept { return 127 * 2U + 1; } in max() function 38915 …max() noexcept { return (((wchar_t)(-1) < 0) ? (((((wchar_t)1 << ((sizeof(wchar_t) * 8 - ((wchar_t… in max() function 38984 …max() noexcept { return (((char16_t)(-1) < 0) ? (((((char16_t)1 << ((sizeof(char16_t) * 8 - ((char… in max() function [all …]
|