Searched refs:rz_log (Results 1 – 1 of 1) sorted by relevance
36 static u32 RZLog2Size(u32 rz_log) { in RZLog2Size() argument37 CHECK_LT(rz_log, 8); in RZLog2Size()38 return 16 << rz_log; in RZLog2Size()79 u32 rz_log : 3; member124 return reinterpret_cast<void*>(Beg() - RZLog2Size(rz_log)); in AllocBeg()285 u32 rz_log = in ComputeRZLog() local295 return Min(Max(rz_log, RZSize2Log(min_rz)), RZSize2Log(max_rz)); in ComputeRZLog()342 uptr rz_log = ComputeRZLog(size); in Allocate() local343 uptr rz_size = RZLog2Size(rz_log); in Allocate()399 m->rz_log = rz_log; in Allocate()