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

12

/freebsd-10-stable/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_profile.h54 s64 mthca_make_profile(struct mthca_dev *mdev,
H A Dmthca_profile.c64 s64 mthca_make_profile(struct mthca_dev *dev,
78 s64 total_size = 0;
H A Dmthca_main.c295 s64 size;
631 s64 icm_size;
/freebsd-10-stable/sys/ofed/include/asm/
H A Dtypes.h50 typedef int64_t s64; typedef
/freebsd-10-stable/sys/ofed/include/linux/
H A Dktime.h61 s64 tv64;
75 #define KTIME_MAX ((s64)~((u64)1 << 63))
97 return (ktime_t) { .tv64 = (s64)secs * NSEC_PER_SEC + (s64)nsecs };
284 static inline s64 ktime_to_ns(const ktime_t kt)
286 return (s64) kt.tv.sec * NSEC_PER_SEC + kt.tv.nsec;
291 static inline s64 ktime_get_ns(void)
/freebsd-10-stable/contrib/ofed/include/infiniband/
H A Dtypes.h49 typedef int64_t s64; typedef
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_irq.c101 s64 diff_ns;
462 s64 linedur_ns = 0, pixeldur_ns = 0, framedur_ns = 0;
480 pixeldur_ns = (s64) div64_u64(1000000000, dotclock);
481 linedur_ns = (s64) div64_u64(((u64) crtc->hwmode.crtc_htotal *
483 framedur_ns = (s64) crtc->hwmode.crtc_vtotal * linedur_ns;
555 s64 framedur_ns, linedur_ns, pixeldur_ns, delta_ns, duration_ns;
624 if (duration_ns <= (s64) *max_error)
648 delta_ns = (s64) vpos * linedur_ns + (s64) hpos * pixeldur_ns;
1344 s64 diff_n
[all...]
H A Ddrm_os_freebsd.h52 typedef int64_t s64; typedef
H A Ddrm_crtc.h415 s64 framedur_ns, linedur_ns, pixeldur_ns;
/freebsd-10-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string.c311 const char *s64 = S64; local
335 archive_string_sprintf(&s, "%s", s64);
336 assertExactString(64, 4 * EXTENT, s64, s);
/freebsd-10-stable/lib/libdwarf/
H A D_libdwarf.h82 int64_t s64; member in union:_Dwarf_AttrValue::__anon5806
H A Ddwarf_attrval.c183 *valp = av->u[0].s64;
H A Ddwarf_init.c389 avref.u[0].s64 = dwarf_read_sleb128(dp, offsetp);
/freebsd-10-stable/contrib/wpa/src/utils/
H A Dcommon.h94 typedef INT64 s64; typedef
106 typedef long long s64; typedef
139 typedef int64_t s64; typedef
/freebsd-10-stable/sys/dev/cxgbe/
H A Dosdep.h52 typedef int64_t s64; typedef
/freebsd-10-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c519 s64 mlx5_wait_for_reclaim_vfs_pages(struct mlx5_core_dev *dev)
522 s64 prevpages = 0;
523 s64 npages = 0;
H A Dmlx5_cmd.c939 s64 ds;
1123 s64 ds;
/freebsd-10-stable/sys/dev/e1000/
H A De1000_osdep.h98 typedef int64_t s64; typedef
H A De1000_ich8lan.c1131 s64 lat_ns;
1132 s64 value;
1157 lat_ns = ((s64)rxa * 1024 -
1158 (2 * (s64)hw->mac.max_frame_size)) * 8 * 1000;
/freebsd-10-stable/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_mr.c236 s64 dtime;
265 dtime = (cache->last_add + (s64)cache->rel_timeout * HZ) - jiffies;
273 dtime = max_t(s64, dtime, 0);
274 dtime = min_t(s64, dtime, (MAX_MR_RELEASE_TIMEOUT * HZ));
/freebsd-10-stable/sys/dev/mlx5/
H A Ddriver.h535 s64 fw_pages;
537 s64 pages_per_func[MLX5_MAX_NUMBER_OF_VFS];
874 s64 mlx5_wait_for_reclaim_vfs_pages(struct mlx5_core_dev *dev);
/freebsd-10-stable/crypto/openssl/crypto/ec/
H A Decp_nistp256.c54 typedef int64_t s64; typedef
395 s64 high, low;
892 equal = ((s64) equal) >> 63;
959 is_zero = ((s64) is_zero) >> 63;
971 is_p = ((s64) is_p) >> 63;
H A Decp_nistp521.c52 typedef int64_t s64; typedef
855 is_zero = ((s64) is_zero) >> 63;
868 is_p = ((s64) is_p) >> 63;
939 is_p = ((s64) is_p) >> 63;
965 is_greater = ((s64) is_greater) >> 63;
H A Decp_nistp224.c51 typedef int64_t s64; typedef
/freebsd-10-stable/sys/ofed/include/linux/mlx4/
H A Ddevice.h1339 s64 mlx4_read_clock(struct mlx4_dev *dev);

Completed in 477 milliseconds

12