Lines Matching refs:pCount

43 QueryTableType0 (unsigned int maxcolor, int format, char **pChar, unsigned long *pCount, 
50 nElements = _XcmsGetElement(format, pChar, pCount) + 1;
64 *ph++ = _XcmsGetElement (format, pChar, pCount) * 0x101;
65 *pf++ = (_XcmsGetElement (format, pChar, pCount)
72 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount);
73 *pf++ = (_XcmsGetElement (format, pChar, pCount)
80 *ph++ = (unsigned short)_XcmsGetElement (format, pChar, pCount);
81 *pf++ = (_XcmsGetElement (format, pChar, pCount)
105 QueryTableType1 (unsigned int maxcolor, int format, char **pChar, unsigned long *pCount,
114 max_index = _XcmsGetElement(format, pChar, pCount);
130 *pf++ = ((XcmsFloat) _XcmsGetElement(format, pChar, pCount) / (XcmsFloat)255.0) *
138 *pf++ = ((XcmsFloat) _XcmsGetElement(format, pChar, pCount) / (XcmsFloat)65535.0) *
146 *pf++ = ((XcmsFloat) _XcmsGetElement (format, pChar, pCount) / (XcmsFloat)4294967295.0)
226 skipChannel (int cType, int format, char **pChar, unsigned long *pCount)
230 if ((long)*pCount <= 0) {
233 length = _XcmsGetElement(format, pChar, pCount) + 1;
236 if ((long)nElements > *pCount) {
241 (void) _XcmsGetElement (format, pChar, pCount);
256 skipVisual (int format, char **pChar, unsigned long *pCount)
261 if ((long)*pCount <= 0) {
264 cType = (int)_XcmsGetElement(format, pChar, pCount);
270 if ((long)*pCount <= 0) {
273 nTables = (int)_XcmsGetElement(format, pChar, pCount);
279 if (!skipChannel(cType, format, pChar, pCount)) {
286 if (!skipChannel(cType, format, pChar, pCount)) {
291 if (!skipChannel(cType, format, pChar, pCount)) {