Home
last modified time | relevance | path

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

/external/valgrind/main/memcheck/
Dmc_include.h279 #define R2S(r) (1 << (r)) macro
281 #define RiS(r,s) ((s) & R2S(r))
284 (R2S(Reachable) | R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached))
529 #define HiS(h,s) ((s) & R2S(h))
Dmc_main.c5182 UInt MC_(clo_show_leak_kinds) = R2S(Possible) | R2S(Unreached);
5183 UInt MC_(clo_error_for_leak_kinds) = R2S(Possible) | R2S(Unreached);
5258 MC_(clo_show_leak_kinds) &= ~R2S(Reachable); in mc_process_cmd_line_options()
5263 MC_(clo_show_leak_kinds) |= R2S(Possible); in mc_process_cmd_line_options()
5265 MC_(clo_show_leak_kinds) &= ~R2S(Possible); in mc_process_cmd_line_options()
5577 lcp.show_leak_kinds = R2S(Possible) | R2S(Unreached); in handle_gdb_monitor_command()
5614 = R2S(Possible) | R2S(IndirectLeak) | R2S(Unreached); in handle_gdb_monitor_command()
5617 lcp.show_leak_kinds = R2S(Unreached); in handle_gdb_monitor_command()