Home
last modified time | relevance | path

Searched refs:aggr (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/Sema/
Dneon-vector-types.c28 struct aggr { signed char c; }; argument
29 typedef __attribute__((neon_vector_type(8))) struct aggr aggregate_elt; // expected-error{{invalid …
Daarch64-neon-vector-types.c45 struct aggr { signed char c; }; argument
46 typedef __attribute__((neon_vector_type(8))) struct aggr aggregate_elt; // expected-error{{invalid …
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devsel.c836 tmp = evsel->prev_raw_counts->aggr; in compute_deltas()
837 evsel->prev_raw_counts->aggr = *count; in compute_deltas()
882 struct perf_counts_values *aggr = &evsel->counts->aggr, count; in __perf_evsel__read() local
884 aggr->val = aggr->ena = aggr->run = 0; in __perf_evsel__read()
895 aggr->val += count.val; in __perf_evsel__read()
897 aggr->ena += count.ena; in __perf_evsel__read()
898 aggr->run += count.run; in __perf_evsel__read()
903 compute_deltas(evsel, -1, aggr); in __perf_evsel__read()
907 if (aggr->run == 0) { in __perf_evsel__read()
909 aggr->val = 0; in __perf_evsel__read()
[all …]
Devsel.h27 struct perf_counts_values aggr; member
/external/iproute2/etc/iproute2/
Drt_protos22 254 gated/aggr
/external/chromium_org/third_party/WebKit/Source/build/scripts/templates/
DElementFactory.cpp.tmpl68 // Empty array initializer lists are illegal [dcl.init.aggr] and will not
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf-stat.txt69 --no-aggr::
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-stat.c315 u64 *count = counter->counts->aggr.values; in read_counter_aggr()
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dinterface.cpp833 8.5.1 Aggregates [dcl.init.aggr]
/external/clang/test/
Dcxx-sections.data210 8.5.1 [dcl.init.aggr]