Home
last modified time | relevance | path

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

/sof-2.7.6/tools/sof_ri_info/
Dsof_ri_info.py359 def chararr_to_string(chararr, max_len): argument
365 if chararr[i] == 0:
367 out += '{:c}'.format(chararr[i])