Searched refs:has_something (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_sync.cc84 bool has_something = false; local
96 has_something = true;
113 return has_something;
156 bool has_something = FreeRange(proc, p, kPageSize); local
159 if (!has_something && checked > (128 << 10))
164 bool has_something = FreeRange(proc, p + sz - kPageSize, kPageSize); local
169 if (!has_something && checked > (512 << 10))
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_sync.cc82 bool has_something = false; local
94 has_something = true;
111 return has_something;
154 bool has_something = FreeRange(proc, p, kPageSize); local
157 if (!has_something && checked > (128 << 10))
162 bool has_something = FreeRange(proc, p + sz - kPageSize, kPageSize); local
167 if (!has_something && checked > (512 << 10))
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_sync.cpp81 bool has_something = false; local
93 has_something = true;
110 return has_something;
153 bool has_something = FreeRange(proc, p, kPageSize); local
156 if (!has_something && checked > (128 << 10))
161 bool has_something = FreeRange(proc, p + sz - kPageSize, kPageSize); local
166 if (!has_something && checked > (512 << 10))
/netbsd-current/games/rogue/
H A Dspec_hit.c181 boolean has_something = 0; local
193 has_something = 1;
198 if (!has_something) {

Completed in 132 milliseconds