Home
last modified time | relevance | path

Searched refs:n_start (Results 1 – 6 of 6) sorted by relevance

/external/qemu/block/
Dqcow2-cluster.c353 uint64_t cluster_offset, int n_start, int n_end) in copy_sectors() argument
358 n = n_end - n_start; in copy_sectors()
361 ret = qcow_read(bs, start_sect + n_start, s->cluster_data, n); in copy_sectors()
365 qcow2_encrypt_sectors(s, start_sect + n_start, in copy_sectors()
370 ret = bdrv_write(s->hd, (cluster_offset >> 9) + n_start, in copy_sectors()
617 if (m->n_start) { in qcow2_alloc_cluster_link_l2()
618 ret = copy_sectors(bs, start_sect, cluster_offset, 0, m->n_start); in qcow2_alloc_cluster_link_l2()
680 int n_start, int n_end, in qcow2_alloc_cluster_offset() argument
741 m->n_start = n_start; in qcow2_alloc_cluster_offset()
747 *num = m->nb_available - n_start; in qcow2_alloc_cluster_offset()
Dqcow2.h131 int n_start; member
185 int n_start, int n_end,
Dqcow.c259 int n_start, int n_end) in get_cluster_offset() argument
328 (n_end - n_start) < s->cluster_sectors) { in get_cluster_offset()
351 (n_end - n_start) < s->cluster_sectors) { in get_cluster_offset()
356 if (i < n_start || i >= n_end) { in get_cluster_offset()
/external/chromium/third_party/icu/source/data/translit/
DLatin_Katakana.txt24 $n_start = [ナニヌネノンなにぬねの] ;
189 n } n ↔ ッ } $n_start ;
/external/icu4c/data/translit/
DLatin_Katakana.txt24 $n_start = [ナニヌネノンなにぬねの] ;
189 n } n ↔ ッ } $n_start ;
/external/svox/pico/lib/
Dpicosig.c738 picoos_uint32 n_start, n_fram, n_bytes; in sigStep() local
1195 n_start = (picoos_uint32) (sig_subObj->outReadPos) in sigStep()
1204 (picoos_int16*) &(sig_subObj->outBuf[n_start]))) { in sigStep()