Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/binman/etype/
H A Dentry.py103 if tools.NotPowerOfTwo(self.align):
109 if tools.NotPowerOfTwo(self.align_size):
/OK3568_Linux_fs/u-boot/tools/patman/
H A Dtools.py119 def NotPowerOfTwo(num): function
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dimage.py71 if tools.NotPowerOfTwo(self._align_size):