HomeSort by: relevance | last modified time | path
    Searched defs:has_something (Results 1 - 2 of 2) sorted by relevancy

  /src/games/rogue/
spec_hit.c 181 boolean has_something = 0; local in function:steal_item
193 has_something = 1;
198 if (!has_something) {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_sync.cc 84 bool has_something = false; local in function:__tsan::MetaMap::FreeRange
96 has_something = true;
113 return has_something;
156 bool has_something = FreeRange(proc, p, kPageSize); local in function:__tsan::MetaMap::ResetRange
159 if (!has_something && checked > (128 << 10))
164 bool has_something = FreeRange(proc, p + sz - kPageSize, kPageSize); local in function:__tsan::MetaMap::ResetRange
169 if (!has_something && checked > (512 << 10))

Completed in 12 milliseconds