OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:n_start
(Results
1 - 6
of
6
) 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
...]
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.pl
1
print ".text\n\t.type _start,@", "function\
n_start
:\n\n";
opc-m.pl
1
print ".text\n\t.type _start,@", "function\
n_start
:\n\n";
/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
...]
/toolchain/binutils/binutils-2.25/gas/config/
tc-m68hc11.c
975
printf (_("# Example of `%s' instructions\n\t.sect .text\
n_start
:\n"),
[
all
...]
Completed in 385 milliseconds