/freebsd/contrib/llvm-project/libcxx/include/__math/ |
H A D | rounding_functions.h | 225 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI float trunc(float __x) _NOEXCEPT { return __builtin_… in trunc() function 228 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI double trunc(double __x) _NOEXCEPT { in trunc() function 232 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI long double trunc(long double __x) _NOEXCEPT { in trunc() function 237 _LIBCPP_NODISCARD inline _LIBCPP_HIDE_FROM_ABI double trunc(_A1 __x) _NOEXCEPT { in trunc() function
|
/freebsd/lib/msun/src/ |
H A D | s_trunc.c | 29 trunc(double x) in trunc() function
|
/freebsd/contrib/openbsm/compat/ |
H A D | flopen.h | 40 int fd, operation, serrno, trunc; in flopen() local
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | store-int.h | 42 int (*trunc)(struct krb5_storage_data*, off_t); member
|
/freebsd/lib/libutil/ |
H A D | flopen.c | 51 int fd, operation, serrno, trunc; in vflopenat() local
|
/freebsd/tests/sys/netinet/ |
H A D | udp_io.c | 65 ATF_TC_BODY(trunc, tc) in ATF_TC_BODY() argument
|
/freebsd/contrib/sendmail/mailstats/ |
H A D | mailstats.c | 59 bool trunc; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 108 APSInt trunc(uint32_t width) const { in trunc() function
|
/freebsd/bin/dd/ |
H A D | dd.h | 63 uintmax_t trunc; /* # of truncated records */ member
|
/freebsd/contrib/llvm-project/libcxx/src/ |
H A D | ios.cpp | 93 const ios_base::openmode ios_base::trunc; member in ios_base
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | KnownBits.h | 150 KnownBits trunc(unsigned BitWidth) const { in trunc() function
|
/freebsd/sys/contrib/openzfs/module/zfs/ |
H A D | dnode_sync.c | 376 boolean_t trunc = B_FALSE; in dnode_sync_free_range_impl() local
|
H A D | dnode.c | 2272 int trunc = FALSE; in dnode_free_range() local
|
H A D | zap.c | 1545 boolean_t trunc = B_FALSE; in zap_shrink() local
|
/freebsd/usr.bin/mail/ |
H A D | def.h | 269 #define trunc(stream) { \ macro
|
/freebsd/sys/netinet/ |
H A D | sctp_input.c | 3593 struct sctp_stream_reset_in_request *req, int trunc) in sctp_handle_str_reset_request_in() 3724 struct sctp_stream_reset_out_request *req, int trunc) in sctp_handle_str_reset_request_out() 3959 int trunc = 0; in sctp_handle_stream_reset() local
|
/freebsd/sys/netlink/ |
H A D | netlink_domain.c | 662 bool nonblock, trunc, peek; in nl_soreceive() local
|
/freebsd/include/ |
H A D | tgmath.h | 201 #define trunc(x) __tg_simple(x, trunc) macro
|
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ |
H A D | dt_cc.c | 431 dt_node_t *anp, *trunc; in dt_action_trunc() local
|
H A D | dt_consume.c | 2381 dt_trunc_t *trunc = arg; in dt_trunc_agg() local 2401 dt_trunc_t trunc; in dt_trunc() local
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | tgmath.h | 1216 #define trunc(__x) __tg_trunc(__tg_promote1((__x))(__x)) macro
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | APInt.cpp | 906 APInt APInt::trunc(unsigned width) const { in trunc() function in APInt
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_msg.h | 2172 __u8 trunc:1; member 2176 __u8 trunc:1; member 2194 __u8 trunc:1; member 2198 __u8 trunc:1; member
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdstate.c | 4442 int trunc, fhandle_t *fhp, struct nfsvattr *nap, nfsattrbit_t *attrbitp, in nfsrv_docallback()
|
/freebsd/sys/ufs/ffs/ |
H A D | ffs_softdep.c | 8525 int trunc) in cancel_allocindir() argument
|