OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:accumulated
(Results
1 - 7
of
7
) sorted by null
/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;
/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/oprofile/pp/
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 "
/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/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
...]
Completed in 315 milliseconds