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

/xsrc/external/mit/xcmsdb/dist/
H A DloadData.c665 * Note: tableType should only be 0 or 1 at this point.
669 if (pCorrection->tableType) {
676 /* With tableType 1 only store the intensity. */
703 /* With tableType 0 only store both value & intensity */
896 if ((pCorrection->tableType != 0) && (pCorrection->tableType != 1)) {
901 pCorrection->tableType);
906 pCorrection->tableType);
942 (pCorrection->tableType == 0 ? 2 : 1));
952 *pCard8++ = pCorrection->tableType; /* typ
1142 LoadDataGray(Display * pDpy,window root,int tableType,LINEAR_RGB_SCCData * pScreenData,int targetFormat) argument
[all...]
H A DSCCDFile.h134 int tableType; member in struct:_XDCCC_Correction

Completed in 82 milliseconds