Searched refs:NotPowerOfTwo (Results 1 – 3 of 3) sorted by relevance
120 if tools.NotPowerOfTwo(self.align):126 if tools.NotPowerOfTwo(self.align_size):
73 if tools.NotPowerOfTwo(self._align_size):
118 def NotPowerOfTwo(num): function