Home
last modified time | relevance | path

Searched refs:nOuts (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmsopt.c471 cmsUInt32Number i, nOuts, nIns; in FixWhiteMisalignment() local
478 &WhitePointOut, NULL, &nOuts)) return FALSE; in FixWhiteMisalignment()
482 if (Lut ->OutputChannels != nOuts) return FALSE; in FixWhiteMisalignment()
486 if (WhitesAreEqual(nOuts, WhitePointOut, ObtainedOut)) return TRUE; // whites already match in FixWhiteMisalignment()
515 for (i=0; i < nOuts; i++) { in FixWhiteMisalignment()
529 for (i=0; i < nOuts; i++) in FixWhiteMisalignment()
534 PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns); in FixWhiteMisalignment()
/external/valgrind/VEX/priv/
Dir_opt.c3406 /*OUT*/Int* nOuts, in irExprVec_to_TmpOrConsts() argument
3414 *nOuts = n; in irExprVec_to_TmpOrConsts()