Home
last modified time | relevance | path

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

/u-boot/tools/binman/
A Dftest.py1592 expected = tools.GetBytes(0xff, 8) + tools.GetBytes(0, 8)
1927 tools.GetBytes(ord('d'), 8))
1982 m.update(tools.GetBytes(ord('a'), 16))
3912 before = tools.GetBytes(0, 8)
3913 after = tools.GetBytes(0, 4)
3932 before = tools.GetBytes(0, 8)
3933 after = tools.GetBytes(0, 4)
3953 expected = (tools.GetBytes(ord('&'), 3) +
3954 tools.GetBytes(ord('!'), 5) +
3956 tools.GetBytes(ord('!'), 1) +
[all …]
A Delf_test.py29 self.data = tools.GetBytes(ord('a'), contents_size)
164 self.assertEqual(tools.GetBytes(255, 20) + tools.GetBytes(ord('a'), 4),
A Dcbfs_util.py193 return val + tools.GetBytes(0, pad_len - len(val))
373 data = tools.GetBytes(self.erase_byte, self.size)
390 pad = tools.GetBytes(pad_byte, pad_len)
484 fd.write(tools.GetBytes(self._erase_byte, offset - fd.tell()))
A Dentry.py320 data += tools.GetBytes(0, self.contents_size - new_size)
/u-boot/tools/binman/etype/
A Du_boot_spl_bss_pad.py40 self.SetContents(tools.GetBytes(0, bss_size))
A Dfill.py34 self.SetContents(tools.GetBytes(self.fill_value, self.size))
A Du_boot_env.py38 data += tools.GetBytes(self.fill_value, pad)
A Dfdtmap.py135 data = FDTMAP_MAGIC + tools.GetBytes(0, 8) + data
A Dsection.py170 data += tools.GetBytes(self._pad_byte, entry.pad_before)
177 data += tools.GetBytes(self._pad_byte, entry.pad_after)
180 data += tools.GetBytes(pad_byte, entry.size - len(data))
204 section_data += tools.GetBytes(self._pad_byte, pad)
/u-boot/tools/dtoc/
A Dfdt.py369 tools.GetBytes(0, 4))
381 value = tools.GetBytes(0, len)
A Dtest_fdt290 self.assertEqual(tools.GetBytes(0, 4), fdt.Prop.GetEmpty(Type.INT))
437 self.node.AddData('data', tools.GetBytes(65, 20000))
A Dtest_fdt.py290 self.assertEqual(tools.GetBytes(0, 4), fdt.Prop.GetEmpty(Type.INT))
437 self.node.AddData('data', tools.GetBytes(65, 20000))
/u-boot/tools/patman/
A Dtools.py423 def GetBytes(byte, size): function

Completed in 48 milliseconds