HomeSort by relevance Sort by last modified time
    Searched refs:n_start (Results 1 - 4 of 4) sorted by null

  /external/qemu/block/
qcow2-cluster.c 397 uint64_t cluster_offset, int n_start, int n_end)
402 n = n_end - n_start;
406 ret = qcow_read(bs, start_sect + n_start, s->cluster_data, n);
410 qcow2_encrypt_sectors(s, start_sect + n_start,
416 ret = bdrv_write_sync(bs->file, (cluster_offset >> 9) + n_start,
681 if (m->n_start) {
682 ret = copy_sectors(bs, start_sect, cluster_offset, 0, m->n_start);
751 int n_start, int n_end, int *num, QCowL2Meta *m)
861 m->n_start = n_start;
    [all...]
qcow2.h 139 int n_start; member in struct:QCowL2Meta
202 int n_start, int n_end, int *num, QCowL2Meta *m);
qcow.c 243 * 1 to allocate a normal cluster (for sector indexes 'n_start' to
255 int n_start, int n_end)
325 (n_end - n_start) < s->cluster_sectors) {
348 (n_end - n_start) < s->cluster_sectors) {
353 if (i < n_start || i >= n_end) {
  /external/svox/pico/lib/
picosig.c 738 picoos_uint32 n_start, n_fram, n_bytes; local
    [all...]

Completed in 631 milliseconds