Home
last modified time | relevance | path

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

/u-boot/tools/dtoc/
A Dfdt.py55 def BytesToValue(data): function
127 self.type, self.value = BytesToValue(bytes(data))
233 self.type, self.value = BytesToValue(bytes)
A Dtest_fdt.py31 from dtoc.fdt import Type, BytesToValue
154 self.assertEqual(BytesToValue(b'this\0is\0'),
A Dtest_fdt31 from dtoc.fdt import Type, BytesToValue
154 self.assertEqual(BytesToValue(b'this\0is\0'),

Completed in 14 milliseconds