Home
last modified time | relevance | path

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

/sof-3.4.0/tools/probes/
Dprobes_demux.c257 uint i = 0; in parser_parse_data()
320 uint data_to_copy; in parser_parse_data()
/sof-3.4.0/tools/sof_ri_info/
Dsof_ri_info.py492 def uint_to_string(uint, both=False): argument
496 return hex(uint) + ' (' + repr(uint) + ')'
497 return hex(uint)