reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
55 return SCUDO_WORDSIZE - 1U - static_cast<uptr>(__builtin_clzl(X));
projects/compiler-rt/lib/scudo/standalone/platform.h 36 #if SCUDO_WORDSIZE == 64U
projects/compiler-rt/lib/scudo/standalone/primary32.h 180 #if SCUDO_WORDSIZE == 32U
projects/compiler-rt/lib/scudo/standalone/secondary.cpp51 if (SCUDO_WORDSIZE == 32U && NewMapBase != MapBase) { 59 if (SCUDO_WORDSIZE == 32U && NewMapEnd != MapEnd) {projects/compiler-rt/lib/scudo/standalone/size_class_map.h
141 #if SCUDO_WORDSIZE == 64U