Searched refs:validChars (Results 1 – 1 of 1) sorted by relevance
64 int validChars = valValidBits / 4; in getValStr() local65 if((valValidBits % 4) > 0) validChars++; in getValStr()66 int QM = numHexChars - validChars; in getValStr()74 sprintf(szFormatBuffer,"%%0%dllX",validChars); // create the format in getValStr()79 sprintf(szFormatBuffer,"%%0%dlX",validChars); // create the format in getValStr()