Searched refs:n_start (Results 1 - 5 of 5) sorted by relevance

/external/qemu/block/
H A Dqcow2-cluster.c397 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;
396 copy_sectors(BlockDriverState *bs, uint64_t start_sect, uint64_t cluster_offset, int n_start, int n_end) argument
750 qcow2_alloc_cluster_offset(BlockDriverState *bs, uint64_t offset, int n_start, int n_end, int *num, QCowL2Meta *m) argument
[all...]
H A Dqcow2.h139 int n_start; member in struct:QCowL2Meta
202 int n_start, int n_end, int *num, QCowL2Meta *m);
H A Dqcow.c243 * 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) {
252 get_cluster_offset(BlockDriverState *bs, uint64_t offset, int allocate, int compressed_size, int n_start, int n_end) argument
/external/svox/pico/lib/
H A Dpicosig.c738 picoos_uint32 n_start, n_fram, n_bytes; local
1195 n_start = (picoos_uint32) (sig_subObj->outReadPos)
1204 (picoos_int16*) &(sig_subObj->outBuf[n_start]))) {
/external/chromium_org/third_party/libxml/src/
H A Dtestapi.c36609 int n_start; local
36614 for (n_start = 0;n_start < gen_nb_int;n_start++) {
36618 start = gen_int(n_start, 1);
36625 des_int(n_start, start, 1);
36633 printf(" %d", n_start);
36914 int n_start; local
36919 for (n_start = 0;n_start < gen_nb_in
44183 int n_start; local
44238 int n_start; local
51176 int n_start; local
51254 int n_start; local
51295 int n_start; local
51350 int n_start; local
51391 int n_start; local
51432 int n_start; local
51473 int n_start; local
51514 int n_start; local
[all...]

Completed in 538 milliseconds