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

/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmsopt.c471 cmsUInt32Number i, nOuts, nIns; local
478 &WhitePointOut, NULL, &nOuts)) return FALSE;
482 if (Lut ->OutputChannels != nOuts) return FALSE;
486 if (WhitesAreEqual(nOuts, WhitePointOut, ObtainedOut)) return TRUE; // whites already match
515 for (i=0; i < nOuts; i++) {
529 for (i=0; i < nOuts; i++)
534 PatchLUT(CLUT, WhiteIn, WhiteOut, nOuts, nIns);
/external/valgrind/VEX/priv/
H A Dir_opt.c3401 /*OUT*/Int* nOuts,
3409 *nOuts = n;
3400 irExprVec_to_TmpOrConsts( TmpOrConst** outs, Int* nOuts, IRExpr** ins ) argument

Completed in 409 milliseconds