Searched refs:trunc (Results 1 - 25 of 54) sorted by relevance

123

/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Derr.D_TRUNC_PROTO.badmany.d32 trunc(@, 10, 20);
H A Derr.D_TRUNC_PROTO.badnone.d31 trunc();
H A Derr.D_TRUNC_SCALAR.bad.d32 trunc(@, @);
H A Derr.D_TRUNC_AGGARG.bad.d33 trunc(i);
H A Dtst.negtrunc.d48 trunc(@, -10);
H A Dtst.trunc.d48 trunc(@, 10);
H A Dtst.negtruncquant.d51 trunc(@, -5);
H A Dtst.truncquant.d51 trunc(@, 5);
H A Dtst.trunc0.d45 trunc(@);
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dtrunc.s29 .file "trunc.s"
32 LIBM_ANSI_PRAGMA_WEAK(trunc,function)
34 ENTRY(trunc) function
55 SET_SIZE(trunc)
/illumos-gate/usr/src/cmd/dtrace/demo/agg/
H A Dtrunc.d41 trunc(@func, 10);
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.trunc.d48 trunc(@, 5);
/illumos-gate/usr/src/lib/libm/common/m9x/
H A Dtrunc.c30 #pragma weak __trunc = trunc
35 trunc(double x) { function
/illumos-gate/usr/src/cmd/dtrace/demo/tcp/
H A Dtcpbytesstat.d44 trunc(@bytes);
H A Dtcptop.d116 trunc(@out);
137 trunc(@out);
/illumos-gate/usr/src/cmd/dtrace/demo/udp/
H A Dudpbytesstat.d44 trunc(@bytes);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_deleg_ops.c64 recall_all_delegations(rfs4_file_t *fp, bool_t trunc, caller_context_t *ct) argument
68 rfs4_recall_deleg(fp, trunc, NULL);
91 rfs4_recall_deleg(fp, trunc, NULL);
217 bool_t trunc = FALSE; local
221 trunc = TRUE;
224 rc = recall_all_delegations(fp, trunc, ct);
237 bool_t trunc = FALSE; local
245 trunc = TRUE;
248 rc = recall_all_delegations(fp, trunc, ct);
366 bool_t trunc local
406 bool_t trunc = FALSE; local
[all...]
H A Dnfs4_srv_deleg.c832 rfs4_do_cb_recall(rfs4_deleg_state_t *dsp, bool_t trunc) argument
865 rec_argp->truncate = trunc;
903 void (*recall)(rfs4_deleg_state_t *, bool_t trunc);
904 bool_t trunc; member in struct:recall_arg
931 (void) (*arg->recall)(dsp, arg->trunc);
958 bool_t trunc; member in struct:master_recall_args
1008 arg->trunc = map->trunc;
1042 void (*recall)(rfs4_deleg_state_t *, bool_t trunc),
1043 bool_t trunc, rfs4_client_
1041 rfs4_recall_file(rfs4_file_t *fp, void (*recall)(rfs4_deleg_state_t *, bool_t trunc), bool_t trunc, rfs4_client_t *cp) argument
1078 rfs4_recall_deleg(rfs4_file_t *fp, bool_t trunc, rfs4_client_t *cp) argument
1436 rfs4_check_delegated_byfp(int mode, rfs4_file_t *fp, bool_t trunc, bool_t do_delay, bool_t is_rm, clientid4 *cp) argument
1505 rfs4_check_delegated(int mode, vnode_t *vp, bool_t trunc) argument
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dmake_checksum.c147 krb5_octet *trunc; local
156 trunc = (krb5_octet *) MALLOC(cksum->length);
157 if (trunc) {
158 (void) memcpy(trunc, cksum->contents, cksum->length);
160 cksum->contents = trunc;
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c546 boolean_t trunc = B_FALSE; local
621 trunc = B_TRUE;
626 trunc = B_TRUE;
654 trunc = B_TRUE;
665 trunc = B_TRUE;
676 trunc = B_TRUE;
696 trunc = B_TRUE;
718 trunc = B_TRUE;
723 trunc = B_TRUE;
743 trunc
[all...]
H A Dsnoop_ospf6.c589 boolean_t trunc = B_FALSE; local
660 trunc = B_TRUE;
666 trunc = B_TRUE;
698 trunc = B_TRUE;
710 trunc = B_TRUE;
723 trunc = B_TRUE;
742 trunc = B_TRUE;
764 trunc = B_TRUE;
769 trunc = B_TRUE;
788 trunc
[all...]
/illumos-gate/usr/src/cmd/prstat/
H A Dprutil.c284 int trunc, size_t width)
296 else if (trunc && n > width)
305 getzonename(zoneid_t zoneid, char *str, size_t len, int trunc, size_t width) argument
316 else if (trunc && n > width)
283 getprojname(projid_t projid, char *str, size_t len, int noresolve, int trunc, size_t width) argument
H A Dprtable.c66 int trunc, size_t width)
73 if (trunc && n > width)
82 else if (trunc && n > width)
65 pwd_getname(uid_t uid, char *name, size_t length, int noresolve, int trunc, size_t width) argument
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmailstats.c61 bool trunc; local
78 trunc = false;
100 trunc = true;
342 if (trunc)
/illumos-gate/usr/src/uts/sun4v/io/
H A Dmdeg.c792 goto trunc;
805 goto trunc;
814 goto trunc;
830 trunc:
860 goto trunc;
870 goto trunc;
880 trunc:

Completed in 125 milliseconds

123