Home
last modified time | relevance | path

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

/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_util_internal.h44 int16_t psa_status;
48 int16_t mbedtls_error;
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h42 typedef short int int16_t; typedef
70 typedef int16_t int_least16_t;
80 typedef int16_t int_fast16_t;
/optee_os/lib/libutils/ext/
H A Dqsort_helpers.c31 QSORT_HELPER(s16, int16_t);
/optee_os/core/lib/qcbor/inc/qcbor/
H A Dqcbor_decode.h1400 QCBOR_Int64ToInt16(int64_t src, int16_t *dest) in QCBOR_Int64ToInt16()
1405 *dest = (int16_t) src; in QCBOR_Int64ToInt16()
/optee_os/lib/libutils/ext/include/
H A Dutil.h320 void qsort_s16(int16_t *aa, size_t n);