HomeSort by relevance Sort by last modified time
    Searched full:counts (Results 526 - 550 of 2525) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 43 * @param count_to_two Counts up to 2.
66 * @param count_to_two Counts up to 2.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/parallel/
list_partition.h 43 * @param __count_to_two Counts up to 2.
66 * @param __count_to_two Counts up to 2.
  /external/linux-tools-perf/
builtin-test.c 310 if (evsel->counts->cpu[0].val != nr_open_calls) {
312 nr_open_calls, evsel->counts->cpu[0].val);
403 * Here we need to explicitely preallocate the counts, as if
427 if (evsel->counts->cpu[cpu].val != expected) {
429 expected, cpus->map[cpu], evsel->counts->cpu[cpu].val);
builtin-stat.c 340 * aggregate counts across CPUs in system-wide mode
345 u64 *count = counter->counts->aggr.values;
370 * do not aggregate counts across CPUs in system-wide mode
381 count = counter->counts->cpu[cpu].values;
864 * aggregated counts in system-wide mode
870 int scaled = counter->counts->scaled;
920 val = counter->counts->cpu[cpu].val;
921 ena = counter->counts->cpu[cpu].ena;
922 run = counter->counts->cpu[cpu].run;
1069 "print counts with custom separator")
    [all...]
  /external/valgrind/main/lackey/
