Home
last modified time | relevance | path

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

/external/valgrind/memcheck/
Dmc_include.h382 #define R2S(r) (1 << (r)) macro
384 #define RiS(r,s) ((s) & R2S(r))
Dmc_main.c5700 UInt MC_(clo_show_leak_kinds) = R2S(Possible) | R2S(Unreached);
5701 UInt MC_(clo_error_for_leak_kinds) = R2S(Possible) | R2S(Unreached);
5777 MC_(clo_show_leak_kinds) &= ~R2S(Reachable); in mc_process_cmd_line_options()
5782 MC_(clo_show_leak_kinds) |= R2S(Possible); in mc_process_cmd_line_options()
5784 MC_(clo_show_leak_kinds) &= ~R2S(Possible); in mc_process_cmd_line_options()
6214 lcp.show_leak_kinds = R2S(Possible) | R2S(Unreached); in handle_gdb_monitor_command()
6254 = R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached); in handle_gdb_monitor_command()
6257 lcp.show_leak_kinds = R2S(Unreached); in handle_gdb_monitor_command()