Searched refs:to_hex_size (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/binman/etype/
H A Dfmap.py11 from u_boot_pylib.tools import to_hex_size namespace
55 (entry.GetPath(), entry.etype, to_hex_size(entries)))
H A Dsection.py21 from u_boot_pylib.tools import to_hex_size namespace
305 self.Detail('GetPaddedDataForEntry: size %s' % to_hex_size(self.data))
/u-boot/tools/u_boot_pylib/
H A Dtools.py528 def to_hex_size(val): function
/u-boot/tools/binman/
H A Dentry.py18 from u_boot_pylib.tools import to_hex, to_hex_size namespace
622 self.Detail('GetData: size %s' % to_hex_size(self.data))

Completed in 195 milliseconds