Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dstdint.h104 #define INT16_MIN (-0x7fff-1) macro
121 #define INT_LEAST16_MIN INT16_MIN
138 #define INT_FAST16_MIN INT16_MIN
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h1402 if(src > INT16_MAX || src < INT16_MIN) { in QCBOR_Int64ToInt16()