/external/harfbuzz_ng/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_CHECK (major, minor, micro)); in test_version() 50 g_assert (HB_VERSION_CHECK (major+1, minor, micro)); in test_version() 51 g_assert (HB_VERSION_CHECK (major, minor+1, micro)); in test_version() 52 g_assert (HB_VERSION_CHECK (major, minor, micro+1)); in test_version() 54 g_assert (!HB_VERSION_CHECK (major-1, minor, micro)); in test_version() 56 g_assert (!HB_VERSION_CHECK (major, minor-1, micro)); in test_version() [all …]
|
/external/protobuf/ |
D | build.gradle | 4 micro 9 micro { 11 srcDirs = ['java/src/main/java/com/google/protobuf/micro'] 23 from sourceSets.nano.output, sourceSets.micro.output 40 from sourceSets.micro.output 45 classifier "micro" 49 micro microJar
|
D | README.android | 6 Local Modifications: Initial changes include support for the micro 21 com.google.protobuf.micro: 23 LOCAL_STATIC_JAVA_LIBRARIES += com.google.protobuf.micro 26 details on compiling .proto files for the micro runtine.
|
/external/chromium_org/third_party/libva/va/ |
D | va_compat.h | 85 #define VA_CPP_HELPER_ALIAS(func, major, minor, micro) \ argument 86 VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@") 87 #define VA_CPP_HELPER_ALIAS_DEFAULT(func, major, minor, micro) \ argument 88 VA_CPP_HELPER_ALIAS_(func, major, minor, micro, "@@") 89 #define VA_CPP_HELPER_ALIAS_(func, major, minor, micro, binding) \ argument 90 asm(".symver " #func "_" #major "_" #minor "_" #micro ", " \ 91 #func binding "VA_API_" #major "." #minor "." #micro)
|
D | va_version.h | 82 #define VA_CHECK_VERSION(major,minor,micro) \ argument 85 … (VA_MAJOR_VERSION == (major) && VA_MINOR_VERSION == (minor) && VA_MICRO_VERSION >= (micro)))
|
/external/harfbuzz_ng/src/ |
D | hb-version.h | 45 #define HB_VERSION_CHECK(major,minor,micro) \ argument 46 ((major)*10000+(minor)*100+(micro) >= \ 53 unsigned int *micro); 61 unsigned int micro);
|
D | hb-version.h.in | 45 #define HB_VERSION_CHECK(major,minor,micro) \ argument 46 ((major)*10000+(minor)*100+(micro) >= \ 53 unsigned int *micro); 61 unsigned int micro);
|
D | hb-common.cc | 415 unsigned int *micro) in hb_version() argument 419 *micro = HB_VERSION_MICRO; in hb_version() 431 unsigned int micro) in hb_version_check() argument 433 return HB_VERSION_CHECK (major, minor, micro); in hb_version_check()
|
/external/chromium_org/third_party/harfbuzz-ng/src/ |
D | hb-version.h | 45 #define HB_VERSION_CHECK(major,minor,micro) \ argument 46 ((major)*10000+(minor)*100+(micro) >= \ 53 unsigned int *micro); 61 unsigned int micro);
|
D | hb-common.cc | 539 unsigned int *micro) in hb_version() argument 543 *micro = HB_VERSION_MICRO; in hb_version() 576 unsigned int micro) in hb_version_check() argument 578 return HB_VERSION_CHECK (major, minor, micro); in hb_version_check()
|
/external/oprofile/events/i386/atom/ |
D | unit_masks | 22 0x01 s Floating point computational micro-ops executed 23 0x81 ar Floating point computational micro-ops retired 52 0x00 s SIMD micro-ops executed (excluding stores) 53 0x80 ar SIMD micro-ops retired (excluding stores) 55 0x00 s SIMD saturated arithmetic micro-ops executed 56 0x80 ar SIMD saturated arithmetic micro-ops retired 60 0x02 s SIMD packed shift micro-ops executed 61 0x82 ar SIMD packed shift micro-ops retired 62 0x04 s SIMD pack micro-ops executed 63 0x84 ar SIMD pack micro-ops retired [all …]
|
/external/clang/lib/Basic/ |
D | VersionTuple.cpp | 58 unsigned major = 0, minor = 0, micro = 0; in tryParse() local 81 if (parseInt(input, micro)) return true; in tryParse() 86 *this = VersionTuple(major, minor, micro); in tryParse()
|
/external/pixman/pixman/ |
D | pixman-version.h | 40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \ argument 43 + ((micro) * 1))
|
D | pixman-version.h.in | 40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \ argument 43 + ((micro) * 1))
|
/external/llvm/lib/Target/X86/ |
D | X86SchedSandyBridge.td | 16 // All x86 instructions are modeled as a single micro-op, and SB can decode 4 18 // FIXME: Identify instructions that aren't a single fused micro-op. 27 // Sandy Bridge can issue micro-ops to 6 different ports in one cycle. 43 // Many micro-ops are capable of issuing on multiple ports. 61 // Instructions with folded loads are usually micro-fused, so they only appear 62 // as two micro-ops when queued in the reservation station.
|
D | X86SchedHaswell.td | 16 // All x86 instructions are modeled as a single micro-op, and HW can decode 4 26 // Haswell can issue micro-ops to 8 different ports in one cycle. 43 // Many micro-ops are capable of issuing on multiple ports. 66 // Instructions with folded loads are usually micro-fused, so they only appear 67 // as two micro-ops when queued in the reservation station.
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCScheduleE5500.td | 154 2>, // 2 micro-ops 168 2>, // 2 micro-ops 178 2>, // 2 micro-ops 192 2>, // 2 micro-ops 197 2>, // 2 micro-ops 203 2>, // 2 micro-ops 213 2>, // 2 micro-ops 235 2>, // 2 micro-ops 302 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
|
D | PPCScheduleE500mc.td | 128 2>, // 2 micro-ops 138 2>, // 2 micro-ops 152 2>, // 2 micro-ops 162 2>, // 2 micro-ops 258 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
|
/external/oprofile/events/i386/p6_mobile/ |
D | unit_masks | 45 0x00 All fused micro-ops 46 0x01 Only load+Op micro-ops 47 0x02 Only std+sta micro-ops
|
/external/protobuf/java/src/main/java/com/google/protobuf/micro/ |
D | MessageMicro.java | 31 package com.google.protobuf.micro; 33 import com.google.protobuf.micro.CodedOutputStreamMicro;
|
/external/oprofile/events/i386/core/ |
D | unit_masks | 57 0x00 All fused micro-ops 58 0x01 Only load+Op micro-ops 59 0x02 Only std+sta micro-ops
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
D | XMPMetaFactory.java | 265 final int micro = 0; in getVersionInfo() local 287 return micro; in getVersionInfo()
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
D | esd.m4 | 88 int major, minor, micro; 95 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 102 … (($esd_major_version == major) && ($esd_minor_version == minor) && ($esd_micro_version >= micro))) 109 …tf("*** of ESD required is %d.%d.%d. If esd-config is correct, then it is\n", major, minor, micro);
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | acinclude.m4 | 90 int major, minor, micro; 100 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 107 … (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) 114 …tf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
|
/external/qemu/distrib/sdl-1.2.15/ |
D | sdl.m4 | 94 int major, minor, micro; 104 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, µ) != 3) { 111 … (($sdl_major_version == major) && ($sdl_minor_version == minor) && ($sdl_micro_version >= micro))) 118 …tf("*** of SDL required is %d.%d.%d. If sdl-config is correct, then it is\n", major, minor, micro);
|