Searched refs:s64 (Results 26 - 50 of 53) sorted by relevance

123

/freebsd-12-stable/sys/dev/mthca/
H A Dmthca_profile.c64 s64 mthca_make_profile(struct mthca_dev *dev,
78 s64 total_size = 0;
H A Dmthca_main.c290 s64 size;
580 s64 icm_size;
/freebsd-12-stable/contrib/wpa/src/utils/
H A Dcommon.h93 typedef INT64 s64; typedef
105 typedef long long s64; typedef
122 typedef int64_t s64; typedef
/freebsd-12-stable/sys/dev/mlx5/mlx5_core/
H A Dmlx5_pagealloc.c516 s64 mlx5_wait_for_reclaim_vfs_pages(struct mlx5_core_dev *dev)
519 s64 prevpages = 0;
520 s64 npages = 0;
H A Dmlx5_cmd.c801 s64 ds;
980 s64 ds;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/interception/
H A Dinterception.h30 typedef __sanitizer::s64 INTMAX_T;
/freebsd-12-stable/sys/dev/e1000/
H A De1000_osdep.h127 typedef int64_t s64; typedef
H A De1000_ich8lan.c1138 s64 lat_ns;
1139 s64 value;
1164 lat_ns = ((s64)rxa * 1024 -
1165 (2 * (s64)hw->mac.max_frame_size)) * 8 * 1000;
/freebsd-12-stable/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c174 atref.u[0].s64 = _dwarf_read_sleb128(ds->ds_data, offsetp);
353 ret = WRITE_SLEB128(at->u[0].s64);
H A Ddwarf_pro_attr.c125 at->u[0].s64 = value;
H A D_libdwarf.h110 int64_t s64; /* Signed value. */ member in union:_Dwarf_Attribute::__anon1219
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkernel.h79 #define S64_MAX ((s64)(U64_MAX >> 1))
80 #define S64_MIN ((s64)(-S64_MAX - 1))
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.h80 s64 aio_offset;
H A Dsanitizer_netbsd.cpp145 HANDLE_EINTR(res, __ftruncate(fd, 0, (s64)size));
H A Dsanitizer_platform_limits_posix.h146 s64 aio_offset;
/freebsd-12-stable/sys/dev/ice/
H A Dice_osdep.h364 * @typedef s64
367 typedef int64_t s64; typedef
H A Dice_sched.c3782 s64 bytes_per_sec, wakeup_int, wakeup_a, wakeup_b, wakeup_f;
3787 bytes_per_sec = DIV_64BIT(((s64)bw * 1000), BITS_PER_BYTE);
3795 wakeup_b = (s64)ICE_RL_PROF_MULTIPLIER * wakeup_int;
3796 wakeup_a = DIV_64BIT((s64)ICE_RL_PROF_MULTIPLIER *
3828 s64 bytes_per_sec, ts_rate, mv_tmp;
3831 s64 mv = 0;
3839 bytes_per_sec = DIV_64BIT(((s64)bw * 1000), BITS_PER_BYTE);
3845 ts_rate = DIV_64BIT((s64)hw->psm_clk_freq,
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h590 s64 fw_pages;
592 s64 pages_per_func[MLX5_MAX_NUMBER_OF_VFS];
1039 s64 mlx5_wait_for_reclaim_vfs_pages(struct mlx5_core_dev *dev);
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch.h171 dispatch_shared_info64_t s64; member in union:dispatch_shared_info_template::shared_info_tmpl
/freebsd-12-stable/crypto/openssl/crypto/aes/asm/
H A Dbsaes-armv7.pl1707 vshr.s64 @T[0], @XMM[8], #63
1716 vshr.s64 @T[1], @XMM[$i], #63
1777 vshr.s64 @T[0], @XMM[8], #63
1786 vshr.s64 @T[1], @XMM[$i], #63
2122 vshr.s64 @T[0], @XMM[8], #63
2131 vshr.s64 @T[1], @XMM[$i], #63
2192 vshr.s64 @T[0], @XMM[8], #63
2201 vshr.s64 @T[1], @XMM[$i], #63
2407 vshr.s64 @XMM[6], @XMM[8], #63
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h140 bool GetIgnoreBit() const { return (s64)x_ < 0; }
241 if ((s64)diff < 0) { // s1.addr0 < s2.addr0
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64CallLowering.cpp145 LLT s64 = LLT::scalar(64); variable
159 Register OffsetReg = MRI.createGenericVirtualRegister(s64);
H A DAArch64InstructionSelector.cpp1262 // some reason we receive input GMIR that has an s64 shift amount that's not
1587 const LLT s64 = LLT::scalar(64); local
1597 if (Ty != s32 && Ty != s64) {
1599 << " constant, expected: " << s32 << " or " << s64 local
1616 // s32 and s64 are covered by tablegen.
1619 << " constant, expected: " << s32 << ", " << s64
3666 // %scalar:gpr(s64) = COPY $x0
3667 // %undef:fpr(<2 x s64>) = G_IMPLICIT_DEF
3670 // %ins:fpr(<2 x s64>) = G_INSERT_VECTOR_ELT %undef, %scalar(s64),
[all...]
/freebsd-12-stable/sys/dev/drm2/
H A Ddrm_os_freebsd.h65 typedef int64_t s64; typedef
H A Ddrm_crtc.h415 s64 framedur_ns, linedur_ns, pixeldur_ns;

Completed in 430 milliseconds

123