Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A D_types.h73 typedef __int64_t __intptr_t; typedef
80 typedef __int32_t __intptr_t; typedef
H A D_stdint.h74 typedef __intptr_t intptr_t;
H A Devent.h99 __intptr_t data;
H A Dstdatomic.h221 typedef _Atomic(__intptr_t) atomic_intptr_t;
/freebsd/tools/build/cross-build/include/common/sys/
H A Dtypes.h51 typedef __INTPTR_TYPE__ __intptr_t; typedef
/freebsd/lib/libthr/thread/
H A Dthr_syscalls.c191 __thr_fcntl(int fd, int cmd, __intptr_t arg) in __thr_fcntl()