Searched defs:pow2size (Results 1 – 2 of 2) sorted by relevance
57 #define pow2size(x) ((x)<=2?2:(x)<=4?4:(x)<=8?8:(x)<=16?16:(x)<=32?32:64) macro