Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/minimal/include/
Dstdint.h67 #define PTRDIFF_MAX __PTRDIFF_MAX__ macro
68 #define PTRDIFF_MIN (-PTRDIFF_MAX - 1)
/Zephyr-latest/tests/lib/mem_alloc/src/
Dmain.c35 #define TOO_BIG PTRDIFF_MAX
/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl73 …The maximum size for an array is defined in the PTRDIFF_MAX and in a 32 bit architecture is 2^30-1…