Home
last modified time | relevance | path

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

1234

/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_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 …]
/external/harfbuzz_ng/src/
Dhb-version.h45 #define HB_VERSION_ATLEAST(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_ATLEAST(major,minor,micro) \ argument
46 ((major)*10000+(minor)*100+(micro) <= \
53 unsigned int *micro);
61 unsigned int micro);
Dhb-common.cc549 unsigned int *micro) in hb_version() argument
553 *micro = HB_VERSION_MICRO; in hb_version()
586 unsigned int micro) in hb_version_atleast() argument
588 return HB_VERSION_ATLEAST (major, minor, micro); in hb_version_atleast()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableWriter.java33 int micro = VersionInfo.ICU_VERSION.getMicro(); in folderName() local
40 if (milli != 0 || micro != 0) { in folderName()
44 if (micro != 0) { in folderName()
46 result.append(micro); in folderName()
/external/protobuf/
Dbuild.gradle20 micro
27 micro {
30 include("com/google/protobuf/micro/*")
89 from sourceSets.nano.output, sourceSets.micro.output
106 from sourceSets.micro.output
111 classifier "micro"
124 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/clang/lib/Basic/
DVersionTuple.cpp60 unsigned major = 0, minor = 0, micro = 0, build = 0; in tryParse() local
83 if (parseInt(input, micro)) return true; in tryParse()
86 *this = VersionTuple(major, minor, micro); in tryParse()
98 *this = VersionTuple(major, minor, micro, build); in tryParse()
/external/llvm/lib/Target/PowerPC/
DPPCScheduleE5500.td178 2>, // 2 micro-ops
184 2>, // 2 micro-ops
198 2>, // 2 micro-ops
204 2>, // 2 micro-ops
214 2>, // 2 micro-ops
230 2>, // 2 micro-ops
236 2>, // 2 micro-ops
243 2>, // 2 micro-ops
250 2>, // 2 micro-ops
260 2>, // 2 micro-ops
[all …]
DPPCScheduleE500mc.td149 2>, // 2 micro-ops
155 2>, // 2 micro-ops
165 2>, // 2 micro-ops
181 2>, // 2 micro-ops
193 2>, // 2 micro-ops
200 2>, // 2 micro-ops
313 let IssueWidth = 2; // 2 micro-ops are dispatched per cycle.
/external/llvm/lib/Target/AArch64/
DAArch64SchedA57WriteRes.td19 // 11 micro-ops to be issued down one I pipe, six S pipes and four V pipes.
24 // Define Generic 1 micro-op types
55 // Define Generic 2 micro-op types
178 // Define Generic 3 micro-op types
249 // Define Generic 4 micro-op types
316 // Define Generic 5 micro-op types
360 // Define Generic 6 micro-op types
407 // Define Generic 7 micro-op types
444 // Define Generic 8 micro-op types
470 // Define Generic 9 micro-op types
[all …]
DAArch64SchedCyclone.td16 let IssueWidth = 6; // 6 micro-ops are dispatched per cycle.
103 // A single nop micro-op (uX).
107 // The move is replaced by a single nop micro-op.
116 // Move GPR is a register rename and single nop micro-op.
150 // ADD with shifted register operand is a single micro-op that
171 // EXTR Shifts a pair of registers and requires two micro-ops.
172 // The second micro-op is delayed, as modeled by ReadExtrHi.
250 // Read the (unshifted) base register Xn in the second micro-op one cycle later.
265 // LDP high register write is fused with the load, but a nop micro-op remains.
278 // Branches take a single micro-op.
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DVersionInfo.java268 int micro) in getInstance() argument
273 milli < 0 || milli > 255 || micro < 0 || micro > 255) { in getInstance()
276 int version = getInt(major, minor, milli, micro); in getInstance()
555 private static int getInt(int major, int minor, int milli, int micro) in getInt() argument
557 return (major << 24) | (minor << 16) | (milli << 8) | micro; in getInt()
/external/libcxx/test/std/utilities/time/time.duration/time.duration.cons/
Dconvert_inexact.pass.cpp25 std::chrono::duration<double, std::micro> us(1); in main()
31 constexpr std::chrono::duration<double, std::micro> us(1); in main()
/external/protobuf/java/src/main/java/com/google/protobuf/micro/
DMessageMicro.java31 package com.google.protobuf.micro;
33 import com.google.protobuf.micro.CodedOutputStreamMicro;
DInvalidProtocolBufferMicroException.java31 package com.google.protobuf.micro;
/external/libcxx/test/std/utilities/ratio/
Dtypedefs.pass.cpp20 static_assert(std::micro::num == 1 && std::micro::den == 1000000ULL, ""); in main()
/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.
34 // Sandy Bridge can issue micro-ops to 6 different ports in one cycle.
50 // Many micro-ops are capable of issuing on multiple ports.
68 // Instructions with folded loads are usually micro-fused, so they only appear
69 // as two micro-ops when queued in the reservation station.
DX86ScheduleSLM.td16 // All x86 instructions are modeled as a single micro-op, and SLM can decode 2
34 // Silvermont has 5 reservation stations for micro-ops
42 // Many micro-ops are capable of issuing on multiple ports.
55 // Instructions with folded loads are usually micro-fused, so they only appear
56 // as two micro-ops when queued in the reservation station.
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMetaFactory.java265 final int micro = 0; in getVersionInfo() local
287 return micro; in getVersionInfo()
/external/llvm/include/llvm/Target/
DTargetSchedule.td78 int IssueWidth = -1; // Max micro-ops that may be scheduled per cycle.
81 int MicroOpBufferSize = -1; // Max micro-ops that can be buffered.
82 int LoopMicroOpBufferSize = -1; // Max micro-ops that can be buffered for
143 // differently. Here we refer to stage between decoding into micro-ops
268 // By default, each SchedWrite takes one micro-op, which is counted
270 // write multiple registers with a single micro-op, the subtarget
271 // should define one of the writes to be zero micro-ops. If a
272 // subtarget requires multiple micro-ops to write a single result, it
277 // operands. The scheduler assumes that all micro-ops must be
278 // dispatched in the same cycle. These micro-ops may be required to
/external/libvncserver/x11vnc/misc/
Ddesktop.cgi545 my ($major, $minor, $micro) = split(/\./, $version);
549 $micro = 0 unless $micro;
550 my $level = $major * 100 * 100 + $minor * 100 + $micro;
/external/libcxx/test/std/utilities/time/
Dmicroseconds.pass.cpp26 static_assert((std::is_same<Period, std::micro>::value), ""); in main()
/external/libxml2/
Dlibxml.m471 int major, minor, micro;
79 if (sscanf(tmp_version, "%d.%d.%d", &major, &minor, &micro) != 3) {
114 (xml_micro_version >= micro)))
123 major, minor, micro);
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-list.txt48 clocks not halted) and 0xC1 (micro-ops retired). Both events map to
56 perf record -a -e r0C1:p ... # use ibs op counting micro-ops
80 A8H 01H LSD.UOPS Counts the number of micro-ops Use cmask=1 and

1234