Searched refs:hValue (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xcmsdb/dist/
H A Dxcmsdb.c241 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, fValu
239 unsigned short hValue; local in function:PrintTableType0
295 unsigned short hValue; local in function:PrintTableType1
[all...]

Completed in 2 milliseconds