lk_main.c 36 // * --basic-counts : do basic counts, eg. number of instructions
38 // * --detailed-counts: do more detailed counts: number of loads, stores
193 * --basic-counts=yes) is to be counted, with default. Override with command
200 else if VG_BOOL_CLO(arg, "--basic-counts", clo_basic_counts) {}
201 else if VG_BOOL_CLO(arg, "--detailed-counts", clo_detailed_counts) {}
215 " --basic-counts=no|yes count instructions, jumps, etc. [yes]\n"
216 " --detailed-counts=no|yes count loads, stores and alu ops [no]\n"
232 /*--- Stuff for --basic-counts ---*
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 458 /** Counts of number of input buffers sent to LCML */
461 /** Counts of number of input buffers received from LCML */
464 /** Counts of number of output buffers sent to LCML */
467 /** Counts of number of output buffers received from LCML */
470 /** Counts of number of buffers sent to App */
473 /** Counts of number of buffers received from App */
476 /** Counts of number of output buffers reclaimed from lcml */
479 /** Counts of number of input buffers sent to lcml */
482 /** Counts of number of output buffers sent to lcml */
563 /* counts the calls to FillThisBuffer() *
    [all...]
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 42 only of one size, and that size is 4096 bytes or less: counts
73 as instruction counts. This sounds a little odd at first, but it
205 the access counts by block offset, so we could see where exactly these
269 <title>Interpreting "Aggregated access counts by offset" data</title>
272 size, and which are 4096 bytes or smaller, DHAT counts accesses
285 Aggregated access counts by offset:
390 <para>One important point to note is that each allocation stack counts
  /frameworks/av/media/libstagefright/codecs/aacenc/src/
bit_cnt.c 35 * description: counts tables 1-11
111 * description: counts tables 3-11
186 * description: counts tables 5-11
242 * description: counts tables 7-11
291 * description: counts tables 9-11
339 * description: counts table 11
379 * description: counts table 11 (with Esc)
  /external/chromium_org/ppapi/proxy/
ppb_var_unittest.cc 66 // Now remove the ref counts for each string and make sure they are gone.
196 // Tinker with the reference counts in a multithreaded way.
219 // Remove the last reference counts for all vars.
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
aggregate_results.js 212 var counts = totalFailureCountFor(builder);
213 var totalFailing = counts.totalFailingTests;
214 var totalTests = counts.totalTests;
  /external/kernel-headers/original/asm-mips/
dma.h 37 * - channels 0-3 are byte - addresses/counts are for physical bytes
38 * - channels 5-7 are word - addresses/counts are for physical words
68 * and counts _must_ be word-aligned (the lowest address bit is _ignored_ at
  /external/kernel-headers/original/asm-x86/
dma_32.h 32 * - channels 0-3 are byte - addresses/counts are for physical bytes
33 * - channels 5-7 are word - addresses/counts are for physical words
63 * and counts _must_ be word-aligned (the lowest address bit is _ignored_ at
  /external/libpcap/
pcap-nit.c 79 * "ps_recv" counts packets handed to the filter, not packets
84 * "ps_drop" presumably counts packets dropped by the socket
87 * As filtering is done in userland, it counts packets regardless
  /external/libvpx/libvpx/vp9/encoder/
vp9_bitstream.c 221 vp9_cond_prob_diff_update(w, &cm->fc.mbskip_probs[k], cm->counts.mbskip[k]);
234 cm->counts.switchable_interp[j]);
253 cm->counts.inter_mode[i]);
450 ++cm->counts.inter_mode[mi->mode_context[rf]]
473 ++cm->counts.inter_mode[mi->mode_context[rf]]
671 cpi->common.counts.eob_branch[tx_size];
890 // Build the cofficient contexts based on counts collected in encode loop
    [all...]
vp9_segmentation.c 62 // Based on set of segment counts calculate a probability tree
79 // Based on set of segment counts and probabilities calculate a cost estimate
150 // Store the prediction status for this mb and update counts
  /external/llvm/include/llvm/ADT/
IntrusiveRefCntPtr.h 35 /// have their lifetimes managed using reference counts. Classes
38 /// which automatically handle the management of reference counts.
97 /// manage reference counts via the RAII idiom: upon creation of
  /external/llvm/lib/Target/X86/Utils/
X86ShuffleDecode.cpp 33 unsigned CountS = (Imm >> 6) & 3;
35 // CountS selects which input element to use.
36 unsigned InVal = 4+CountS;
  /external/llvm/lib/Transforms/Scalar/
LoopUnrollPass.cpp 12 // counts of loops easily.
46 cl::desc("Unroll loops with run-time trip counts"));
131 // with huge iteration counts, which is a compile time problem even if it's
  /external/valgrind/main/cachegrind/
cg_annotate.in 72 # CCs are arrays, the counts corresponding to @events, with 'undef'
78 # Total counts for summary (an array reference).
128 # all the threshold counts.
153 the counts of the primary sort event [$default_threshold]
303 # Add each event count to the CC array. '.' counts become undef, as do
308 (@CC <= @events) or die("Line $.: too many event counts\n");
518 # Because the counts can get very big, and we don't want to waste screen space
584 # Header and counts for summary
635 # Update the threshold counts
811 # Annotate chosen lines, tracking total counts of lines printe
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 435 /** Counts of number of input buffers sent to LCML */
437 /** Counts of number of input buffers received from LCML */
439 /** Counts of number of output buffers sent to LCML */
441 /** Counts of number of output buffers received from LCML */
443 /** Counts of number of buffers sent to App */
445 /** Counts of number of buffers received from App */
448 /** Counts of number of output buffers reclaimed from lcml */
450 /** Counts of number of input buffers sent to lcml */
452 /** Counts of number of output buffers sent to lcml */
510 /** Counts number of FillBufferDone calls*
    [all...]
  /art/runtime/
barrier_test.cc 91 // All three counts should be equal to num_threads now.
  /dalvik/hit/src/com/android/hit/
State.java 151 "+------------------ instance counts for heap: " + heap.mName);
  /development/samples/ApiDemos/src/com/example/android/apis/preference/
MyPreference.java 31 * This is an example of a custom preference type. The preference counts the
  /external/android-clat/
translate.h 33 #define MAX_TCP_HDR (15 * 4) // Data offset field is 4 bits and counts in 32-bit words.
  /external/apache-http/src/org/apache/http/
HttpConnectionMetrics.java 74 * Resets the counts

Completed in 1721 milliseconds

<<21222324252627282930>>