| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| D | core_ffi_c.h | 7 typedef long long c_longlong; typedef
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/ |
| D | core_ffi_c.rs | 13 pub type c_longlong = ::core::ffi::c_longlong; typedef
|
| D | fit-macro-constant-types.rs | 52 arg2: ::std::os::raw::c_longlong, in bar()
|
| D | default-macro-constant-type-unsigned.rs | 52 arg2: ::std::os::raw::c_longlong, in bar()
|
| D | default-macro-constant-type-signed.rs | 52 arg2: ::std::os::raw::c_longlong, in bar()
|
| D | fit-macro-constant-types-signed.rs | 52 arg2: ::std::os::raw::c_longlong, in bar()
|
| D | default-macro-constant-type.rs | 52 arg2: ::std::os::raw::c_longlong, in bar()
|
| /third_party/rust/crates/libc/src/hermit/ |
| D | mod.rs | 14 pub type c_longlong = i64; typedef
|
| /third_party/rust/crates/libc/src/ |
| D | sgx.rs | 11 pub type c_longlong = i64; typedef
|
| D | switch.rs | 11 pub type c_longlong = i64; typedef
|
| D | wasi.rs | 14 pub type c_longlong = i64; typedef 546 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() 550 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll()
|
| D | psp.rs | 15 pub type c_longlong = i64; typedef
|
| /third_party/python/Lib/ctypes/ |
| D | __init__.py | 209 c_longlong = c_long variable 212 class c_longlong(_SimpleCData): class
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 13 pub type c_longlong = i64; typedef 598 pub fn atoll(arg1: *const c_char) -> c_longlong; in atoll() 599 pub fn llabs(arg1: c_longlong) -> c_longlong; in llabs() 600 pub fn lldiv(arg1: c_longlong, arg2: c_longlong) -> lldiv_t; in lldiv() 601 pub fn strtoll(arg1: *const c_char, arg2: *mut *mut c_char, arg3: c_int) -> c_longlong; in strtoll() 650 arg3: c_longlong, in strsuftoll() 651 arg4: c_longlong, in strsuftoll() 652 ) -> c_longlong; in strsuftoll() 656 arg3: c_longlong, in strsuftollx() 657 arg4: c_longlong, in strsuftollx() [all …]
|
| /third_party/rust/crates/linux-raw-sys/src/ |
| D | lib.rs | 36 pub type c_longlong = i64; typedef
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 11 pub type c_longlong = i64; typedef 335 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() 339 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll() 492 pub fn lseek64(fd: ::c_int, offset: c_longlong, origin: ::c_int) -> c_longlong; in lseek64()
|
| /third_party/rust/crates/bindgen/bindgen/ |
| D | clang.rs | 1179 fn clang_size_of(&self, ctx: &BindgenContext) -> c_longlong { in clang_size_of() 1192 fn clang_align_of(&self, ctx: &BindgenContext) -> c_longlong { in clang_align_of()
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 14 pub type c_longlong = i64; typedef 511 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() 519 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll()
|
| /third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
| D | mod.rs | 1754 minval: ::c_longlong, in strtonum() 1755 maxval: ::c_longlong, in strtonum() 1757 ) -> ::c_longlong; in strtonum()
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 23 pub type c_longlong = i64; typedef 1125 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() 1129 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll()
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 16 pub type c_longlong = i64; typedef 3408 pub fn atoll(s: *const c_char) -> c_longlong; in atoll() 3412 pub fn strtoll(s: *const c_char, endp: *mut *mut c_char, base: c_int) -> c_longlong; in strtoll()
|
| /third_party/rust/crates/libc/src/unix/bsd/apple/ |
| D | mod.rs | 5648 __minval: ::c_longlong, in strtonum() 5649 __maxval: ::c_longlong, in strtonum() 5651 ) -> ::c_longlong; in strtonum()
|