Searched refs:num_guards (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cc125 u32 Setup(u32 num_guards) { argument
134 next_index_ = 1 + num_guards;
172 next_index_ += num_guards;
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cc122 u32 Setup(u32 num_guards) { argument
131 next_index_ = 1 + num_guards;
169 next_index_ += num_guards;
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_coverage_fuchsia.cpp127 u32 Setup(u32 num_guards) { argument
136 next_index_ = 1 + num_guards;
178 next_index_ += num_guards;

Completed in 175 milliseconds