Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dtools.py153 def NotPowerOfTwo(num): function
/openbmc/u-boot/tools/binman/
H A Dentry.py154 if tools.NotPowerOfTwo(self.align):
160 if tools.NotPowerOfTwo(self.align_size):
H A Dbsection.py80 if tools.NotPowerOfTwo(self._align_size):