Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/record/
H A Drecord.c2134 int nRCAPs = 0; in ProcRecordGetContext() local
2147 nRCAPs++; in ProcRecordGetContext()
2151 pRangeInfo = xallocarray(nRCAPs, sizeof(GetContextRangeInfoRec)); in ProcRecordGetContext()
2152 if (!pRangeInfo && nRCAPs > 0) in ProcRecordGetContext()
2154 for (i = 0; i < nRCAPs; i++) { in ProcRecordGetContext()
2271 for (i = 0; i < nRCAPs; i++) { in ProcRecordGetContext()