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

  /external/valgrind/main/VEX/switchback/
binary_switchback.pl 26 my $N_START = 0;
90 # Setup N_START
94 $N_START = $N_LAST_GOOD + ($diff - ($diff % 2)) / 2;
98 $N_START = $N_LAST_GOOD;
100 $N_START = 100; # Some reasonable number.
107 if ($N_START < $N_LAST_GOOD) {
111 if ($N_LAST_BAD != -1 && $N_START >= $N_LAST_BAD) {
115 if ($N_START < 1 || $N_START > CONST_N_MAX) {
116 print "Program Error: Bad N_START: '$N_START'\n"
    [all...]
  /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);
  /ndk/sources/host-tools/make-3.81/
vmsify.c 165 enum namestate { N_START, N_DEVICE, N_OPEN, N_DOT, N_CLOSED, N_DONE };
234 nstate = N_START;
  /external/svox/pico/lib/
picosig.c 738 picoos_uint32 n_start, n_fram, n_bytes; local
    [all...]

Completed in 115 milliseconds