Home
last modified time | relevance | path

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

/sof-2.7.6/tools/sof_ri_info/
Dsof_ri_info.py347 def uint_to_string(uint, both=False): argument
351 return hex(uint) + ' (' + repr(uint) + ')'
352 return hex(uint)