Home
last modified time | relevance | path

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

/freebsd-head/sys/sys/
HD_types.h73 typedef __int64_t __intptr_t; typedef
80 typedef __int32_t __intptr_t; typedef
HD_stdint.h74 typedef __intptr_t intptr_t;
HDevent.h99 __intptr_t data;
HDstdatomic.h221 typedef _Atomic(__intptr_t) atomic_intptr_t;
/freebsd-head/tools/build/cross-build/include/common/sys/
HDtypes.h51 typedef __INTPTR_TYPE__ __intptr_t; typedef
/freebsd-head/lib/libthr/thread/
HDthr_syscalls.c191 __thr_fcntl(int fd, int cmd, __intptr_t arg) in __thr_fcntl()