Home
last modified time | relevance | path

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

/misc/config_tools/board_inspector/acpiparser/aml/
A Dstream.py12 def print_binary(self, base): member in Stream
112 self.print_binary(self.current - 48)
113 self.print_binary(self.current - 32)
114 self.print_binary(self.current - 16)
115 self.print_binary(self.current)

Completed in 2 milliseconds