Searched refs:rz_log (Results 1 – 1 of 1) sorted by relevance
41 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size() argument42 CHECK_LT(rz_log, 8); in RZLog2Size()43 return 16 << rz_log; in RZLog2Size()463 u32 rz_log = user_requested_size <= 64 - 16 ? 0 in ComputeRZLog() local474 return Min(Max(rz_log, Max(min_log, hdr_log)), Max(max_log, hdr_log)); in ComputeRZLog()560 uptr rz_log = ComputeRZLog(size); in Allocate() local561 uptr rz_size = RZLog2Size(rz_log); in Allocate()