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 if (validChars < numHexChars) in getValStr()68 int QM = numHexChars - validChars; in getValStr()77 sprintf(szFormatBuffer,"%%0%dllX",validChars); // create the format in getValStr()82 sprintf(szFormatBuffer,"%%0%dlX",validChars); // create the format in getValStr()