Searched refs:int64_t (Results 151 - 175 of 236) sorted by relevance

12345678910

/linux-master/drivers/iio/common/hid-sensors/
H A Dhid-sensor-attributes.c428 int64_t hid_sensor_convert_timestamp(struct hid_sensor_common *st,
429 int64_t raw_value)
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_plane.c108 static inline int64_t fixed16_to_int(int64_t value)
/linux-master/tools/iio/
H A Diio_generic_buffer.c162 int64_t val = (int64_t)(input << (64 - info->bits_used)) >>
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-flash.c280 int64_t rc = OPAL_PARAMETER;
H A Dsetup.c403 int64_t rc, timeout = 1000;
/linux-master/drivers/iio/adc/
H A Dmt6360-adc.c266 int64_t timestamp;
H A Dqcom-vadc-common.c682 int64_t resistance;
/linux-master/drivers/iio/position/
H A Dhid-sensor-custom-intel-hinge.c228 *(int64_t *)raw_data);
/linux-master/tools/testing/selftests/futex/functional/
H A Dfutex_requeue_pi.c297 ts.tv_nsec = ((int64_t)ts.tv_nsec + timeout_ns) % 1000000000;
/linux-master/fs/xfs/libxfs/
H A Dxfs_symlink_remote.c209 int64_t size)
/linux-master/tools/testing/selftests/mm/
H A Dvm_util.c227 int64_t allocate_transhuge(void *ptr, int pagemap_fd)
/linux-master/arch/mips/cavium-octeon/
H A Dsetup.c118 int64_t addr;
793 int64_t addr =
973 int64_t memory;
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-scaler.c117 temp = (int64_t)A * (int64_t)B;
133 temp = (int64_t)A << PSC_Q_FRACTION;
/linux-master/fs/xfs/
H A Dxfs_mount.c1139 int64_t delta,
1142 int64_t lcounter;
1403 int64_t delta)
H A Dxfs_bmap_util.c156 int64_t bmv_end,
205 int64_t bmv_end,
264 int64_t bmv_end, max_len;
H A Dxfs_iomap.c375 int64_t *qfreesp)
378 int64_t freesp;
426 int64_t freesp;
/linux-master/drivers/gpu/drm/tegra/
H A Dhdmi.c394 int64_t min_err = (uint64_t)-1 >> 1;
404 int64_t cts, err;
407 aval_f = ((int64_t)24000000 << 16) * n;
414 cts_f = ((int64_t)pix_clock << 16) * n;
422 err = abs((int64_t)cts_f - cts);
/linux-master/fs/xfs/scrub/
H A Dtrace.h761 __field(int64_t, icount_sb)
763 __field(int64_t, ifree_sb)
765 __field(int64_t, fdblocks_sb)
791 TP_PROTO(struct xfs_mount *mp, uint64_t expected, int64_t curr_value,
792 int64_t old_value),
797 __field(int64_t, curr_value)
798 __field(int64_t, old_value)
1869 int64_t owner),
1876 __field(int64_t, owner)
1896 int64_t owne
[all...]
/linux-master/drivers/cpufreq/
H A Dintel_pstate.c51 #define int_tofp(X) ((int64_t)(X) << FRAC_BITS)
54 #define ONE_EIGHTH_FP ((int64_t)1 << (FRAC_BITS - 3))
59 #define int_ext_tofp(X) ((int64_t)(X) << EXT_FRAC_BITS)
63 return ((int64_t)x * (int64_t)y) >> FRAC_BITS;
68 return div64_s64((int64_t)x << FRAC_BITS, y);
/linux-master/include/uapi/linux/
H A Dcoda.h204 int64_t tv_sec; /* seconds */
/linux-master/arch/mips/fw/cfe/
H A Dcfe_api.c272 int64_t
/linux-master/tools/testing/selftests/net/
H A Dtcp_mmap.c592 int64_t wr = FILE_SZ - total;
/linux-master/arch/xtensa/kernel/
H A Dperf_event.c149 int64_t delta;
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_builtin.c408 int64_t rc;
/linux-master/tools/perf/util/
H A Dperf_event_attr_fprintf.c245 #define p_signed(val) snprintf(buf, BUF_SIZE, "%"PRId64, (int64_t)(val))

Completed in 278 milliseconds

12345678910