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 353 uint64_t cluster_offset, int n_start, int n_end)
358 n = n_end - n_start;
361 ret = qcow_read(bs, start_sect + n_start, s->cluster_data, n);
365 qcow2_encrypt_sectors(s, start_sect + n_start,
370 ret = bdrv_write(s->hd, (cluster_offset >> 9) + n_start,
617 if (m->n_start) {
618 ret = copy_sectors(bs, start_sect, cluster_offset, 0, m->n_start);
680 int n_start, int n_end,
741 m->n_start = n_start;
    [all...]
qcow2.h 131 int n_start; member in struct:QCowL2Meta
185 int n_start, int n_end,
qcow.c 247 * 1 to allocate a normal cluster (for sector indexes 'n_start' to
259 int n_start, int n_end)
328 (n_end - n_start) < s->cluster_sectors) {
351 (n_end - n_start) < s->cluster_sectors) {
356 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 1017 milliseconds