Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/source/
Dtrc_printable_elem.cpp51 static char szFormatBuffer[32]; in getValStr() local
77 sprintf(szFormatBuffer,"%%0%dllX",validChars); // create the format in getValStr()
78 sprintf(szStrBuffer,szFormatBuffer,value); // fill the buffer in getValStr()
82 sprintf(szFormatBuffer,"%%0%dlX",validChars); // create the format in getValStr()
83 sprintf(szStrBuffer,szFormatBuffer,(uint32_t)value); // fill the buffer in getValStr()