Home
last modified time | relevance | path

Searched defs:size_in_words (Results 1 – 5 of 5) sorted by relevance

/NextBSD/contrib/compiler-rt/lib/asan/
HDasan_malloc_linux.cc50 uptr size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR() local
HDasan_malloc_mac.cc182 size_t size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in __asan_mz_calloc() local
/NextBSD/contrib/compiler-rt/lib/lsan/
HDlsan_interceptors.cc68 uptr size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR() local
/NextBSD/contrib/compiler-rt/lib/msan/
HDmsan_interceptors.cc981 SIZE_T size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGObjCMac.cpp2343 unsigned size_in_words = size_in_bytes.getQuantity() / WordSizeInBytes; in getBitmapBlockLayout() local