Searched refs:int64_t (Results 101 - 125 of 236) sorted by relevance

12345678910

/linux-master/tools/include/nolibc/
H A Dstdlib.h407 int i64toa_r(int64_t in, char *buffer)
421 /* converts int64_t <in> to a string using the static itoa_buffer and returns
425 char *i64toa(int64_t in)
H A Dtypes.h176 int64_t d_off;
/linux-master/include/soc/tegra/
H A Dbpmp-abi.h1149 int64_t rate;
1154 int64_t rate;
1158 int64_t rate;
1163 int64_t rate;
1167 int64_t rate;
1298 int64_t rate;
3199 int64_t rate;
3223 int64_t rate;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-xscom.c57 int64_t rc;
72 int64_t rc;
/linux-master/fs/freevxfs/
H A Dvxfs_bmap.c116 int64_t off;
196 int64_t off = (hdr & VXFS_TYPED_OFFSETMASK);
/linux-master/fs/xfs/scrub/
H A Drcbag_btree.c50 STATIC int64_t
71 STATIC int64_t
/linux-master/tools/testing/selftests/kvm/include/
H A Dtest_util.h83 int64_t timespec_to_ns(struct timespec ts);
84 struct timespec timespec_add_ns(struct timespec ts, int64_t ns);
/linux-master/tools/lib/bpf/
H A Dringbuf.c234 static int64_t ringbuf_process_ring(struct ring *r)
238 int64_t cnt = 0;
284 int64_t err, res = 0;
307 int64_t err, res = 0;
376 int64_t res;
/linux-master/net/9p/
H A Dprotocol.c131 va_arg(ap, int64_t);
140 va_arg(ap, int64_t);
244 * q - int64_t
295 int64_t *val = va_arg(ap, int64_t *);
553 __le64 val = cpu_to_le64(va_arg(ap, int64_t));
/linux-master/tools/perf/util/
H A Dhist.h182 int64_t hist_entry__cmp(struct hist_entry *left, struct hist_entry *right);
183 int64_t hist_entry__collapse(struct hist_entry *left, struct hist_entry *right);
287 int64_t (*cmp)(struct perf_hpp_fmt *fmt,
289 int64_t (*collapse)(struct perf_hpp_fmt *fmt,
291 int64_t (*sort)(struct perf_hpp_fmt *fmt,
/linux-master/drivers/iio/accel/
H A Dhid-sensor-accel-3d.c37 int64_t timestamp;
228 int len, int64_t timestamp)
282 *(int64_t *)raw_data);
/linux-master/include/uapi/linux/
H A Dfuse.h287 int64_t tv_sec;
1034 int64_t off;
1035 int64_t len;
/linux-master/arch/sparc/vdso/
H A Dvdso2c.h139 required_syms[i].name, (int64_t)syms[i]);
/linux-master/drivers/iio/common/ssp_sensors/
H A Dssp.h189 int64_t timestamp;
/linux-master/fs/befs/
H A Dbtree.c744 if (*(int64_t *) key1 == *(int64_t *) key2)
746 else if (*(int64_t *) key1 > *(int64_t *) key2)
/linux-master/drivers/md/bcache/
H A Dsysfs.h69 __builtin_types_compatible_p(typeof(var), int64_t) \
/linux-master/tools/testing/selftests/kvm/lib/
H A Duserfaultfd_util.c34 int64_t pages = 0;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dkvm_clock_test.c21 int64_t realtime_offset;
/linux-master/fs/xfs/libxfs/
H A Dxfs_ialloc_btree.c267 STATIC int64_t
272 return (int64_t)be32_to_cpu(key->inobt.ir_startino) -
276 STATIC int64_t
285 return (int64_t)be32_to_cpu(k1->inobt.ir_startino) -
H A Dxfs_log_format.h285 int64_t ilf_blkno; /* blkno of inode buffer */
306 int64_t ilf_blkno; /* blkno of inode buffer */
532 int64_t blf_blkno; /* starting blkno of this buf */
891 int64_t qlf_blkno; /* blkno of dquot buffer */
H A Dxfs_inode_fork.c38 int64_t size)
513 int64_t byte_diff,
517 int64_t new_size = ifp->if_bytes + byte_diff;
575 int64_t copied = 0;
/linux-master/lib/math/
H A Ddiv64.c47 while ((int64_t)b > 0 && b < rem) {
/linux-master/tools/testing/selftests/mm/
H A Dtranshuge-stress.c99 int64_t pfn;
/linux-master/drivers/iio/imu/inv_icm42600/
H A Dinv_icm42600.h148 int64_t gyro;
149 int64_t accel;
/linux-master/drivers/cpuidle/governors/
H A Dmenu.c212 int64_t diff = (int64_t)value - avg;

Completed in 233 milliseconds

12345678910