Searched refs:kWordSize (Results 1 – 5 of 5) sorted by relevance
50 uptr size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR()
182 size_t size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in __asan_mz_calloc()
68 uptr size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR()
36 const uptr kWordSize = SANITIZER_WORDSIZE / 8; variable37 const uptr kWordSizeInBits = 8 * kWordSize;
981 SIZE_T size_in_words = ((nmemb * size) + kWordSize - 1) / kWordSize; in INTERCEPTOR()