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

  /external/valgrind/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...]
  /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 621 milliseconds