Home
last modified time | relevance | path

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

/sof-2.7.6/tools/sof_ri_info/
Dsof_ri_info.py586 reader.read_bytes(18*4)
591 modulus = reader.read_bytes(modulus_size * 4)
593 hdr.add_a(Abytes('exponent', reader.read_bytes(exponent_size * 4)))
594 hdr.add_a(Abytes('signature', reader.read_bytes(modulus_size * 4)))
629 ext.add_a(Abytes('bitmap', reader.read_bytes(16), 'red'))
637 reader.read_bytes(16)
642 ext.add_a(Abytes('sha_hash', reader.read_bytes(32)))
645 ext.add_a(Abytes('attributes', reader.read_bytes(16)))
673 hdr.add_a(Astring('name', chararr_to_string(reader.read_bytes(8), 8)))
707 chararr_to_string(reader.read_bytes(8), 8)))
[all …]