Searched refs:s64 (Results 1 - 25 of 1197) sorted by relevance

1234567891011>>

/linux-master/include/media/i2c/
H A Dmt9v032.h8 const s64 *link_freqs;
9 s64 link_def_freq;
H A Dov2659.h19 s64 link_frequency;
/linux-master/drivers/media/pci/ivtv/
H A Divtv-controls.h14 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame);
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api_int.h43 typedef s64 cfe_xptr_t;
58 s64 enum_idx; /* 0-based enumeration index */
60 s64 name_length; /* size of name buffer */
62 s64 val_length; /* size of value string buffer */
75 s64 ticks; /* current time in ticks */
79 s64 status;
83 s64 mi_idx; /* 0-based enumeration index */
84 s64 mi_type; /* type of memory block */
90 s64 fwi_version; /* major, minor, eco version */
91 s64 fwi_totalme
[all...]
/linux-master/include/asm-generic/
H A Datomic64.h13 s64 counter;
18 extern s64 generic_atomic64_read(const atomic64_t *v);
19 extern void generic_atomic64_set(atomic64_t *v, s64 i);
22 extern void generic_atomic64_##op(s64 a, atomic64_t *v);
25 extern s64 generic_atomic64_##op##_return(s64 a, atomic64_t *v);
28 extern s64 generic_atomic64_fetch_##op(s64 a, atomic64_t *v);
47 extern s64 generic_atomic64_dec_if_positive(atomic64_t *v);
48 extern s64 generic_atomic64_cmpxch
[all...]
/linux-master/arch/x86/include/asm/
H A Datomic64_64.h13 static __always_inline s64 arch_atomic64_read(const atomic64_t *v)
18 static __always_inline void arch_atomic64_set(atomic64_t *v, s64 i)
23 static __always_inline void arch_atomic64_add(s64 i, atomic64_t *v)
30 static __always_inline void arch_atomic64_sub(s64 i, atomic64_t *v)
37 static __always_inline bool arch_atomic64_sub_and_test(s64 i, atomic64_t *v)
71 static __always_inline bool arch_atomic64_add_negative(s64 i, atomic64_t *v)
77 static __always_inline s64 arch_atomic64_add_return(s64 i, atomic64_t *v)
83 static __always_inline s64 arch_atomic64_sub_return(s64
[all...]
H A Datomic64_32.h12 s64 __aligned(8) counter;
64 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 o, s64 n)
70 static __always_inline s64 arch_atomic64_xchg(atomic64_t *v, s64 n)
72 s64 o;
82 static __always_inline void arch_atomic64_set(atomic64_t *v, s64 i)
91 static __always_inline s64 arch_atomic64_read(const atomic64_t *v)
93 s64
[all...]
/linux-master/include/linux/
H A Ddirent.h7 s64 d_off;
H A Dpercpu_counter.h24 s64 count;
33 int __percpu_counter_init_many(struct percpu_counter *fbc, s64 amount,
55 void percpu_counter_set(struct percpu_counter *fbc, s64 amount);
56 void percpu_counter_add_batch(struct percpu_counter *fbc, s64 amount,
58 s64 __percpu_counter_sum(struct percpu_counter *fbc);
59 int __percpu_counter_compare(struct percpu_counter *fbc, s64 rhs, s32 batch);
60 bool __percpu_counter_limited_add(struct percpu_counter *fbc, s64 limit,
61 s64 amount, s32 batch);
64 static inline int percpu_counter_compare(struct percpu_counter *fbc, s64 rhs)
69 static inline void percpu_counter_add(struct percpu_counter *fbc, s64 amoun
[all...]
/linux-master/fs/jfs/
H A Djfs_extent.h12 extern int extAlloc(struct inode *, s64, s64, xad_t *, bool);
13 extern int extHint(struct inode *, s64, xad_t *);
H A Djfs_xtree.h42 ( ((s64)((xad)->off1)) << 32 | __le32_to_cpu((xad)->off2))
100 extern int xtLookup(struct inode *ip, s64 lstart, s64 llen,
101 int *pflag, s64 * paddr, int *plen, int flag);
104 int xflag, s64 xoff, int xlen, s64 * xaddrp, int flag);
105 extern int xtExtend(tid_t tid, struct inode *ip, s64 xoff, int xlen,
108 extern s64 xtTruncate(tid_t tid, struct inode *ip, s64 newsize, int type);
109 extern s64 xtTruncate_pma
[all...]
H A Djfs_dmap.h41 #define MAXL0SIZE ((s64)1 << L2MAXL0SIZE)
42 #define MAXL1SIZE ((s64)1 << L2MAXL1SIZE)
43 #define MAXL2SIZE ((s64)1 << L2MAXL2SIZE)
127 ((s64)(a) << (JFS_SBI((ip)->i_sb)->bmap->db_agl2size))
211 s64 dn_mapsize; /* number of blocks in aggregate */
212 s64 dn_nfree; /* num free blks in aggregate map */
223 s64 dn_agfree[MAXAG]; /* per AG free count */
224 s64 dn_agsize; /* num of blks per alloc group */
272 (((b) & (((s64)1 << ((m) + L2LPERCTL)) - 1)) >> (m))
284 extern int dbFree(struct inode *ipbmap, s64 blkn
[all...]
/linux-master/include/linux/platform_data/
H A Dcros_ec_sensorhub.h37 s64 timestamp);
54 s64 timestamp;
59 s64 offset;
60 s64 last;
82 s64 x_offset, y_offset;
83 s64 x_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
84 s64 y_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
85 s64 m_history[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
88 s64 temp_buf[CROS_EC_SENSORHUB_TS_HISTORY_SIZE];
90 s64 median_
[all...]
/linux-master/arch/arc/include/asm/
H A Datomic64-arcv2.h12 s64 __aligned(8) counter;
17 static inline s64 arch_atomic64_read(const atomic64_t *v)
19 s64 val;
29 static inline void arch_atomic64_set(atomic64_t *v, s64 a)
50 static inline void arch_atomic64_##op(s64 a, atomic64_t *v) \
52 s64 val; \
67 static inline s64 arch_atomic64_##op##_return_relaxed(s64 a, atomic64_t *v) \
69 s64 val; \
89 static inline s64 arch_atomic64_fetch
[all...]
/linux-master/include/drm/
H A Ddrm_fixed.h80 static inline s64 drm_int2fixp(int a)
82 return ((s64)a) << DRM_FIXED_POINT;
85 static inline int drm_fixp2int(s64 a)
87 return ((s64)a) >> DRM_FIXED_POINT;
90 static inline int drm_fixp2int_round(s64 a)
95 static inline int drm_fixp2int_ceil(s64 a)
103 static inline unsigned drm_fixp_msbset(s64 a)
114 static inline s64 drm_fixp_mul(s64 a, s64
[all...]
/linux-master/include/vdso/
H A Dtime.h8 s64 sec;
/linux-master/drivers/platform/chrome/
H A Dcros_ec_sensorhub_trace.h20 TP_PROTO(u32 ec_sample_timestamp, u32 ec_fifo_timestamp, s64 fifo_timestamp,
21 s64 current_timestamp, s64 current_time),
27 __field(s64, fifo_timestamp)
28 __field(s64, current_timestamp)
29 __field(s64, current_time)
30 __field(s64, delta)
51 TP_PROTO(u32 ec_sensor_num, u32 ec_fifo_timestamp, s64 fifo_timestamp,
52 s64 current_timestamp, s64 current_tim
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dasm-prototypes.h41 extern s64 __lshrdi3(s64, int);
42 extern s64 __ashldi3(s64, int);
43 extern s64 __ashrdi3(s64, int);
44 extern int __cmpdi2(s64, s64);
/linux-master/tools/testing/selftests/bpf/progs/
H A Dexceptions_assert.c22 check_assert(s64, ==, eq_int_min, INT_MIN);
24 check_assert(s64, ==, eq_int_max, INT_MAX);
26 check_assert(s64, ==, eq_zero, 0);
28 check_assert(s64, ==, eq_llong_min, LLONG_MIN);
30 check_assert(s64, ==, eq_llong_max, LLONG_MAX);
33 check_assert(s64, <, lt_pos, INT_MAX);
35 check_assert(s64, <, lt_zero, 0);
37 check_assert(s64, <, lt_neg, INT_MIN);
40 check_assert(s64, <=, le_pos, INT_MAX);
42 check_assert(s64, <
[all...]
/linux-master/arch/powerpc/platforms/ps3/
H A Dexports.c10 extern s64 _lv1_##name(LV1_##in##_IN_##out##_OUT_ARG_DECL); \
/linux-master/fs/bcachefs/
H A Dio_misc.h6 u64, struct bch_io_opts, s64 *,
9 subvol_inum, u64, s64 *);
10 int bch2_fpunch(struct bch_fs *c, subvol_inum, u64, u64, s64 *);
32 int bch2_fcollapse_finsert(struct bch_fs *, subvol_inum, u64, u64, bool, s64 *);
/linux-master/drivers/net/dsa/sja1105/
H A Dsja1105_ptp.h16 static inline s64 ns_to_sja1105_ticks(s64 ns)
21 static inline s64 sja1105_ticks_to_ns(s64 ticks)
39 static inline s64 future_base_time(s64 base_time, s64 cycle_time, s64 now)
41 s64 a, b, n;
54 * s64 a
[all...]
/linux-master/arch/s390/include/asm/
H A Datomic.h85 static __always_inline s64 arch_atomic64_read(const atomic64_t *v)
91 static __always_inline void arch_atomic64_set(atomic64_t *v, s64 i)
97 static __always_inline s64 arch_atomic64_add_return(s64 i, atomic64_t *v)
103 static __always_inline s64 arch_atomic64_fetch_add(s64 i, atomic64_t *v)
109 static __always_inline void arch_atomic64_add(s64 i, atomic64_t *v)
117 static __always_inline s64 arch_atomic64_cmpxchg(atomic64_t *v, s64 old, s64 ne
[all...]
/linux-master/lib/
H A Datomic64.c45 s64 generic_atomic64_read(const atomic64_t *v)
49 s64 val;
58 void generic_atomic64_set(atomic64_t *v, s64 i)
70 void generic_atomic64_##op(s64 a, atomic64_t *v) \
82 s64 generic_atomic64_##op##_return(s64 a, atomic64_t *v) \
86 s64 val; \
96 s64 generic_atomic64_fetch_##op(s64 a, atomic64_t *v) \
100 s64 va
[all...]
/linux-master/drivers/thermal/tegra/
H A Dsoctherm-fuse.c62 static s64 div64_s64_precise(s64 a, s32 b)
64 s64 r, al;
117 s64 temp;
137 temp = (s64)delta_temp * (1LL << 13) * mult;
138 therma = div64_s64_precise(temp, (s64)delta_sens * div);
140 temp = ((s64)actual_tsensor_ft * shared->actual_temp_cp) -
141 ((s64)actual_tsensor_cp * shared->actual_temp_ft);
144 temp = (s64)therma * sensor->fuse_corr_alpha;
147 temp = (s64)therm
[all...]

Completed in 266 milliseconds

1234567891011>>