Searched refs:n_blocks (Results 1 - 6 of 6) sorted by relevance

/external/qemu/block/
H A Dcloop.c32 uint32_t n_blocks; member in struct:BDRVCloopState
73 if(read(s->fd,&s->n_blocks,4)<4)
75 s->n_blocks=be32_to_cpu(s->n_blocks);
78 offsets_size=s->n_blocks*sizeof(uint64_t);
82 for(i=0;i<s->n_blocks;i++) {
96 s->current_block=s->n_blocks;
99 bs->total_sectors = s->n_blocks*s->sectors_per_block;
150 if(s->n_blocks>0)
/external/bluetooth/glib/tests/
H A Dslice-color.c59 guint64 n_blocks,
62 guint64 j, accu, n = n_blocks;
110 guint64 block_size = 512, area_size = 1024 * 1024, n_blocks, repeats = 1000000; local
129 n_blocks = area_size / 3 / ALIGN (block_size, sizeof (gsize) * 2);
132 if (!block_size || !n_blocks || block_size >= area_size)
140 n_blocks, block_size, n_blocks * block_size, repeats, g_slice_get_config (G_SLICE_CONFIG_COLOR_INCREMENT));
142 touch_mem (block_size, n_blocks, repeats);
58 touch_mem(guint64 block_size, guint64 n_blocks, guint64 repeats) argument
/external/dbus/test/
H A Ddecode-gcov.c316 int n_blocks; local
320 n_blocks = 0;
372 n_blocks += n_blocks_in_func;
432 n_functions, n_blocks, n_arcs, n_arcs_off_tree);
643 int n_blocks; member in struct:Function
731 for (i = 0; i < func->n_blocks; i++)
744 int n_blocks; local
752 n_blocks = 0;
793 n_blocks += n_blocks_in_func;
807 func->n_blocks
1120 int n_blocks; local
1791 int n_blocks; local
1920 int n_blocks; member in struct:Stats
[all...]
/external/bluetooth/glib/glib/
H A Dgmem.c100 standard_calloc (gsize n_blocks, argument
103 return calloc (n_blocks, n_bytes);
233 fallback_calloc (gsize n_blocks, argument
236 gsize l = n_blocks * n_block_bytes;
472 profiler_calloc (gsize n_blocks, argument
475 gsize l = n_blocks * n_block_bytes;
H A Dgmem.h90 gpointer (*calloc) (gsize n_blocks,
/external/libpcap/
H A Doptimize.c146 static int n_blocks; variable
249 memset((char *)levels, 0, n_blocks * sizeof(*levels));
270 i = n_blocks * nodewords;
345 n_blocks * nodewords * sizeof(*all_closure_sets));
1660 for (i = 0; i < n_blocks; ++i)
1830 for (i = 0; i < n_blocks; ++i)
1835 for (i = n_blocks - 1; --i >= 0; ) {
1838 for (j = i + 1; j < n_blocks; ++j) {
1848 for (i = 0; i < n_blocks; ++i) {
1919 n = n_blocks
[all...]

Completed in 532 milliseconds