Searched refs:intptr_t (Results 1 - 25 of 501) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DASTDiagnostic.h28 intptr_t Val,
34 ArrayRef<intptr_t> QualTypeVals);
/freebsd-current/lib/libc/i386/gen/
H A Dsignalcontext.c54 p = (register_t *)(void *)(intptr_t)ucp->uc_mcontext.mc_esp;
55 *--p = (register_t)(intptr_t)ucp;
61 sfp->sf_siginfo = (register_t)(intptr_t)&sfp->sf_si;
62 sfp->sf_ucontext = (register_t)(intptr_t)&sfp->sf_uc;
66 *--p = (register_t)(intptr_t)func;
72 ucp->uc_mcontext.mc_esp = (register_t)(intptr_t)p;
73 ucp->uc_mcontext.mc_eip = (register_t)(intptr_t)_ctx_start;
H A Dmakecontext.c69 intptr_t *argp;
112 ucp->uc_stack.ss_size - sizeof(intptr_t));
120 stack_top = stack_top - (sizeof(intptr_t) * (1 + argc));
122 stack_top = stack_top - (2 * sizeof(intptr_t));
123 argp = (intptr_t *)stack_top;
132 *argp = (intptr_t)_ctx_start; /* overwritten with same value */
134 *argp = (intptr_t)start;
140 *argp = va_arg(ap, intptr_t);
146 *argp = (intptr_t)ucp;
/freebsd-current/sys/i386/linux/
H A Dlinux_systrace_args.c30 uarg[a++] = (intptr_t)p->buf; /* char * */
39 uarg[a++] = (intptr_t)p->buf; /* char * */
47 uarg[a++] = (intptr_t)p->path; /* char * */
64 uarg[a++] = (intptr_t)p->status; /* l_int * */
72 uarg[a++] = (intptr_t)p->path; /* char * */
80 uarg[a++] = (intptr_t)p->path; /* char * */
81 uarg[a++] = (intptr_t)p->to; /* char * */
88 uarg[a++] = (intptr_t)p->path; /* char * */
95 uarg[a++] = (intptr_t)p->path; /* char * */
96 uarg[a++] = (intptr_t)
[all...]
/freebsd-current/sys/amd64/linux32/
H A Dlinux32_systrace_args.c30 uarg[a++] = (intptr_t)p->buf; /* char * */
39 uarg[a++] = (intptr_t)p->buf; /* char * */
47 uarg[a++] = (intptr_t)p->path; /* char * */
64 uarg[a++] = (intptr_t)p->status; /* l_int * */
72 uarg[a++] = (intptr_t)p->path; /* char * */
80 uarg[a++] = (intptr_t)p->path; /* char * */
81 uarg[a++] = (intptr_t)p->to; /* char * */
88 uarg[a++] = (intptr_t)p->path; /* char * */
95 uarg[a++] = (intptr_t)p->path; /* char * */
96 uarg[a++] = (intptr_t)
[all...]
/freebsd-current/sys/sys/
H A Dintr.h111 struct intr_pic *intr_pic_register(device_t, intptr_t);
112 int intr_pic_deregister(device_t, intptr_t);
113 int intr_pic_claim_root(device_t, intptr_t, intr_irq_filter_t *, void *);
135 u_int intr_map_irq(device_t, intptr_t, struct intr_map_data *);
140 int intr_msi_register(device_t, intptr_t);
141 int intr_alloc_msi(device_t, device_t, intptr_t, int, int, int *);
142 int intr_release_msi(device_t, device_t, intptr_t, int, int *);
143 int intr_map_msi(device_t, device_t, intptr_t, int, uint64_t *, uint32_t *);
144 int intr_alloc_msix(device_t, device_t, intptr_t, int *);
145 int intr_release_msix(device_t, device_t, intptr_t, in
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_powerpc64.cpp33 const intptr_t Mask = ~(LineSize - 1);
34 const intptr_t StartLine = ((intptr_t)Addr) & Mask;
35 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask;
37 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
41 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-current/sys/kern/
H A Dsystrace_args.c35 uarg[a++] = (intptr_t)p->buf; /* void * */
44 uarg[a++] = (intptr_t)p->buf; /* const void * */
52 uarg[a++] = (intptr_t)p->path; /* const char * */
69 uarg[a++] = (intptr_t)p->status; /* int * */
71 uarg[a++] = (intptr_t)p->rusage; /* struct rusage * */
78 uarg[a++] = (intptr_t)p->path; /* const char * */
79 uarg[a++] = (intptr_t)p->link; /* const char * */
86 uarg[a++] = (intptr_t)p->path; /* const char * */
93 uarg[a++] = (intptr_t)p->path; /* const char * */
107 uarg[a++] = (intptr_t)
[all...]
/freebsd-current/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c38 uarg[a++] = (intptr_t)p->buf; /* void * */
47 uarg[a++] = (intptr_t)p->buf; /* const void * */
55 uarg[a++] = (intptr_t)p->path; /* const char * */
72 uarg[a++] = (intptr_t)p->status; /* int * */
74 uarg[a++] = (intptr_t)p->rusage; /* struct rusage32 * */
81 uarg[a++] = (intptr_t)p->path; /* const char * */
82 uarg[a++] = (intptr_t)p->link; /* const char * */
89 uarg[a++] = (intptr_t)p->path; /* const char * */
96 uarg[a++] = (intptr_t)p->path; /* const char * */
110 uarg[a++] = (intptr_t)
[all...]
/freebsd-current/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_hsearch.c101 e.data = (void *)(intptr_t)i;
107 ATF_REQUIRE_EQ((intptr_t)ep->data, i);
121 ATF_REQUIRE_EQ((intptr_t)ep->data, i);
146 e.data = (void *)(intptr_t) 0;
152 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
154 e.data = (void *)(intptr_t)12345;
161 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
202 e.data = (void*)(intptr_t)0;
208 ATF_REQUIRE_EQ((intptr_t)ep->data, 0);
211 e.data = (void*)(intptr_t)
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/Basic/
H A DStack.cpp54 intptr_t StackDiff = (intptr_t)getStackPointer() - (intptr_t)BottomOfStack;
/freebsd-current/sys/dev/sound/pcm/
H A Dvchan.h68 ((void *)((intptr_t)(((((x) + 1) & 0xfff) << 2) | \
72 #define VCHAN_SYSCTL_UNIT(x) ((int)(((intptr_t)(x) >> 2) & 0xfff) - 1)
73 #define VCHAN_SYSCTL_DIR(x) ((int)((intptr_t)(x) & 0x3) - 1)
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPointerIntPair.h29 static_assert(sizeof(Ptr) == sizeof(intptr_t), "");
37 explicit constexpr PunnedPointer(intptr_t i = 0) { *this = i; }
39 constexpr intptr_t asInt() const {
40 intptr_t R = 0;
45 constexpr operator intptr_t() const { return asInt(); }
47 constexpr PunnedPointer &operator=(intptr_t V) {
103 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal));
112 static_cast<intptr_t>(IntVal));
120 assert(Value == reinterpret_cast<intptr_t>(getPointer()) &&
131 Value = reinterpret_cast<intptr_t>(Va
[all...]
H A DSTLFunctionalExtras.h40 Ret (*callback)(intptr_t callable, Params ...params) = nullptr;
41 intptr_t callable;
44 static Ret callback_fn(intptr_t callable, Params ...params) {
65 callable(reinterpret_cast<intptr_t>(&callable)) {}
/freebsd-current/sys/amd64/linux/
H A Dlinux_systrace_args.c18 uarg[a++] = (intptr_t)p->buf; /* char * */
27 uarg[a++] = (intptr_t)p->buf; /* char * */
35 uarg[a++] = (intptr_t)p->path; /* char * */
51 uarg[a++] = (intptr_t)p->path; /* char * */
52 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
60 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
67 uarg[a++] = (intptr_t)p->path; /* char * */
68 uarg[a++] = (intptr_t)p->buf; /* struct l_newstat * */
75 uarg[a++] = (intptr_t)p->fds; /* struct pollfd * */
114 uarg[a++] = (intptr_t)
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/types/
H A Dtst.inttypes.d43 printf("sizeof (intptr_t) = %u\n", sizeof (intptr_t));
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Derr.h43 return (void *)(intptr_t)error;
49 return (intptr_t)ptr;
/freebsd-current/sys/cddl/compat/opensolaris/sys/
H A Ddnlc.h30 #define DNLC_NO_VNODE ((void *)(intptr_t)0xdeadc0de)
/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dfstream.cpp29 intptr_t __handle = _get_osfhandle(fileno(__file));
/freebsd-current/sys/arm64/linux/
H A Dlinux_systrace_args.c17 uarg[a++] = (intptr_t)p->path; /* const char * */
18 uarg[a++] = (intptr_t)p->name; /* const char * */
19 uarg[a++] = (intptr_t)p->value; /* void * */
28 uarg[a++] = (intptr_t)p->path; /* const char * */
29 uarg[a++] = (intptr_t)p->name; /* const char * */
30 uarg[a++] = (intptr_t)p->value; /* void * */
40 uarg[a++] = (intptr_t)p->name; /* const char * */
41 uarg[a++] = (intptr_t)p->value; /* void * */
50 uarg[a++] = (intptr_t)p->path; /* const char * */
51 uarg[a++] = (intptr_t)
[all...]
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/
H A Dtst.InlineDataAssign.d52 inline intptr_t new_intptr = 0x12345;
/freebsd-current/contrib/llvm-project/llvm/lib/Passes/
H A DPassPlugin.cpp29 intptr_t getDetailsFn =
30 (intptr_t)Library.getAddressOfSymbol("llvmGetPassPluginInfo");
/freebsd-current/sys/dev/qcom_gcc/
H A Dqcom_gcc_ipq4018_var.h47 extern int qcom_gcc_ipq4018_hwreset_assert(device_t dev, intptr_t id,
49 extern int qcom_gcc_ipq4018_hwreset_is_asserted(device_t dev, intptr_t id,
/freebsd-current/sys/powerpc/ofw/
H A Dofw_syscons.h39 intptr_t sc_addr;
/freebsd-current/contrib/ofed/opensm/include/complib/
H A Dcl_types.h67 CL_ASSERT( (intptr_t)var <= 0xffffffffffffffffL )
72 CL_ASSERT( (intptr_t)var <= 0x100000000ULL )
81 #define CAST_P2LONG(var) ((intptr_t)(var))

Completed in 350 milliseconds

1234567891011>>