/external/oprofile/pp/ |
D | opreport_options.cpp | 47 bool accumulated; variable 103 popt::option(options::accumulated, "accumulated", 'a', 182 if (accumulated) { in check_options() 212 if (debug_info || accumulated) { in check_options()
|
D | opreport_options.h | 41 extern bool accumulated;
|
D | opreport.cpp | 354 if (options::accumulated) { in get_format_flags()
|
/external/qemu/android/utils/ |
D | jpeg-compress.c | 74 const int accumulated = jpeg_compressor_get_jpeg_size(dst); in _on_empty_output_buffer() local 84 dst->common.next_output_byte = dst->jpeg_buf + accumulated + dst->header_size; in _on_empty_output_buffer() 85 dst->common.free_in_buffer = dst->size - accumulated - dst->header_size; in _on_empty_output_buffer()
|
/external/libvpx/libvpx/vp8/common/x86/ |
D | variance_impl_sse2.asm | 742 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences 744 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc… 862 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences 866 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc… 967 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences 969 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc… 1077 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences 1081 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc… 1181 … paddw xmm6, xmm5 ; xmm6 += accumulated column differences 1183 …paddd xmm7, xmm5 ; xmm7 += accumulated square column differenc… [all …]
|
D | 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/tremolo/Tremolo/ |
D | vorbisfile.c | 408 ogg_int64_t accumulated=0,pos; in _prefetch_all_offsets() local 434 accumulated+=(lastblock+thisblock)>>2; in _prefetch_all_offsets() 442 accumulated= pos-accumulated; in _prefetch_all_offsets() 449 if(accumulated<0)accumulated=0; in _prefetch_all_offsets() 451 vf->pcmlengths[i*2]=accumulated; in _prefetch_all_offsets()
|
/external/webp/src/dsp/ |
D | lossless.c | 507 static float PredictionCostSpatialHistogram(int accumulated[4][256], in PredictionCostSpatialHistogram() 514 retval += CombinedShannonEntropy(tile[i], accumulated[i], 256); in PredictionCostSpatialHistogram() 521 int accumulated[4][256], in GetBestPredictorForTile() 565 cur_diff = PredictionCostSpatialHistogram(accumulated, histo); in GetBestPredictorForTile() 862 static float PredictionCostCrossColor(const int accumulated[256], in PredictionCostCrossColor() 867 return CombinedShannonEntropy(counts, accumulated, 256) + in PredictionCostCrossColor()
|
/external/chromium/base/ |
D | process_util_win.cc | 794 SIZE_T accumulated = 0; in CalculateFreeMemory() local 804 accumulated += info.RegionSize; in CalculateFreeMemory() 813 free->total = accumulated / kMegabyte; in CalculateFreeMemory()
|
D | message_pump_mac.mm | 382 // nesting-deferred work may have accumulated. Schedule it for processing 396 // level did not sleep or exit, nesting-deferred work may have accumulated
|
/external/libvorbis/lib/ |
D | vorbisfile.c | 423 ogg_int64_t accumulated=0; in _initial_pcmoffset() local 442 accumulated+=(lastblock+thisblock)>>2; in _initial_pcmoffset() 449 accumulated= ogg_page_granulepos(&og)-accumulated; in _initial_pcmoffset() 456 if(accumulated<0)accumulated=0; in _initial_pcmoffset() 458 return accumulated; in _initial_pcmoffset()
|
/external/iproute2/doc/ |
D | nstat.sgml | 40 see counters including values accumulated to the moment
|
/external/skia/legacy/src/core/ |
D | SkAAClip.cpp | 1866 SkDEBUGCODE(int accumulated = 0;) in merge() 1898 SkDEBUGCODE(accumulated += minN;) in merge() 1899 SkASSERT(accumulated <= width); in merge() 1994 SkDEBUGCODE(int accumulated = 0;) in mergeT()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1885 SkDEBUGCODE(int accumulated = 0;) in merge() 1917 SkDEBUGCODE(accumulated += minN;) in merge() 1918 SkASSERT(accumulated <= width); in merge()
|
/external/llvm/docs/ |
D | Vectorizers.rst | 268 In the example below the entire array is accumulated into the variable 'sum'.
|
/external/tinyxml/ |
D | changes.txt | 180 - Other bug fixes have accumulated and been fixed on the way as well; my apologies to
|
/external/libvorbis/doc/ |
D | 03-codebook.tex | 391 reads bits until the accumulated bits match a codeword in the
|
D | rfc5215.txt | 534 every byte, the data is added to the accumulated value multiplied by
|
/external/quake/quake/src/QW/progs/ |
D | defs.qc | 196 // damage is accumulated through a frame. and sent as one single
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 325 Adler-32 is composed of two sums accumulated per byte: s1 is
|
/external/webkit/Source/WebKit/chromium/src/mac/ |
D | WebInputEventFactory.mm | 745 // with a non-zero delta will be delivered, containing the accumulated deltas
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
D | SDL_QuartzEvents.m | 1050 /* handle accumulated mouse moved events */
|
/external/webkit/Tools/android/flex-2.5.4a/ |
D | flex.skl | 1005 * sees that we've accumulated a
|
/external/smack/src/org/jivesoftware/smack/ |
D | Connection.java.orig | 580 * which packets will be accumulated by the collector. A PacketCollector is
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
D | 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:
|