Searched refs:uint (Results 1 – 2 of 2) sorted by relevance
257 uint i = 0; in parser_parse_data()320 uint data_to_copy; in parser_parse_data()
492 def uint_to_string(uint, both=False): argument496 return hex(uint) + ' (' + repr(uint) + ')'497 return hex(uint)