Home
last modified time | relevance | path

Searched defs:PTRDIFF_MAX (Results 1 – 2 of 2) sorted by relevance

/glibc-2.36/stdlib/
Dstdint.h210 # define PTRDIFF_MAX (9223372036854775807L) macro
214 # define PTRDIFF_MAX (2147483647L) macro
217 # define PTRDIFF_MAX (2147483647) macro
/glibc-2.36/timezone/
Dzic.c64 static ptrdiff_t const PTRDIFF_MAX = MAXVAL(ptrdiff_t, TYPE_BIT(ptrdiff_t)); variable