Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/include/
H A Dstdint.h103 #define INT8_MIN (-0x7f-1) macro
120 #define INT_LEAST8_MIN INT8_MIN
137 #define INT_FAST8_MIN INT8_MIN
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h1413 if(src > INT8_MAX || src < INT8_MIN) { in QCBOR_Int64ToInt8()