Home
last modified time | relevance | path

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

/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c208 const ptrdiff_t nLevel = pNesting->pCurrent - &(pNesting->pLevels[0]); in DecodeNesting_GetCurrentLevel() local
212 return (uint8_t)nLevel; in DecodeNesting_GetCurrentLevel()
219 const ptrdiff_t nLevel = pNesting->pCurrentBounded - &(pNesting->pLevels[0]); in DecodeNesting_GetBoundedModeLevel() local
223 return (uint8_t)nLevel; in DecodeNesting_GetBoundedModeLevel()