HomeSort by relevance Sort by last modified time
    Searched refs:accumulated (Results 1 - 9 of 9) 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) {
  /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/libvpx/vp8/encoder/x86/
variance_impl_sse2.asm 851 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
853 paddd xmm7, xmm5 ; xmm7 += accumulated square column differences
970 paddw xmm6, xmm5 ; xmm6 += accumulated column differences
974 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/skia/src/core/
SkAAClip.cpp     [all...]

Completed in 638 milliseconds