HomeSort by relevance Sort by last modified time
    Searched refs:accumulated (Results 1 - 24 of 24) sorted by null

  /external/oprofile/pp/
opreport_options.h 41 extern bool accumulated;
opreport_options.cpp 47 bool accumulated; member in namespace:options
103 popt::option(options::accumulated, "accumulated", 'a',
104 "percentage field show accumulated count"),
182 if (accumulated) {
183 cerr << "--accumulated is incompatible with --xml" << endl;
212 if (debug_info || accumulated) {
213 cerr << "--debug-info and --accumulated are "
opreport.cpp 354 if (options::accumulated) {
  /art/runtime/base/
histogram-inl.h 177 uint64_t accumulated = 0; local
178 out_data.freq_.push_back(accumulated);
181 accumulated += frequency_[idx];
182 out_data.freq_.push_back(accumulated);
183 out_data.perc_.push_back(static_cast<double>(accumulated) / static_cast<double>(sample_size_));
  /external/qemu/android/utils/
jpeg-compress.c 74 const int accumulated = jpeg_compressor_get_jpeg_size(dst); local
84 dst->common.next_output_byte = dst->jpeg_buf + accumulated + dst->header_size;
85 dst->common.free_in_buffer = dst->size - accumulated - dst->header_size;
  /external/chromium_org/base/process/
process_metrics_win.cc 243 SIZE_T accumulated = 0; local
253 accumulated += info.RegionSize;
261 free->total = accumulated / kMegabyte;
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_subpel_variance_impl_sse2.asm 70 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
74 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
177 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
181 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
283 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
287 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
vp9_variance_impl_sse2.asm 460 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
462 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
569 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
571 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
676 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
678 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
vp9_variance_impl_mmx.asm 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
  /external/skia/tools/lua/
scrape.lua 75 "accumulated".
glyph-usage.lua 113 "accumulated".
  /external/libvpx/libvpx/vp8/common/x86/
variance_impl_sse2.asm 742 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
744 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
862 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
866 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
    [all...]
variance_impl_mmx.asm 283 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
284 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
398 movq QWORD PTR [rsp+8], mm5 ; copy back accumulated results into normal memory
399 movq QWORD PTR [rsp], mm7 ; copy back accumulated results into normal memory
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 408 ogg_int64_t accumulated=0,pos; local
434 accumulated+=(lastblock+thisblock)>>2;
442 accumulated= pos-accumulated;
449 if(accumulated<0)accumulated=0;
451 vf->pcmlengths[i*2]=accumulated;
    [all...]
  /external/chromium/base/
process_util_win.cc 794 SIZE_T accumulated = 0; local
804 accumulated += info.RegionSize;
813 free->total = accumulated / kMegabyte;
  /external/libvorbis/lib/
vorbisfile.c 423 ogg_int64_t accumulated=0; local
442 accumulated+=(lastblock+thisblock)>>2;
449 accumulated= ogg_page_granulepos(&og)-accumulated;
456 if(accumulated<0)accumulated=0;
458 return accumulated;
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
lossless.c 509 static float PredictionCostSpatialHistogram(int accumulated[4][256],
516 retval += CombinedShannonEntropy(tile[i], accumulated[i], 256);
523 int accumulated[4][256],
567 cur_diff = PredictionCostSpatialHistogram(accumulated, histo);
    [all...]
  /external/webp/src/dsp/
lossless.c 509 static float PredictionCostSpatialHistogram(int accumulated[4][256],
516 retval += CombinedShannonEntropy(tile[i], accumulated[i], 256);
523 int accumulated[4][256],
567 cur_diff = PredictionCostSpatialHistogram(accumulated, histo);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp     [all...]
  /external/skia/src/core/
SkAAClip.cpp     [all...]
  /external/libvorbis/doc/
03-codebook.tex 391 reads bits until the accumulated bits match a codeword in the
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4 485 # Send accumulated output to $CONFIG_STATUS. Thanks to the lists of
489 # for loops in `config.status'. Finally, any additional code accumulated
500 dnl expand the accumulated commands and init code now:
    [all...]

Completed in 1654 milliseconds