Home
last modified time | relevance | path

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

/u-boot/tools/dtoc/
A Dfdt.py52 def BytesToValue(data): function
122 self.type, self.value = BytesToValue(bytes(data))
215 self.type, self.value = BytesToValue(bytes)
A Dtest_fdt22 from fdt import Type, BytesToValue
129 self.assertEqual(BytesToValue(b'this\0is\0'),
A Dtest_fdt.py22 from fdt import Type, BytesToValue
129 self.assertEqual(BytesToValue(b'this\0is\0'),

Completed in 6 milliseconds