Home
last modified time | relevance | path

Searched refs:sci (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary32.h172 SpinMutexLock l(&sci->mutex); in AllocateBatch()
173 if (sci->free_list.empty()) { in AllocateBatch()
176 DCHECK(!sci->free_list.empty()); in AllocateBatch()
178 TransferBatch *b = sci->free_list.front(); in AllocateBatch()
179 sci->free_list.pop_front(); in AllocateBatch()
188 SpinMutexLock l(&sci->mutex); in DeallocateBatch()
189 sci->free_list.push_front(b); in DeallocateBatch()
333 sci->free_list.push_back(b); in PopulateBatches()
347 if (UNLIKELY(sci->rand_state == 0)) in PopulateFreeList()
349 sci->rand_state = reinterpret_cast<uptr>(sci) ^ NanoTime(); in PopulateFreeList()
[all …]
/llvm-project-15.0.7/clang/test/Parser/
H A Dcxx-class.cpp46 static const int sci = 10; member in C
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3202 https://sci-hub.st/10.1109/IEEESTD.2018.8299595