Home
last modified time | relevance | path

Searched refs:INTPTR_MIN (Results 1 – 4 of 4) sorted by relevance

/glibc-2.36/stdlib/
Dstdint.h186 # define INTPTR_MIN (-9223372036854775807L-1) macro
190 # define INTPTR_MIN (-2147483647-1) macro
/glibc-2.36/sysdeps/unix/sysv/linux/
Dkernel-posix-timers.h85 return (timer_t) (INTPTR_MIN | (uintptr_t) ptr >> 1); in timer_to_timerid()
/glibc-2.36/conform/data/
Dstdint.h-data78 macro-int-constant INTPTR_MIN {promoted:intptr_t} <= -32768
/glibc-2.36/ChangeLog.old/
DChangeLog.1874948 [C99-based standards] (INTPTR_MIN): Likewise.