Searched refs:trunc (Results 26 - 50 of 225) sorted by relevance

123456789

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Bin/
H A Dpy_profile.d76 trunc(@stacks, TOP);
H A Drfsio.d86 trunc(@rio, 20);
87 trunc(@rbytes, 20);
95 trunc(@rbytes);
96 trunc(@rio);
H A Dj_calltime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
H A Dj_cputime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/FS/
H A Drfsio.d86 trunc(@rio, 20);
87 trunc(@rbytes, 20);
95 trunc(@rbytes);
96 trunc(@rio);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Java/
H A Dj_profile.d75 trunc(@stacks, TOP);
H A Dj_calltime.d107 trunc(@num, top);
112 trunc(@types, top);
118 trunc(@types_excl, top);
124 trunc(@types_incl, top);
/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Python/
H A Dpy_profile.d76 trunc(@stacks, TOP);
/freebsd-9.3-release/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/
H A Dtst.trunc0.d45 trunc(@);
/freebsd-9.3-release/lib/msun/src/
H A Ds_trunc.c17 * trunc(x)
22 * Inexact flag raised if x not equal to trunc(x).
33 trunc(double x) function
66 __weak_reference(trunc, truncl);
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-ripng.c69 int trunc; local
93 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
109 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
118 if (trunc)
H A Dprint-udld.c92 goto trunc;
97 goto trunc;
123 goto trunc;
164 trunc:
H A Dprint-msdp.c48 goto trunc; /* not really truncated, but still not decodable */
57 goto trunc;
99 trunc:
H A Dprint-lwres.c204 goto trunc;
213 trunc:
224 goto trunc;
228 goto trunc;
231 trunc:
244 goto trunc;
247 goto trunc;
253 trunc:
293 trunc:
393 goto trunc;
[all...]
H A Dprint-mobility.c104 goto trunc;
107 goto trunc;
115 printf("(padn: trunc)");
116 goto trunc;
122 printf("(refresh: trunc)");
123 goto trunc;
131 printf("(altcoa: trunc)");
132 goto trunc;
138 printf("(ni: trunc)");
139 goto trunc;
[all...]
H A Dprint-domain.c121 trunc:
617 goto trunc;
620 goto trunc;
627 goto trunc;
631 goto trunc;
635 goto trunc;
641 goto trunc;
645 goto trunc;
649 goto trunc;
653 goto trunc;
[all...]
H A Dprint-bgp.c513 trunc:
566 trunc:
602 trunc:
661 trunc:
742 trunc:
780 trunc:
828 trunc:
933 trunc:
1042 goto trunc;
1045 trunc
[all...]
H A Dprint-tftp.c123 goto trunc;
141 goto trunc;
150 trunc:
H A Dprint-ah.c68 trunc:
H A Dprint-msnlb.c64 trunc:
H A Dprint-sip.c62 trunc:
H A Dprint-olsr.c272 goto trunc;
276 goto trunc;
305 goto trunc;
368 goto trunc;
383 goto trunc;
427 goto trunc;
458 goto trunc;
482 goto trunc;
500 goto trunc;
537 goto trunc;
[all...]
/freebsd-9.3-release/bin/dd/
H A Dmisc.c75 if (st.trunc)
77 st.trunc, (st.trunc == 1) ? "block" : "blocks");
/freebsd-9.3-release/contrib/openbsm/compat/
H A Dflopen.h41 int fd, operation, serrno, trunc; local
62 trunc = (flags & O_TRUNC);
94 if (trunc && ftruncate(fd, 0) != 0) {
/freebsd-9.3-release/lib/libutil/
H A Dflopen.c43 int fd, operation, serrno, trunc; local
64 trunc = (flags & O_TRUNC);
96 if (trunc && ftruncate(fd, 0) != 0) {

Completed in 175 milliseconds

123456789