/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | test-version.c | 35 unsigned int major, minor, micro; in test_version() local 38 hb_version (&major, &minor, µ); in test_version() 42 g_assert_cmpint (micro, ==, HB_VERSION_MICRO); in test_version() 44 s = g_strdup_printf ("%u.%u.%u", major, minor, micro); in test_version() 49 g_assert (HB_VERSION_ATLEAST (major, minor, micro)); in test_version() 51 g_assert (HB_VERSION_ATLEAST (major-1, minor, micro)); in test_version() 53 g_assert (HB_VERSION_ATLEAST (major, minor-1, micro)); in test_version() 54 if (micro) in test_version() 55 g_assert (HB_VERSION_ATLEAST (major, minor, micro-1)); in test_version() 56 g_assert (!HB_VERSION_ATLEAST (major+1, minor, micro)); in test_version() [all …]
|
/third_party/mindspore/patches/ |
D | 0010-micro-dynamic-shape-support-discrete-value.patch | 4 Subject: [PATCH] 0010-micro 13 .../lite/tools/converter/micro/coder/coder.cc | 1 + 14 .../lite/tools/converter/micro/coder/config.h | 9 ++++ 96 micro::MicroParam *micro_param) { 129 #include "tools/converter/micro/coder/config.h" 132 STATUS ParseKeepOriginalWeight(const std::string &keep_weight, micro::MicroParam *micro_param); 133 …STATUS ParseChangeableWeightsName(const std::string &changeable_weights_name, micro::MicroParam *m… 137 micro::MicroParam *micro_param); 161 diff --git a/mindspore/lite/tools/converter/micro/coder/coder.cc b/mindspore/lite/tools/converter/m… 163 --- a/mindspore/lite/tools/converter/micro/coder/coder.cc [all …]
|
D | 0005-micro-for-ohos.patch | 5130 add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/tools/converter/micro/coder) 9708 + micro::MicroParam *micro_param) { 9780 …STATUS MicroParamParser::ParseMicroParam(const MicroParamString µ_param_string, micro::MicroP… 9816 STATUS ParseProjName(const std::string &debug_mode, micro::MicroParam *micro_param); 9817 STATUS ParseKeepOriginalWeight(const std::string &keep_weight, micro::MicroParam *micro_param); 9818 …STATUS ParseChangeableWeightsName(const std::string &changeable_weights_name, micro::MicroParam *m… 9821 + micro::MicroParam *micro_param); 9931 MS_LOG(ERROR) << "Parse micro param failed."; 9992 - ? micro::Coder::MicroSourceCodeGeneration(*meta_graph, output_path, param->microParam, param… 9993 - : micro::Coder::MicroSourceCodeGeneration(param->model_file, output_path, param->microParam,… [all …]
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/ |
D | gstpluginsbaseversion.h.in | 43 * The micro version of GStreamer's gst-plugins-base libraries at compile time. 58 * @micro: a number indicating the micro version 61 * or greater than major.minor.micro is present. 63 #define GST_CHECK_PLUGINS_BASE_VERSION(major,minor,micro) \ argument 67 GST_PLUGINS_BASE_VERSION_MICRO >= (micro)) || \ 69 GST_PLUGINS_BASE_VERSION_MICRO + 1 == (micro) && GST_PLUGINS_BASE_VERSION_NANO > 0)) 72 void gst_plugins_base_version (guint *major, guint *minor, guint *micro, guint *nano);
|
D | gstpluginsbaseversion.h | 63 #define GST_CHECK_PLUGINS_BASE_VERSION(major,minor,micro) \ argument 67 GST_PLUGINS_BASE_VERSION_MICRO >= (micro)) || \ 69 GST_PLUGINS_BASE_VERSION_MICRO + 1 == (micro) && GST_PLUGINS_BASE_VERSION_NANO > 0)) 72 void gst_plugins_base_version (guint *major, guint *minor, guint *micro, guint *nano);
|
D | gstpluginsbaseversion.c | 48 gst_plugins_base_version (guint * major, guint * minor, guint * micro, in gst_plugins_base_version() argument 55 if (micro) in gst_plugins_base_version() 56 *micro = GST_PLUGINS_BASE_VERSION_MICRO; in gst_plugins_base_version()
|
/third_party/python/PCbuild/ |
D | field3.py | 17 major, minor, micro, level, serial = sys.version_info variable 26 print(" * PY_MICRO_VERSION = %d" % micro) 31 field3 = micro * 1000 + levelnum * 10 + serial 33 print(" * and %d*1000 + %d*10 + %d = %d" % (micro, levelnum, serial, field3))
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-version.h | 74 #define HB_VERSION_ATLEAST(major,minor,micro) \ argument 75 ((major)*10000+(minor)*100+(micro) <= \ 82 unsigned int *micro); 90 unsigned int micro);
|
D | hb-version.h.in | 54 * The micro component of the library version available at compile-time. 69 * @micro: the micro component of the version number 74 #define HB_VERSION_ATLEAST(major,minor,micro) \ argument 75 ((major)*10000+(minor)*100+(micro) <= \ 82 unsigned int *micro); 90 unsigned int micro);
|
D | gen-hb-version.py | 11 major, minor, micro = version.split (".") variable 31 .replace ("@HB_VERSION_MICRO@", micro)
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64SchedKryo.td | 40 def KryoUnitXA : ProcResource<1>; // Type X(A) micro-ops 41 def KryoUnitXB : ProcResource<1>; // Type X(B) micro-ops 42 def KryoUnitYA : ProcResource<1>; // Type Y(A) micro-ops 43 def KryoUnitYB : ProcResource<1>; // Type Y(B) micro-ops 44 def KryoUnitX : ProcResGroup<[KryoUnitXA, // Type X micro-ops 46 def KryoUnitY : ProcResGroup<[KryoUnitYA, // Type Y micro-ops 48 def KryoUnitXY : ProcResGroup<[KryoUnitXA, // Type XY micro-ops 52 def KryoUnitLSA : ProcResource<1>; // Type LS(A) micro-ops 53 def KryoUnitLSB : ProcResource<1>; // Type LS(B) micro-ops 54 def KryoUnitLS : ProcResGroup<[KryoUnitLSA, // Type LS micro-ops
|
D | AArch64SchedA57WriteRes.td | 18 // 11 micro-ops to be issued down one I pipe, six S pipes and four V pipes. 23 // Define Generic 1 micro-op types 54 // Define Generic 2 micro-op types 177 // Define Generic 3 micro-op types 248 // Define Generic 4 micro-op types 315 // Define Generic 5 micro-op types 359 // Define Generic 6 micro-op types 406 // Define Generic 7 micro-op types 443 // Define Generic 8 micro-op types 469 // Define Generic 9 micro-op types [all …]
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstversion.h.in | 61 * The micro version of GStreamer at compile time: 76 * @micro: a number indicating the micro version 79 * major.minor.micro is present. 81 #define GST_CHECK_VERSION(major,minor,micro) \ argument 85 GST_VERSION_MICRO >= (micro)) || \ 87 GST_VERSION_MICRO + 1 == (micro) && GST_VERSION_NANO > 0))
|
D | gstversion.h | 81 #define GST_CHECK_VERSION(major,minor,micro) \ argument 85 GST_VERSION_MICRO >= (micro)) || \ 87 GST_VERSION_MICRO + 1 == (micro) && GST_VERSION_NANO > 0))
|
D | gstpluginfeature.c | 338 guint major, minor, micro, nano; in gst_plugin_feature_check_version() local 344 nscan = sscanf (ver_str, "%u.%u.%u.%u", &major, &minor, µ, &nano); in gst_plugin_feature_check_version() 356 else if (micro > min_micro) in gst_plugin_feature_check_version() 360 else if (nscan == 4 && nano > 0 && (micro + 1 == min_micro)) in gst_plugin_feature_check_version() 363 ret = (micro == min_micro); in gst_plugin_feature_check_version() 366 micro, min_major, min_minor, min_micro, (ret) ? "yes" : "no"); in gst_plugin_feature_check_version()
|
/third_party/python/Doc/tools/extensions/ |
D | patchlevel.py | 35 micro = int(d['PY_MICRO_VERSION']) 36 release += '.' + str(micro) 50 major, minor, micro, level, serial = sys.version_info 52 release += '.%s' % micro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | VersionTuple.cpp | 61 unsigned major = 0, minor = 0, micro = 0, build = 0; in tryParse() local 88 if (parseInt(input, micro)) in tryParse() 92 *this = VersionTuple(major, minor, micro); in tryParse() 107 *this = VersionTuple(major, minor, micro, build); in tryParse()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE5500.td | 177 2>, // 2 micro-ops 183 2>, // 2 micro-ops 197 2>, // 2 micro-ops 203 2>, // 2 micro-ops 223 2>, // 2 micro-ops 229 2>, // 2 micro-ops 236 2>, // 2 micro-ops 243 2>, // 2 micro-ops 253 2>, // 2 micro-ops 259 2>, // 2 micro-ops [all …]
|
D | PPCScheduleE500mc.td | 148 2>, // 2 micro-ops 154 2>, // 2 micro-ops 164 2>, // 2 micro-ops 170 2>, // 2 micro-ops 186 2>, // 2 micro-ops 198 2>, // 2 micro-ops 205 2>, // 2 micro-ops 326 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | SerializableWriter.java | 42 int micro = VersionInfo.ICU_VERSION.getMicro(); in folderName() local 49 if (milli != 0 || micro != 0) { in folderName() 53 if (micro != 0) { in folderName() 55 result.append(micro); in folderName()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | SerializableWriter.java | 45 int micro = VersionInfo.ICU_VERSION.getMicro(); in folderName() local 52 if (milli != 0 || micro != 0) { in folderName() 56 if (micro != 0) { in folderName() 58 result.append(micro); in folderName()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VersionInfo.java | 324 int micro) in getInstance() argument 329 milli < 0 || milli > 255 || micro < 0 || micro > 255) { in getInstance() 332 int version = getInt(major, minor, milli, micro); in getInstance() 597 private static int getInt(int major, int minor, int milli, int micro) in getInt() argument 599 return (major << 24) | (minor << 16) | (milli << 8) | micro; in getInt()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | VersionInfo.java | 278 int micro) in getInstance() argument 283 milli < 0 || milli > 255 || micro < 0 || micro > 255) { in getInstance() 286 int version = getInt(major, minor, milli, micro); in getInstance() 581 private static int getInt(int major, int minor, int milli, int micro) in getInt() argument 583 return (major << 24) | (minor << 16) | (milli << 8) | micro; in getInt()
|
/third_party/pulseaudio/include/pulse/ |
D | version.h | 63 #define PA_CHECK_VERSION(major,minor,micro) \ argument 66 (PA_MAJOR == (major) && PA_MINOR == (minor) && PA_MICRO >= (micro)))
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiSchedule.td | 30 // Max micro-ops that can be buffered for optimized loop dispatch/execution. 38 // Max micro-ops that may be scheduled per cycle. [default = 1] 47 // Max micro-ops that can be buffered. [default = -1]
|