Home
last modified time | relevance | path

Searched refs:micro (Results 1 – 25 of 106) sorted by relevance

12345

/external/harfbuzz_ng/test/api/
Dtest-version.c35 unsigned int major, minor, micro; in test_version() local
38 hb_version (&major, &minor, &micro); 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/
Dbuild.gradle4 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
DREADME.android6 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/
Dva_compat.h85 #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)
Dva_version.h82 #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/
Dhb-version.h45 #define HB_VERSION_CHECK(major,minor,micro) \ argument
46 ((major)*10000+(minor)*100+(micro) >= \
53 unsigned int *micro);
61 unsigned int micro);
Dhb-version.h.in45 #define HB_VERSION_CHECK(major,minor,micro) \ argument
46 ((major)*10000+(minor)*100+(micro) >= \
53 unsigned int *micro);
61 unsigned int micro);
Dhb-common.cc415 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/
Dhb-version.h45 #define HB_VERSION_CHECK(major,minor,micro) \ argument
46 ((major)*10000+(minor)*100+(micro) >= \
53 unsigned int *micro);
61 unsigned int micro);
Dhb-common.cc539 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/
Dunit_masks22 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/
DVersionTuple.cpp58 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/
Dpixman-version.h40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \ argument
43 + ((micro) * 1))
Dpixman-version.h.in40 #define PIXMAN_VERSION_ENCODE(major, minor, micro) ( \ argument
43 + ((micro) * 1))
/external/llvm/lib/Target/X86/
DX86SchedSandyBridge.td16 // 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.
DX86SchedHaswell.td16 // 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/
DPPCScheduleE5500.td154 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.
DPPCScheduleE500mc.td128 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/
Dunit_masks45 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/
DMessageMicro.java31 package com.google.protobuf.micro;
33 import com.google.protobuf.micro.CodedOutputStreamMicro;
/external/oprofile/events/i386/core/
Dunit_masks57 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/
DXMPMetaFactory.java265 final int micro = 0; in getVersionInfo() local
287 return micro; in getVersionInfo()
/external/qemu/distrib/sdl-1.2.15/acinclude/
Desd.m488 int major, minor, micro;
95 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 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/
Dacinclude.m490 int major, minor, micro;
100 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 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/
Dsdl.m494 int major, minor, micro;
104 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 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);

12345