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

/xsrc/external/mit/xcmsdb/dist/
H A Dxcmsdb.c352 int count, format, cType, nTables;
522 cType = _XcmsGetElement(format, &pChar, &nitems);
523 printf("\ttype: %d\n", cType);
527 switch (cType) {
582 int count, format, cType;
707 cType = _XcmsGetElement(format, &pChar, &nitems);
708 printf("\ttype: %d\n", cType);
710 switch (cType) {
348 int count, format, cType, nTables; local in function:QuerySCCDataRGB
577 int count, format, cType; local in function:QuerySCCDataGray
/xsrc/external/mit/libX11/dist/src/xcms/
H A DLRGB.c470 int format_return, count, cType, nTables;
678 cType = _XcmsGetElement(format_return, &pChar, &nitems);
681 if (cType == 0) {
719 } else if (cType == 1) {
469 int format_return, count, cType, nTables; local in function:LINEAR_RGB_InitSCCData

Completed in 5 milliseconds