Home
last modified time | relevance | path

Searched refs:the_end (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/VEX/test/
Dtest-amd64.c1298 goto the_end;
1328 goto the_end;
1339 goto the_end;
1342 the_end:
Dtest-i386.c1258 goto the_end;
1288 goto the_end;
1299 goto the_end;
1302 the_end:
/external/valgrind/coregrind/m_gdbserver/
Dserver.c278 HChar *the_end; in handle_gdb_valgrind_command() local
279 int_value = strtol (wcmd, &the_end, 10); in handle_gdb_valgrind_command()
280 endptr = the_end; in handle_gdb_valgrind_command()
/external/valgrind/memcheck/
Dmc_main.c6288 HChar *the_end; in handle_gdb_monitor_command() local
6289 int_value = VG_(strtoll10) (wcmd, &the_end); in handle_gdb_monitor_command()
6290 endptr = the_end; in handle_gdb_monitor_command()
6401 HChar *the_end; in handle_gdb_monitor_command() local
6425 int_value = VG_(strtoll10) (wcmd, &the_end); in handle_gdb_monitor_command()
6426 if (*the_end != '\0') { in handle_gdb_monitor_command()
/external/valgrind/perf/
Dtinycc.c7909 goto the_end; in preprocess_skip()
7922 the_end: ; in preprocess_skip()
8622 goto the_end; in preprocess()
8692 goto the_end; in preprocess()
8741 the_end: in preprocess()
12449 goto the_end; in parse_btype()
12452 goto the_end; in parse_btype()
12460 the_end: in parse_btype()
19701 goto the_end; in tcc_output_file()
19834 the_end: in tcc_output_file()
[all …]