Home
last modified time | relevance | path

Searched refs:UINTMAX_MAX (Results 1 – 3 of 3) sorted by relevance

/optee_os-3.20.0/core/pta/tests/
A Dmisc.c143 const uintmax_t um_half_mask = UINTMAX_MAX >> um_half_shift; in self_test_mul_unsigned_overflow()
156 if (MUL_OVERFLOW(UINTMAX_MAX, 1, &r_um)) in self_test_mul_unsigned_overflow()
158 if (r_um != UINTMAX_MAX) in self_test_mul_unsigned_overflow()
160 if (MUL_OVERFLOW(UINTMAX_MAX / 4, 4, &r_um)) in self_test_mul_unsigned_overflow()
162 if (r_um != (UINTMAX_MAX - 3)) in self_test_mul_unsigned_overflow()
164 if (!MUL_OVERFLOW(UINTMAX_MAX / 4 + 1, 4, &r_um)) in self_test_mul_unsigned_overflow()
166 if (!MUL_OVERFLOW(UINTMAX_MAX, UINTMAX_MAX, &r_um)) in self_test_mul_unsigned_overflow()
/optee_os-3.20.0/lib/libutils/ext/include/
A Dcompiler.h150 ((UINTMAX_MAX - __intofa_b_unsigned >= \
171 (((uintmax_t)(UINTMAX_MAX + __intofs_b_signed) >= \
227 #define __intof_mul_hmask (UINTMAX_MAX >> __intof_mul_hshift)
/optee_os-3.20.0/lib/libutils/isoc/include/
A Dstdint.h161 #define UINTMAX_MAX UINT64_MAX macro

Completed in 4 milliseconds