Home
last modified time | relevance | path

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

/external/u-boot/tools/binman/
Dentry.py120 if tools.NotPowerOfTwo(self.align):
126 if tools.NotPowerOfTwo(self.align_size):
Dbsection.py73 if tools.NotPowerOfTwo(self._align_size):
/external/u-boot/tools/patman/
Dtools.py118 def NotPowerOfTwo(num): function