Searched defs:size_log (Results 1 – 3 of 3) sorted by relevance
341 const unsigned size_log = code & 0xf; in GetAccessInfo() local
115 uptr size_log = MostSignificantSetBitIndex(map_size); in Allocate() local
309 u64 size_log() const { return (x_ >> (3 + kClkBits)) & 3; } in size_log() function