Home
last modified time | relevance | path

Searched defs:uStart (Results 1 – 2 of 2) sorted by relevance

/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_private.h203 uint32_t uStart; /* uStart is the position where the array starts */ member
/optee_os/core/lib/qcbor/src/
H A Dqcbor_decode.c301 DecodeNesting_SetMapOrArrayBoundedMode(QCBORDecodeNesting *pNesting, bool bIsEmpty, size_t uStart) in DecodeNesting_SetMapOrArrayBoundedMode()