Searched refs:ConvertUInt32ToHexWithZeros (Results 1 – 3 of 3) sorted by relevance
17 void ConvertUInt32ToHexWithZeros(UInt32 value, char *s);
68 void ConvertUInt32ToHexWithZeros(UInt32 value, char *s) in ConvertUInt32ToHexWithZeros() function
460 ConvertUInt32ToHexWithZeros(stat.CrcSum, s); in Main2()