| /src/lib/libc/sys/ |
| Lint_sbrk.c | 12 sbrk(intptr_t incr)
|
| /src/sys/sys/ |
| ksem.h | 56 intptr_t ks_pshared_id; /* global id for pshared sem */ 71 int do_ksem_init(struct lwp *, unsigned int, intptr_t *, copyin_t, copyout_t); 73 intptr_t *, copyout_t); 74 int do_ksem_wait(struct lwp *, intptr_t, bool, struct timespec *); 89 int _ksem_close(intptr_t); 90 int _ksem_destroy(intptr_t); 91 int _ksem_getvalue(intptr_t, int *); 92 int _ksem_init(unsigned int, intptr_t *); 93 int _ksem_open(const char *, int, mode_t, unsigned int, intptr_t *); 94 int _ksem_post(intptr_t); [all...] |
| /src/sys/external/bsd/common/include/linux/ |
| err.h | 53 return (void *)(intptr_t)error; 59 KASSERT(ptr == (void *)(intptr_t)(long)(intptr_t)ptr); /* XXX Hurk! */ 60 return (long)(intptr_t)ptr;
|
| /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| FuzzerRandom.h | 25 intptr_t operator()(intptr_t From, intptr_t To) { 27 intptr_t RangeSize = To - From + 1;
|
| /src/sys/arch/pmax/pmax/ |
| machdep.h | 34 extern intptr_t physmem_boardmax; /* {model,simm}-specific bound on physmem */
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ASTDiagnostic.h | 27 intptr_t Val, 33 ArrayRef<intptr_t> QualTypeVals);
|
| /src/sys/kern/ |
| systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 39 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */ 48 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */ 56 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 73 uarg[1] = (intptr_t) SCARG(p, status); /* int * */ 75 uarg[3] = (intptr_t) SCARG(p, rusage); /* struct rusage50 * */ 82 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 90 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 91 uarg[1] = (intptr_t) SCARG(p, link); /* const char * * [all...] |
| /src/sys/compat/netbsd32/ |
| netbsd32_systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 39 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 48 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 56 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 73 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */ 75 uarg[3] = (intptr_t) SCARG(p, rusage).i32; /* netbsd32_rusage50p_t */ 82 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 90 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 91 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp * [all...] |
| /src/external/gpl2/mkhybrid/dist/ |
| match.h | 16 intptr_t i_ishidden __PR((void)); 19 intptr_t j_ishidden __PR((void)); 29 intptr_t hfs_ishidden __PR((void));
|
| /src/sys/compat/linux32/arch/amd64/ |
| linux32_systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 36 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 45 uarg[1] = (intptr_t) SCARG(p, buf).i32; /* netbsd32_voidp */ 53 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 70 uarg[1] = (intptr_t) SCARG(p, status).i32; /* netbsd32_intp */ 78 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 86 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp */ 87 uarg[1] = (intptr_t) SCARG(p, link).i32; /* netbsd32_charp */ 94 uarg[0] = (intptr_t) SCARG(p, path).i32; /* netbsd32_charp * [all...] |
| /src/sys/compat/linux/arch/aarch64/ |
| linux_systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 18 uarg[0] = (intptr_t) SCARG(p, path); /* char * */ 19 uarg[1] = (intptr_t) SCARG(p, name); /* char * */ 20 uarg[2] = (intptr_t) SCARG(p, value); /* void * */ 29 uarg[0] = (intptr_t) SCARG(p, path); /* char * */ 30 uarg[1] = (intptr_t) SCARG(p, name); /* char * */ 31 uarg[2] = (intptr_t) SCARG(p, value); /* void * */ 41 uarg[1] = (intptr_t) SCARG(p, name); /* char * */ 42 uarg[2] = (intptr_t) SCARG(p, value); /* void * * [all...] |
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_powerpc64.cc | 34 const intptr_t Mask = ~(LineSize - 1); 35 const intptr_t StartLine = ((intptr_t)Addr) & Mask; 36 const intptr_t EndLine = ((intptr_t)Addr + Len + LineSize - 1) & Mask; 38 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize) 42 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
|
| /src/tests/lib/libc/stdlib/ |
| t_hsearch.c | 101 e.data = (void *)(intptr_t)i; 107 ATF_REQUIRE_EQ((intptr_t)ep->data, i); 121 ATF_REQUIRE_EQ((intptr_t)ep->data, i); 142 e.data = (void *)(intptr_t) 0; 148 ATF_REQUIRE_EQ((intptr_t)ep->data, 0); 150 e.data = (void *)(intptr_t)12345; 157 ATF_REQUIRE_EQ((intptr_t)ep->data, 0); 198 e.data = (void*)(intptr_t)0; 204 ATF_REQUIRE_EQ((intptr_t)ep->data, 0); 207 e.data = (void*)(intptr_t)1 [all...] |
| /src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
| PointerIntPair.h | 48 intptr_t Value = 0; 68 Value = Info::updateInt(Value, static_cast<intptr_t>(IntVal)); 77 static_cast<intptr_t>(IntVal)); 85 assert(Value == reinterpret_cast<intptr_t>(getPointer()) && 94 Value = reinterpret_cast<intptr_t>(Val); 153 ~(uintptr_t)(((intptr_t)1 << PtrTraits::NumLowBitsAvailable) - 1), 160 IntMask = (uintptr_t)(((intptr_t)1 << IntBits) - 1), 166 static PointerT getPointer(intptr_t Value) { 171 static intptr_t getInt(intptr_t Value) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Basic/ |
| Stack.cpp | 55 intptr_t StackDiff = (intptr_t)getStackPointer() - (intptr_t)BottomOfStack;
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| test-dnssd.h | 35 intptr_t sdref; 36 intptr_t parent_sdref; 37 intptr_t rref; 50 intptr_t attr; 51 intptr_t callBack; 52 intptr_t context;
|
| /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/darwin/mach/ |
| dyld.d | 29 public import core.stdc.stdint; // for intptr_t 35 intptr_t _dyld_get_image_vmaddr_slide(uint image_index); 37 void _dyld_register_func_for_add_image(void function(const scope mach_header* mh, intptr_t vmaddr_slide)); 38 void _dyld_register_func_for_remove_image(void function(const scope mach_header* mh, intptr_t vmaddr_slide));
|
| /src/sys/ddb/ |
| db_panic.c | 56 (db_expr_t)(intptr_t)__builtin_return_address(0), 58 (db_expr_t)(intptr_t)__builtin_frame_address(0),
|
| /src/external/gpl3/binutils/dist/libiberty/ |
| config.h-vms | 8 /* intptr_t is defined in inttypes.h! */ 9 #define intptr_t __int64
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| config.h-vms | 8 /* intptr_t is defined in inttypes.h! */ 9 #define intptr_t __int64
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| config.h-vms | 8 /* intptr_t is defined in inttypes.h! */ 9 #define intptr_t __int64
|
| /src/sys/compat/linux/arch/arm/ |
| linux_systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 36 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */ 45 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */ 53 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 70 uarg[1] = (intptr_t) SCARG(p, status); /* int * */ 78 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 86 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 87 uarg[1] = (intptr_t) SCARG(p, link); /* const char * */ 94 uarg[0] = (intptr_t) SCARG(p, path); /* const char * * [all...] |
| /src/sys/compat/linux/arch/i386/ |
| linux_systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 36 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */ 45 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */ 53 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 70 uarg[1] = (intptr_t) SCARG(p, status); /* int * */ 78 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 86 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 87 uarg[1] = (intptr_t) SCARG(p, link); /* const char * */ 94 uarg[0] = (intptr_t) SCARG(p, path); /* const char * * [all...] |
| /src/sys/compat/linux/arch/amd64/ |
| linux_systrace_args.c | 13 intptr_t *iarg = (intptr_t *)uarg; 19 uarg[1] = (intptr_t) SCARG(p, buf); /* void * */ 28 uarg[1] = (intptr_t) SCARG(p, buf); /* const void * */ 36 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 52 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 53 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */ 61 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * */ 68 uarg[0] = (intptr_t) SCARG(p, path); /* const char * */ 69 uarg[1] = (intptr_t) SCARG(p, sp); /* struct linux_stat64 * * [all...] |
| /src/lib/libc/arch/mips/gen/ |
| cacheflush.c | 41 cfa.va = (vaddr_t)(intptr_t)addr;
|