Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c3435 for(int nIndex = 0; pItemArray[nIndex].uLabelType != QCBOR_TYPE_NONE; nIndex++) { in QCBORDecode_Private_MapSearch() local
3436 if(QCBORItem_MatchLabel(Item, pItemArray[nIndex])) { in QCBORDecode_Private_MapSearch()
3438 if(uFoundItemBitMap & (0x01ULL << nIndex)) { in QCBORDecode_Private_MapSearch()
3449 if(!QCBORItem_MatchType(Item, pItemArray[nIndex])) { in QCBORDecode_Private_MapSearch()
3456 pItemArray[nIndex] = Item; in QCBORDecode_Private_MapSearch()
3457 uFoundItemBitMap |= 0x01ULL << nIndex; in QCBORDecode_Private_MapSearch()