Home
last modified time | relevance | path

Searched refs:R2S (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/memcheck/
Dmc_include.h279 #define R2S(r) (1 << (r)) macro
281 #define RiS(r,s) ((s) & R2S(r))
Dmc_main.c5183 UInt MC_(clo_show_leak_kinds) = R2S(Possible) | R2S(Unreached);
5184 UInt MC_(clo_error_for_leak_kinds) = R2S(Possible) | R2S(Unreached);
5256 MC_(clo_show_leak_kinds) &= ~R2S(Reachable); in mc_process_cmd_line_options()
5261 MC_(clo_show_leak_kinds) |= R2S(Possible); in mc_process_cmd_line_options()
5263 MC_(clo_show_leak_kinds) &= ~R2S(Possible); in mc_process_cmd_line_options()
5589 lcp.show_leak_kinds = R2S(Possible) | R2S(Unreached); in handle_gdb_monitor_command()
5629 = R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached); in handle_gdb_monitor_command()
5632 lcp.show_leak_kinds = R2S(Unreached); in handle_gdb_monitor_command()