Home
last modified time | relevance | path

Searched defs:rz_log (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_allocator.cc38 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size()
81 u32 rz_log : 3; member
347 u32 rz_log = in ComputeRZLog() local
425 uptr rz_log = ComputeRZLog(size); in Allocate() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_allocator.cc36 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size()
79 u32 rz_log : 3; member
345 u32 rz_log = in ComputeRZLog() local
423 uptr rz_log = ComputeRZLog(size); in Allocate() local
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_allocator.cpp38 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size()
412 u32 rz_log = user_requested_size <= 64 - 16 ? 0 in ComputeRZLog() local
509 uptr rz_log = ComputeRZLog(size); in Allocate() local