Check             910 src/cmscgats.c                 if (!Check(it8, SSTRING, "Filename expected")) return;
Check             945 src/cmscgats.c         if (!Check(it8, SEOLN, "Expected separator")) return FALSE;
Check             774 src/cmsxform.c cmsBool  IsProperColorSpace(cmsColorSpaceSignature Check, cmsUInt32Number dwFormat)
Check             777 src/cmsxform.c     int Space2 = _cmsLCMScolorSpace(Check);
Check            8209 testbed/testcms2.c     Check("Base types", CheckBaseTypes);
Check            8210 testbed/testcms2.c     Check("endianess", CheckEndianess);
Check            8211 testbed/testcms2.c     Check("quick floor", CheckQuickFloor);
Check            8212 testbed/testcms2.c     Check("quick floor word", CheckQuickFloorWord);
Check            8213 testbed/testcms2.c     Check("Fixed point 15.16 representation", CheckFixedPoint15_16);
Check            8214 testbed/testcms2.c     Check("Fixed point 8.8 representation", CheckFixedPoint8_8);
Check            8215 testbed/testcms2.c     Check("D50 roundtrip", CheckD50Roundtrip);
Check            8219 testbed/testcms2.c         Check("Creation of test profiles", CreateTestProfiles);
Check            8224 testbed/testcms2.c     Check("1D interpolation in 2pt tables", Check1DLERP2);
Check            8225 testbed/testcms2.c     Check("1D interpolation in 3pt tables", Check1DLERP3);
Check            8226 testbed/testcms2.c     Check("1D interpolation in 4pt tables", Check1DLERP4);
Check            8227 testbed/testcms2.c     Check("1D interpolation in 6pt tables", Check1DLERP6);
Check            8228 testbed/testcms2.c     Check("1D interpolation in 18pt tables", Check1DLERP18);
Check            8229 testbed/testcms2.c     Check("1D interpolation in descending 2pt tables", Check1DLERP2Down);
Check            8230 testbed/testcms2.c     Check("1D interpolation in descending 3pt tables", Check1DLERP3Down);
Check            8231 testbed/testcms2.c     Check("1D interpolation in descending 6pt tables", Check1DLERP6Down);
Check            8232 testbed/testcms2.c     Check("1D interpolation in descending 18pt tables", Check1DLERP18Down);
Check            8236 testbed/testcms2.c         Check("1D interpolation in n tables", ExhaustiveCheck1DLERP);
Check            8237 testbed/testcms2.c         Check("1D interpolation in descending tables", ExhaustiveCheck1DLERPDown);
Check            8241 testbed/testcms2.c     Check("3D interpolation Tetrahedral (float) ", Check3DinterpolationFloatTetrahedral);
Check            8242 testbed/testcms2.c     Check("3D interpolation Trilinear (float) ", Check3DinterpolationFloatTrilinear);
Check            8243 testbed/testcms2.c     Check("3D interpolation Tetrahedral (16) ", Check3DinterpolationTetrahedral16);
Check            8244 testbed/testcms2.c     Check("3D interpolation Trilinear (16) ", Check3DinterpolationTrilinear16);
Check            8248 testbed/testcms2.c         Check("Exhaustive 3D interpolation Tetrahedral (float) ", ExaustiveCheck3DinterpolationFloatTetrahedral);
Check            8249 testbed/testcms2.c         Check("Exhaustive 3D interpolation Trilinear  (float) ", ExaustiveCheck3DinterpolationFloatTrilinear);
Check            8250 testbed/testcms2.c         Check("Exhaustive 3D interpolation Tetrahedral (16) ", ExhaustiveCheck3DinterpolationTetrahedral16);
Check            8251 testbed/testcms2.c         Check("Exhaustive 3D interpolation Trilinear (16) ", ExhaustiveCheck3DinterpolationTrilinear16);
Check            8254 testbed/testcms2.c     Check("Reverse interpolation 3 -> 3", CheckReverseInterpolation3x3);
Check            8255 testbed/testcms2.c     Check("Reverse interpolation 4 -> 3", CheckReverseInterpolation4x3);
Check            8260 testbed/testcms2.c     Check("3D interpolation", Check3Dinterp);
Check            8261 testbed/testcms2.c     Check("3D interpolation with granularity", Check3DinterpGranular);
Check            8262 testbed/testcms2.c     Check("4D interpolation", Check4Dinterp);
Check            8263 testbed/testcms2.c     Check("4D interpolation with granularity", Check4DinterpGranular);
Check            8264 testbed/testcms2.c     Check("5D interpolation with granularity", Check5DinterpGranular);
Check            8265 testbed/testcms2.c     Check("6D interpolation with granularity", Check6DinterpGranular);
Check            8266 testbed/testcms2.c     Check("7D interpolation with granularity", Check7DinterpGranular);
Check            8267 testbed/testcms2.c     Check("8D interpolation with granularity", Check8DinterpGranular);
Check            8270 testbed/testcms2.c     Check("Lab to LCh and back (float only) ", CheckLab2LCh);
Check            8271 testbed/testcms2.c     Check("Lab to XYZ and back (float only) ", CheckLab2XYZ);
Check            8272 testbed/testcms2.c     Check("Lab to xyY and back (float only) ", CheckLab2xyY);
Check            8273 testbed/testcms2.c     Check("Lab V2 encoding", CheckLabV2encoding);
Check            8274 testbed/testcms2.c     Check("Lab V4 encoding", CheckLabV4encoding);
Check            8277 testbed/testcms2.c     Check("Blackbody radiator", CheckTemp2CHRM);
Check            8280 testbed/testcms2.c     Check("Linear gamma curves (16 bits)", CheckGammaCreation16);
Check            8281 testbed/testcms2.c     Check("Linear gamma curves (float)", CheckGammaCreationFlt);
Check            8283 testbed/testcms2.c     Check("Curve 1.8 (float)", CheckGamma18);
Check            8284 testbed/testcms2.c     Check("Curve 2.2 (float)", CheckGamma22);
Check            8285 testbed/testcms2.c     Check("Curve 3.0 (float)", CheckGamma30);
Check            8287 testbed/testcms2.c     Check("Curve 1.8 (table)", CheckGamma18Table);
Check            8288 testbed/testcms2.c     Check("Curve 2.2 (table)", CheckGamma22Table);
Check            8289 testbed/testcms2.c     Check("Curve 3.0 (table)", CheckGamma30Table);
Check            8291 testbed/testcms2.c     Check("Curve 1.8 (word table)", CheckGamma18TableWord);
Check            8292 testbed/testcms2.c     Check("Curve 2.2 (word table)", CheckGamma22TableWord);
Check            8293 testbed/testcms2.c     Check("Curve 3.0 (word table)", CheckGamma30TableWord);
Check            8295 testbed/testcms2.c     Check("Parametric curves", CheckParametricToneCurves);
Check            8297 testbed/testcms2.c     Check("Join curves", CheckJointCurves);
Check            8298 testbed/testcms2.c     Check("Join curves descending", CheckJointCurvesDescending);
Check            8299 testbed/testcms2.c     Check("Join curves degenerated", CheckReverseDegenerated);
Check            8300 testbed/testcms2.c     Check("Join curves sRGB (Float)", CheckJointFloatCurves_sRGB);
Check            8301 testbed/testcms2.c     Check("Join curves sRGB (16 bits)", CheckJoint16Curves_sRGB);
Check            8302 testbed/testcms2.c     Check("Join curves sigmoidal", CheckJointCurvesSShaped);
Check            8305 testbed/testcms2.c     Check("LUT creation & dup", CheckLUTcreation);
Check            8306 testbed/testcms2.c     Check("1 Stage LUT ", Check1StageLUT);
Check            8307 testbed/testcms2.c     Check("2 Stage LUT ", Check2StageLUT);
Check            8308 testbed/testcms2.c     Check("2 Stage LUT (16 bits)", Check2Stage16LUT);
Check            8309 testbed/testcms2.c     Check("3 Stage LUT ", Check3StageLUT);
Check            8310 testbed/testcms2.c     Check("3 Stage LUT (16 bits)", Check3Stage16LUT);
Check            8311 testbed/testcms2.c     Check("4 Stage LUT ", Check4StageLUT);
Check            8312 testbed/testcms2.c     Check("4 Stage LUT (16 bits)", Check4Stage16LUT);
Check            8313 testbed/testcms2.c     Check("5 Stage LUT ", Check5StageLUT);
Check            8314 testbed/testcms2.c     Check("5 Stage LUT (16 bits) ", Check5Stage16LUT);
Check            8315 testbed/testcms2.c     Check("6 Stage LUT ", Check6StageLUT);
Check            8316 testbed/testcms2.c     Check("6 Stage LUT (16 bits) ", Check6Stage16LUT);
Check            8319 testbed/testcms2.c     Check("Lab to Lab LUT (float only) ", CheckLab2LabLUT);
Check            8320 testbed/testcms2.c     Check("XYZ to XYZ LUT (float only) ", CheckXYZ2XYZLUT);
Check            8321 testbed/testcms2.c     Check("Lab to Lab MAT LUT (float only) ", CheckLab2LabMatLUT);
Check            8322 testbed/testcms2.c     Check("Named Color LUT", CheckNamedColorLUT);
Check            8323 testbed/testcms2.c     Check("Usual formatters", CheckFormatters16);
Check            8324 testbed/testcms2.c     Check("Floating point formatters", CheckFormattersFloat);
Check            8327 testbed/testcms2.c     Check("HALF formatters", CheckFormattersHalf);
Check            8330 testbed/testcms2.c     Check("ChangeBuffersFormat", CheckChangeBufferFormat);
Check            8333 testbed/testcms2.c     Check("Multilocalized Unicode", CheckMLU);
Check            8336 testbed/testcms2.c     Check("Named color lists", CheckNamedColorList);
Check            8339 testbed/testcms2.c     Check("Profile creation", CheckProfileCreation);
Check            8340 testbed/testcms2.c     Check("Header version", CheckVersionHeaderWriting);
Check            8343 testbed/testcms2.c     Check("Error reporting on bad profiles", CheckErrReportingOnBadProfiles);
Check            8344 testbed/testcms2.c     Check("Error reporting on bad transforms", CheckErrReportingOnBadTransforms);
Check            8347 testbed/testcms2.c     Check("Curves only transforms", CheckCurvesOnlyTransforms);
Check            8348 testbed/testcms2.c     Check("Float Lab->Lab transforms", CheckFloatLabTransforms);
Check            8349 testbed/testcms2.c     Check("Encoded Lab->Lab transforms", CheckEncodedLabTransforms);
Check            8350 testbed/testcms2.c     Check("Stored identities", CheckStoredIdentities);
Check            8352 testbed/testcms2.c     Check("Matrix-shaper transform (float)",   CheckMatrixShaperXFORMFloat);
Check            8353 testbed/testcms2.c     Check("Matrix-shaper transform (16 bits)", CheckMatrixShaperXFORM16);
Check            8354 testbed/testcms2.c     Check("Matrix-shaper transform (8 bits)",  CheckMatrixShaperXFORM8);
Check            8356 testbed/testcms2.c     Check("Primaries of sRGB", CheckRGBPrimaries);
Check            8359 testbed/testcms2.c     Check("Known values across matrix-shaper", Chack_sRGB_Float);
Check            8360 testbed/testcms2.c     Check("Gray input profile", CheckInputGray);
Check            8361 testbed/testcms2.c     Check("Gray Lab input profile", CheckLabInputGray);
Check            8362 testbed/testcms2.c     Check("Gray output profile", CheckOutputGray);
Check            8363 testbed/testcms2.c     Check("Gray Lab output profile", CheckLabOutputGray);
Check            8365 testbed/testcms2.c     Check("Matrix-shaper proofing transform (float)",   CheckProofingXFORMFloat);
Check            8366 testbed/testcms2.c     Check("Matrix-shaper proofing transform (16 bits)",  CheckProofingXFORM16);
Check            8368 testbed/testcms2.c     Check("Gamut check", CheckGamutCheck);
Check            8370 testbed/testcms2.c     Check("CMYK roundtrip on perceptual transform",   CheckCMYKRoundtrip);
Check            8372 testbed/testcms2.c     Check("CMYK perceptual transform",   CheckCMYKPerceptual);
Check            8375 testbed/testcms2.c     Check("Black ink only preservation", CheckKOnlyBlackPreserving);
Check            8376 testbed/testcms2.c     Check("Black plane preservation", CheckKPlaneBlackPreserving);
Check            8379 testbed/testcms2.c     Check("Deciding curve types", CheckV4gamma);
Check            8381 testbed/testcms2.c     Check("Black point detection", CheckBlackPoint);
Check            8382 testbed/testcms2.c     Check("TAC detection", CheckTAC);
Check            8384 testbed/testcms2.c     Check("CGATS parser", CheckCGATS);
Check            8385 testbed/testcms2.c     Check("PostScript generator", CheckPostScript);
Check            8386 testbed/testcms2.c     Check("Segment maxima GBD", CheckGBD);
Check            8387 testbed/testcms2.c     Check("MD5 digest", CheckMD5);
Check            8388 testbed/testcms2.c     Check("Linking", CheckLinking);
Check            8389 testbed/testcms2.c     Check("floating point tags on XYZ", CheckFloatXYZ);
Check            8390 testbed/testcms2.c     Check("RGB->Lab->RGB with alpha on FLT", ChecksRGB2LabFLT);
Check            8391 testbed/testcms2.c     Check("Parametric curve on Rec709", CheckParametricRec709);
Check            8392 testbed/testcms2.c     Check("Floating Point sampled curve with non-zero start", CheckFloatSamples);
Check            8393 testbed/testcms2.c     Check("Floating Point segmented curve with short sampled segement", CheckFloatSegments);
Check            8394 testbed/testcms2.c     Check("Read RAW portions", CheckReadRAW);
Check            8395 testbed/testcms2.c     Check("Check MetaTag", CheckMeta);
Check            8396 testbed/testcms2.c     Check("Null transform on floats", CheckFloatNULLxform);
Check            8397 testbed/testcms2.c     Check("Set free a tag", CheckRemoveTag);
Check            8398 testbed/testcms2.c     Check("Matrix simplification", CheckMatrixSimplify);
Check            8404 testbed/testcms2.c         Check("Context memory handling", CheckAllocContext);
Check            8405 testbed/testcms2.c         Check("Simple context functionality", CheckSimpleContext);
Check            8406 testbed/testcms2.c         Check("Alarm codes context", CheckAlarmColorsContext);
Check            8407 testbed/testcms2.c         Check("Adaptation state context", CheckAdaptationStateContext);
Check            8408 testbed/testcms2.c         Check("1D interpolation plugin", CheckInterp1DPlugin); 
Check            8409 testbed/testcms2.c         Check("3D interpolation plugin", CheckInterp3DPlugin); 
Check            8410 testbed/testcms2.c         Check("Parametric curve plugin", CheckParametricCurvePlugin);        
Check            8411 testbed/testcms2.c         Check("Formatters plugin",       CheckFormattersPlugin);        
Check            8412 testbed/testcms2.c         Check("Tag type plugin",         CheckTagTypePlugin);
Check            8413 testbed/testcms2.c         Check("MPE type plugin",         CheckMPEPlugin);       
Check            8414 testbed/testcms2.c         Check("Optimization plugin",     CheckOptimizationPlugin); 
Check            8415 testbed/testcms2.c         Check("Rendering intent plugin", CheckIntentPlugin);
Check            8416 testbed/testcms2.c         Check("Full transform plugin",   CheckTransformPlugin);
Check            8417 testbed/testcms2.c         Check("Mutex plugin",            CheckMutexPlugin);