/external/rust/android-crates-io/crates/nix/src/sys/ |
D | event.rs | 352 data: intptr_t, in new() 353 udata: intptr_t, in new() 395 pub fn data(&self) -> intptr_t { in data() 400 pub fn udata(&self) -> intptr_t { in udata() 448 udata: intptr_t, in ev_set()
|
/external/clang/test/CodeGen/ |
D | 2008-12-23-AsmIntPointerTie.c | 4 typedef long intptr_t; typedef
|
D | captured-statements.c | 7 typedef __INTPTR_TYPE__ intptr_t; typedef
|
/external/clang/test/Headers/Inputs/include/ |
D | stdint.h | 13 typedef __INTPTR_TYPE__ intptr_t; typedef
|
/external/clang/test/Sema/ |
D | static-init.c | 3 typedef __typeof((int*) 0 - (int*) 0) intptr_t; typedef
|
/external/clang/test/OpenMP/ |
D | parallel_proc_bind_codegen.cpp | 8 typedef __INTPTR_TYPE__ intptr_t; typedef
|
D | parallel_num_threads_codegen.cpp | 8 typedef __INTPTR_TYPE__ intptr_t; typedef
|
/external/coreboot/payloads/libpayload/include/ |
D | stdint.h | 38 typedef long intptr_t; typedef
|
/external/rust/android-crates-io/crates/libc/src/windows/ |
D | mod.rs | 18 pub type intptr_t = isize; typedef 441 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl() 443 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 445 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() 447 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle() 449 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() 451 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp() 453 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() 455 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe() 457 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/ |
D | mod.rs | 18 pub type intptr_t = isize; typedef 441 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl() 443 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 445 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() 447 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle() 449 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() 451 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp() 453 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() 455 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe() 457 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/windows/ |
D | mod.rs | 18 pub type intptr_t = isize; typedef 441 pub fn execl(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execl() 443 pub fn wexecl(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecl() 445 pub fn execle(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execle() 447 pub fn wexecle(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexecle() 449 pub fn execlp(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlp() 451 pub fn wexeclp(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclp() 453 pub fn execlpe(path: *const c_char, arg0: *const c_char, ...) -> intptr_t; in execlpe() 455 pub fn wexeclpe(path: *const wchar_t, arg0: *const wchar_t, ...) -> intptr_t; in wexeclpe() 457 pub fn execv(prog: *const c_char, argv: *const *const c_char) -> ::intptr_t; in execv() [all …]
|
/external/clang/test/Analysis/ |
D | stackaddrleak.c | 4 typedef __INTPTR_TYPE__ intptr_t; typedef
|
/external/llvm/unittests/ADT/ |
D | PointerEmbeddedIntTest.cpp | 46 TEST(PointerEmbeddedIntTest, intptr_t) { in TEST() argument
|
/external/clang/test/CodeGenCXX/ |
D | vla-lambda-capturing.cpp | 8 typedef __INTPTR_TYPE__ intptr_t; typedef
|
/external/rust/android-crates-io/crates/libc/src/ |
D | sgx.rs | 18 pub type intptr_t = isize; typedef
|
D | switch.rs | 18 pub type intptr_t = isize; typedef
|
D | xous.rs | 18 pub type intptr_t = isize; typedef
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/ |
D | sgx.rs | 18 pub type intptr_t = isize; typedef
|
D | xous.rs | 18 pub type intptr_t = isize; typedef
|
D | switch.rs | 18 pub type intptr_t = isize; typedef
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/libc-0.2.164/src/ |
D | sgx.rs | 18 pub type intptr_t = isize; typedef
|
D | switch.rs | 18 pub type intptr_t = isize; typedef
|
D | xous.rs | 18 pub type intptr_t = isize; typedef
|
/external/libconfig/lib/win32/ |
D | stdint.h | 90 typedef __int64 intptr_t; typedef 93 typedef int intptr_t; typedef
|
/external/coreboot/src/include/ |
D | stdint.h | 20 typedef signed long intptr_t; typedef
|