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

/external/eigen/bench/
H A Dspmv.cpp46 bool need_help = false; local
71 need_help = true;
74 if(need_help)
H A Dbench_gemm.cpp134 bool need_help = false; local
146 need_help = true;
149 if(need_help)
/external/eigen/test/eigen2/
H A Dmain.h333 bool need_help = false; local
372 need_help = true;
376 if(need_help)
/external/valgrind/main/coregrind/
H A Dm_main.c337 static void early_process_cmd_line_options ( /*OUT*/Int* need_help, argument
357 else if VG_XACT_CLO(str, "--help", *need_help, *need_help+1) {}
358 else if VG_XACT_CLO(str, "-h", *need_help, *need_help+1) {}
360 else if VG_XACT_CLO(str, "--help-debug", *need_help, *need_help+2) {}
1511 Int need_help = 0; // 0 = no, 1 = --help, 2 = --help-debug local
1791 early_process_cmd_line_options(&need_help, &toolname);
1798 // p: early_process_cmd_line_options() [for 'exec', 'need_help',
[all...]
/external/eigen/test/
H A Dmain.h438 bool need_help = false; local
462 need_help = true;
466 if(need_help)

Completed in 4127 milliseconds