Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkupdate/
H A DUpgrade.cpp822 unsigned int nOutput; in UnlockDevice() local
851 pLog->PrintBuffer(strOutput, output + nOutput - 32, 32, 16); in UnlockDevice()
855 if (memcmp(pMd5, output + nOutput - 32, 32) == 0) in UnlockDevice()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrcrtc.c1143 rep.nOutput = 0; in ProcRRGetCrtcInfo()
1167 rep.nOutput = crtc->numOutputs; in ProcRRGetCrtcInfo()
1179 rep.length = rep.nOutput + rep.nPossibleOutput; in ProcRRGetCrtcInfo()
1189 possible = (RROutput *) (outputs + rep.nOutput); in ProcRRGetCrtcInfo()
1221 swaps(&rep.nOutput); in ProcRRGetCrtcInfo()