Home
last modified time | relevance | path

Searched refs:__s64 (Results 1 - 25 of 64) sorted by relevance

123

/third_party/ltp/include/lapi/
H A Duserfaultfd.h139 __s64 copy;
151 __s64 zeropage;
180 __s64 mapped;
/third_party/libdrm/include/drm/
H A Dmsm_drm.h66 __s64 tv_sec; /* seconds */
67 __s64 tv_nsec; /* nanoseconds */
H A Ddrm.h55 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 Dtegra_drm.h1020 __s64 timeout_ns;
/third_party/mesa3d/include/drm-uapi/
H A Ddrm.h55 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 Dmsm_drm.h66 __s64 tv_sec; /* seconds */
67 __s64 tv_nsec; /* nanoseconds */
H A Detnaviv_drm.h45 __s64 tv_sec; /* seconds */
46 __s64 tv_nsec; /* nanoseconds */
H A Dsync_file.h31 typedef int64_t __s64; typedef
H A Dpanfrost_drm.h84 __s64 timeout_ns; /* absolute */
H A Dlima_drm.h137 __s64 timeout_ns; /* in, wait timeout in absulute time */
/third_party/libbpf/src/
H A Dbpf_helper_defs.h796 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 Dbtf_dump.c1003 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 Dbtf.h136 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 Dgen_loader.c277 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 Drelo_core.c272 __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 Dpkt_sched.h624 __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 Dwin32_defs.h46 typedef __signed__ long long __s64; typedef
/third_party/libdrm/etnaviv/
H A Detnaviv_drm.h45 __s64 tv_sec; /* seconds */
46 __s64 tv_nsec; /* nanoseconds */
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b32/
H A Dmod.rs6 pub type __s64 = ::c_longlong; types
/third_party/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1427 __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 Dtype_compat.h16 typedef int64_t __s64; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs14 pub type __s64 = ::c_longlong; types
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/x86_64/
H A Dmod.rs23 pub type __s64 = ::c_long; types
/third_party/alsa-lib/include/sound/uapi/
H A Dasound.h519 __s64 tv_sec;
520 __s64 tv_nsec;
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2397 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,

Completed in 48 milliseconds

123