Lines Matching defs:nitems
319 unsigned long nitems = 0;
335 CorrectAtom, &format, &nitems, &nbytes_return,
341 } else if ((long)nitems <= 0) {
355 /* Note: nitems is decremented as a side-effect of calling getElement */
356 while (nitems) {
374 if (nitems < 9) {
392 if (nitems < 7) {
409 if (nitems < 6) {
422 visualID = _XcmsGetElement(format, &pChar, &nitems);
425 visualID |= _XcmsGetElement(format, &pChar, &nitems);
428 if (!skipVisual(format, &pChar, &nitems)) {
439 cType = (int)_XcmsGetElement(format, &pChar, &nitems);
440 nTables = (int)_XcmsGetElement(format, &pChar, &nitems);
452 if (!QueryTableType0(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {
467 if (!QueryTableType1(maxcolor, format, &pChar, &nitems, &nelem, &ph, &pf)) {