Searched refs:SCUDO_WORDSIZE (Results 1 – 6 of 6) sorted by relevance
47 #define SCUDO_WORDSIZE 64U macro49 #define SCUDO_WORDSIZE 32U macro52 #if SCUDO_WORDSIZE == 64U59 #define SCUDO_CAN_USE_PRIMARY64 (SCUDO_WORDSIZE == 64U)
47 #if __has_builtin(__builtin_umull_overflow) && (SCUDO_WORDSIZE == 64U) in checkForCallocOverflow()50 #elif __has_builtin(__builtin_umul_overflow) && (SCUDO_WORDSIZE == 32U) in checkForCallocOverflow()
249 #if SCUDO_WORDSIZE == 64U288 #if SCUDO_WORDSIZE == 64U && defined(__clang__)
107 static_assert(StaticBufferCount < SCUDO_WORDSIZE, ""); in getBuffer() 270 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in incN() 282 DCHECK_LT(BitOffset, SCUDO_WORDSIZE);302 DCHECK_LT(BitOffset, SCUDO_WORDSIZE); in updateAsAllCountedIf()
73 return SCUDO_WORDSIZE - 1U - static_cast<uptr>(__builtin_clzl(X)); in getMostSignificantSetBitIndex()
658 if (SCUDO_WORDSIZE == 32U && NewMapBase != MapBase) { in allocate()665 if (SCUDO_WORDSIZE == 32U && NewMapEnd != MapEnd) { in allocate()