/third_party/ltp/include/lapi/ |
H A D | userfaultfd.h | 139 __s64 copy; 151 __s64 zeropage; 180 __s64 mapped;
|
/third_party/libdrm/include/drm/ |
H A D | msm_drm.h | 66 __s64 tv_sec; /* seconds */ 67 __s64 tv_nsec; /* nanoseconds */
|
H A D | drm.h | 55 typedef int64_t __s64; typedef 887 __s64 timeout_nsec; 899 __s64 timeout_nsec; 927 __s64 sequence_ns; /* return: most recent time of first pixel out */ 1132 __s64 time_ns;
|
H A D | tegra_drm.h | 1020 __s64 timeout_ns;
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm.h | 55 typedef int64_t __s64; typedef 887 __s64 timeout_nsec; 899 __s64 timeout_nsec; 927 __s64 sequence_ns; /* return: most recent time of first pixel out */ 1142 __s64 time_ns;
|
H A D | msm_drm.h | 66 __s64 tv_sec; /* seconds */ 67 __s64 tv_nsec; /* nanoseconds */
|
H A D | etnaviv_drm.h | 45 __s64 tv_sec; /* seconds */ 46 __s64 tv_nsec; /* nanoseconds */
|
H A D | sync_file.h | 31 typedef int64_t __s64; typedef
|
H A D | panfrost_drm.h | 84 __s64 timeout_ns; /* absolute */
|
H A D | lima_drm.h | 137 __s64 timeout_ns; /* in, wait timeout in absulute time */
|
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 796 static __s64 (*bpf_csum_diff)(__be32 *from, __u32 from_size, __be32 *to, __u32 to_size, __wsum seed) = (void *) 28; 1063 static __s64 (*bpf_csum_update)(struct __sk_buff *skb, __wsum csum) = (void *) 40; 2757 static __s64 (*bpf_tcp_gen_syncookie)(void *sk, void *iph, __u32 iph_len, struct tcphdr *th, __u32 th_len) = (void *) 110; 4595 static __s64 (*bpf_tcp_raw_gen_syncookie_ipv4)(struct iphdr *iph, struct tcphdr *th, __u32 th_len) = (void *) 204; 4621 static __s64 (*bpf_tcp_raw_gen_syncookie_ipv6)(struct ipv6hdr *iph, struct tcphdr *th, __u32 th_len) = (void *) 205;
|
H A D | btf_dump.c | 1003 m_sz = max((__s64)0, btf__resolve_size(d->btf, m->type)); in btf_dump_emit_struct_def() 2032 __s64 elem_size; in btf_dump_array_data() 2151 __s64 *value) in btf_dump_get_enum_value() 2162 *value = (__s64)val; in btf_dump_get_enum_value() 2168 *value = *(__s64 *)data; in btf_dump_get_enum_value() 2171 *value = is_signed ? (__s64)*(__s32 *)data : *(__u32 *)data; in btf_dump_get_enum_value() 2191 __s64 value; in btf_dump_enum_data() 2256 __s64 size; in btf_dump_type_data_check_overflow() 2315 __s64 value; in btf_dump_type_data_check_zero() 2480 __s64 enum_va in btf_dump_dump_type_data() [all...] |
H A D | btf.h | 136 LIBBPF_API __s64 btf__resolve_size(const struct btf *btf, __u32 type_id); 189 LIBBPF_API int btf__add_enum_value(struct btf *btf, const char *name, __s64 value);
|
H A D | gen_loader.c | 277 static bool is_simm16(__s64 value) in is_simm16() 279 return value == (__s64)(__s16)value; in is_simm16() 284 __s64 off = -(gen->insn_cur - gen->insn_start - gen->cleanup_label) / 8 - 1; in emit_check_err()
|
H A D | relo_core.c | 272 __s64 sz; in bpf_core_parse_spec() 690 __s64 sz; in bpf_core_calc_field_relo() 807 __s64 sz; in bpf_core_calc_type_relo()
|
/third_party/libbpf/include/uapi/linux/ |
H A D | pkt_sched.h | 624 __s64 min_delay; /* nsec */ 625 __s64 max_delay; 628 __s64 dist_delay; /* nsec */ 629 __s64 dist_jitter; /* nsec */ 910 __s64 time_next_delayed_flow;
|
/third_party/fsverity-utils/common/ |
H A D | win32_defs.h | 46 typedef __signed__ long long __s64; typedef
|
/third_party/libdrm/etnaviv/ |
H A D | etnaviv_drm.h | 45 __s64 tv_sec; /* seconds */ 46 __s64 tv_nsec; /* nanoseconds */
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/ |
H A D | mod.rs | 6 pub type __s64 = ::c_longlong; types
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1427 __s64 lr; in allocsp_f() 1428 __s64 off; in allocsp_f() 1457 lr = ((__s64) random() << 32) + random(); in allocsp_f() 2002 __s64 lr; in freesp_f() 2003 __s64 off; in freesp_f() 2032 lr = ((__s64) random() << 32) + random(); in freesp_f() 2367 __s64 lr; in resvsp_f() 2368 __s64 off; in resvsp_f() 2397 lr = ((__s64) random() << 32) + random(); in resvsp_f() 2403 fl.l_len = (__s64) (rando in resvsp_f() [all...] |
/third_party/alsa-lib/include/sound/ |
H A D | type_compat.h | 16 typedef int64_t __s64; typedef
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | mod.rs | 14 pub type __s64 = ::c_longlong; types
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/ |
H A D | mod.rs | 23 pub type __s64 = ::c_long; types
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 519 __s64 tv_sec; 520 __s64 tv_nsec;
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | general.rs | 2397 pub type __s64 = crate::ctypes::c_longlong; types 2596 pub src_fd: __s64, 2611 pub dest_fd: __s64, 3362 pub tv_sec: __s64, 3363 pub tv_usec: __s64, 3608 pub tv_sec: __s64, 4325 pub copy: __s64, 4332 pub zeropage: __s64, 4345 pub mapped: __s64,
|