Home
last modified time | relevance | path

Searched defs:intptr_t (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dcompat.h301 typedef signed long intptr_t; typedef
310 typedef unsigned long intptr_t; typedef
312 typedef unsigned int intptr_t; typedef
H A Dwindows-config.h140 typedef long intptr_t; typedef
/freebsd/sys/sys/
H A D_stdint.h74 typedef __intptr_t intptr_t; typedef
/freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtypes.h41 typedef long intptr_t; typedef
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h45 constexpr operator intptr_t() const { return asInt(); } in intptr_t() function
/freebsd/contrib/dialog/
H A Dcalendar.c32 #define intptr_t long macro
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c-base.h153 typedef __INTPTR_TYPE__ intptr_t; typedef
H A Dstdint.h291 typedef __INTPTR_TYPE__ intptr_t; typedef
/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c824 trans_iter_port(struct transport *t, int (*func)(struct tport *, intptr_t), in trans_iter_port() argument
/freebsd/contrib/tcsh/
H A Dsh.h53 typedef unsigned long intptr_t; typedef
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwindCursor.hpp218 void DwarfFDECache<A>::dyldUnloadHook(const struct mach_header *mh, intptr_t ) { in dyldUnloadHook() argument