/third_party/rust/crates/nix/src/sys/ |
D | event.rs | 228 data: intptr_t, in new() 229 udata: intptr_t, in new() 261 pub fn data(&self) -> intptr_t { in data() 265 pub fn udata(&self) -> intptr_t { in udata() 327 udata: intptr_t, in ev_set()
|
/third_party/rust/crates/libc/src/windows/ |
D | mod.rs | 18 pub type intptr_t = isize; typedef 436 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl() 438 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 440 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() 442 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle() 444 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() 446 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp() 448 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() 450 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe() 452 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() [all …]
|
/third_party/rust/crates/libc/src/hermit/ |
D | mod.rs | 21 pub type intptr_t = isize; typedef
|
/third_party/rust/crates/libc/src/ |
D | sgx.rs | 18 pub type intptr_t = isize; typedef
|
D | switch.rs | 18 pub type intptr_t = isize; typedef
|
D | wasi.rs | 21 pub type intptr_t = isize; typedef
|
D | psp.rs | 22 pub type intptr_t = isize; typedef
|
/third_party/libuv/include/uv/ |
D | stdint-msvc2008.h | 115 typedef signed __int64 intptr_t; typedef 118 typedef _W64 signed int intptr_t; typedef
|
/third_party/node/deps/uv/include/uv/ |
D | stdint-msvc2008.h | 115 typedef signed __int64 intptr_t; typedef 118 typedef _W64 signed int intptr_t; typedef
|
/third_party/rust/crates/linux-raw-sys/gen/include/ |
D | support.h | 16 typedef __INTPTR_TYPE__ intptr_t; typedef
|
/third_party/musl/include/ |
D | alltypes.h.in | 9 TYPEDEF _Addr intptr_t; variable
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | alltypes.h | 131 typedef _Addr intptr_t; typedef
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | alltypes.h | 64 typedef _Addr intptr_t; typedef
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | alltypes.h | 64 typedef _Addr intptr_t; typedef
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | alltypes.h | 64 typedef _Addr intptr_t; typedef
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 2501 intptr_t = c_long variable
|
/third_party/rust/crates/libc/src/unix/ |
D | mod.rs | 21 pub type intptr_t = isize; typedef
|
/third_party/rust/crates/libc/src/solid/ |
D | mod.rs | 19 pub type intptr_t = isize; typedef
|
/third_party/rust/crates/libc/src/vxworks/ |
D | mod.rs | 29 pub type intptr_t = isize; typedef
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 25 pub type intptr_t = isize; typedef
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
D | mod.rs | 5497 pub fn _dyld_get_image_vmaddr_slide(image_index: u32) -> ::intptr_t; in _dyld_get_image_vmaddr_slide()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 113 typedef long int intptr_t; typedef
|