Searched refs:useful_bytes (Results 1 - 4 of 4) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | allocate.c | 58 desc->useful_bytes = 0; in drop_all_allocations() 99 desc->useful_bytes += size; in allocate() 127 x->name, x->allocations, x->useful_bytes, x->total_bytes, in show_allocations() 128 100 * (double) x->useful_bytes / x->total_bytes, in show_allocations() 129 (double) x->useful_bytes / x->allocations); in show_allocations() 136 s->useful_bytes = x->useful_bytes; in get_allocator_stats()
|
H A D | stats.c | 20 x.name, x.allocations, x.useful_bytes, x.total_bytes, in show_stats() 21 100 * (double) x.useful_bytes / (x.total_bytes ? : 1), in show_stats() 22 (double) x.useful_bytes / (x.allocations ? : 1)); in show_stats() 25 tot->useful_bytes += x.useful_bytes; in show_stats()
|
H A D | allocate.h | 20 unsigned long total_bytes, useful_bytes; member 26 unsigned long total_bytes, useful_bytes; member
|
/third_party/backends/backend/ |
H A D | avision.c | 7663 unsigned int useful_bytes; in reader_process() local 7767 useful_bytes = stripe_fill; in reader_process() 7770 useful_bytes -= (unsigned int) (2 * s->avdimen.line_difference * s->avdimen.hw_bytes_per_line); in reader_process() 7772 DBG (3, "reader_process: useful_bytes %i\n", useful_bytes); in reader_process() 7781 unsigned int abslines = absline + useful_bytes / (unsigned int) s->avdimen.hw_bytes_per_line; in reader_process() 7798 useful_bytes -= (unsigned int) s->avdimen.hw_bytes_per_line; in reader_process() 7804 DBG (9, "reader_process: after deinterlacing: useful_bytes: %d, stripe_fill: %d\n", in reader_process() 7805 useful_bytes, stripe_fill); in reader_process() 7810 unsigned int abslines = absline + useful_bytes / (unsigne in reader_process() [all...] |
Completed in 11 milliseconds