Home
last modified time | relevance | path

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

/optee_os/lib/libutils/ext/include/
H A Dcompiler.h143 intmax_t __intofa_a_signed = __intofa_a; \
145 intmax_t __intofa_b_signed = __intofa_b; \
160 (intmax_t)(__intofa_a_unsigned + \
169 (intmax_t)(__intofa_a_signed + \
181 intmax_t __intofs_a_signed = __intofs_a; \
183 intmax_t __intofs_b_signed = __intofs_b; \
199 (((intmax_t)(INTMAX_MIN + __intofs_b) <= \
202 (intmax_t)(__intofs_a_signed - \
210 (intmax_t)(__intofs_a_unsigned - \
/optee_os/lib/libutils/isoc/include/
H A Dstdint.h92 typedef int64_t intmax_t; typedef
/optee_os/lib/libutils/ext/
H A Dsnprintk.c195 (flags&MAXINT ? va_arg(ap, intmax_t) : \
399 *va_arg(ap, intmax_t *) = ret; in kprintf()
/optee_os/core/pta/tests/
H A Dmisc.c34 intmax_t r_sm; in self_test_add_overflow()
96 intmax_t r_sm; in self_test_sub_overflow()
182 intmax_t r; in self_test_mul_signed_overflow()
/optee_os/lib/libutee/include/
H A Dtee_internal_api.h286 TEE_Result TEE_SeekObjectData(TEE_ObjectHandle object, intmax_t offset,
/optee_os/lib/libutee/
H A Dtee_api_objects.c994 TEE_Result TEE_SeekObjectData(TEE_ObjectHandle object, intmax_t offset, in TEE_SeekObjectData()