Searched refs:is_pot (Results 1 – 2 of 2) sorted by relevance
46 def is_pot(x): function267 def is_pot(self): member in Format268 return is_pot(self.block_size())
95 assert channel.size % 8 == 0 and is_pot(channel.size)117 if channel.size % 8 or not is_pot(channel.size):