Lines Matching defs:hValue
241 unsigned short hValue;
251 hValue = _XcmsGetElement(format, pChar, pCount) * 0x101;
254 printf("\t\t0x%x\t%8.5f\n", hValue, fValue);
259 hValue = _XcmsGetElement(format, pChar, pCount);
262 printf("\t\t0x%x\t%8.5f\n", hValue, fValue);
267 hValue = _XcmsGetElement(format, pChar, pCount);
270 printf("\t\t0x%x\t%8.5f\n", hValue, fValue);
298 unsigned short hValue;
307 hValue = (count * 65535) / max_index;
310 printf("\t\t0x%x\t%8.5f\n", hValue, fValue);
315 hValue = (count * 65535) / max_index;
318 printf("\t\t0x%x\t%8.5f\n", hValue, fValue);
323 hValue = (count * 65535) / max_index;
326 printf("\t\t0x%x\t%8.5f\n", hValue, fValue);