Home
last modified time | relevance | path

Searched refs:pow4 (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dcompress.c68 #define pow4(n) (n * n * n * n) in has_low_entropy() macro
69 len = ilog2(pow4(slen)); in has_low_entropy()
73 p2 = ilog2(pow4(p)); in has_low_entropy()