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

12345678910

/freebsd-11-stable/cddl/contrib/opensolaris/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(@);
/freebsd-11-stable/contrib/tcpdump/
H A Dprint-ip6opts.c57 goto trunc;
60 goto trunc;
68 ND_PRINT((ndo, ", padn: trunc"));
69 goto trunc;
75 ND_PRINT((ndo, ", sopt_type %d: trunc)", bp[i]));
76 goto trunc;
84 trunc:
85 ND_PRINT((ndo, "[trunc] "));
103 goto trunc;
106 goto trunc;
[all...]
H A Dprint-tftp.c103 goto trunc;
119 goto trunc;
126 goto trunc;
132 goto trunc; /* no mode */
136 goto trunc;
147 goto trunc;
161 goto trunc;
170 goto trunc; /* no block number */
178 goto trunc; /* no error code */
186 goto trunc; /* n
[all...]
H A Dprint-cdp.c156 goto trunc;
165 goto trunc;
188 goto trunc;
199 goto trunc;
204 goto trunc;
213 goto trunc;
221 goto trunc;
226 goto trunc;
231 goto trunc;
241 goto trunc;
[all...]
H A Dprint-calm-fast.c47 goto trunc;
64 trunc:
H A Dprint-vxlan.c54 goto trunc;
72 trunc:
H A Dprint-otv.c48 goto trunc;
70 trunc:
H A Dprint-rt6.c71 goto trunc;
76 goto trunc;
86 goto trunc;
90 trunc:
H A Dprint-pim.c173 goto trunc;
181 goto trunc;
193 goto trunc;
204 goto trunc;
210 goto trunc;
217 goto trunc;
232 goto trunc;
245 trunc:
323 goto trunc;
333 trunc
[all...]
H A Dprint-dvmrp.c93 goto trunc;
101 goto trunc;
112 goto trunc;
131 goto trunc;
137 goto trunc;
143 goto trunc;
149 goto trunc;
158 trunc:
217 trunc:
248 trunc
[all...]
H A Dprint-aodv.c189 goto trunc;
204 trunc:
216 goto trunc;
235 trunc:
247 goto trunc;
263 trunc:
276 goto trunc;
285 goto trunc;
293 trunc:
305 goto trunc;
[all...]
H A Dprint-resp.c77 goto trunc; \
88 * jump to trunc.
114 * jump to trunc.
130 * jump to trunc.
153 goto trunc; \
187 * If ret_len is < 0, jump to the trunc tag which returns (-1)
191 if (rl < 0) { goto trunc; } else { return rl; }
195 * If ret_len is < 0, jump to the trunc tag which returns (-1)
199 if (rl < 0) { goto trunc; }
209 goto trunc; \
[all...]
H A Dprint-mobility.c130 goto trunc;
133 goto trunc;
142 ND_PRINT((ndo, "(padn: trunc)"));
143 goto trunc;
149 ND_PRINT((ndo, "(refresh: trunc)"));
150 goto trunc;
159 ND_PRINT((ndo, "(altcoa: trunc)"));
160 goto trunc;
167 ND_PRINT((ndo, "(ni: trunc)"));
168 goto trunc;
[all...]
/freebsd-11-stable/lib/msun/i387/
H A Ds_trunc.S9 ENTRY(trunc)
27 END(trunc)
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.trunc.d48 trunc(@, 5);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp29 Tmp = Tmp.trunc(MinBits);
35 Tmp = Tmp.trunc(ActiveBits);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dstore-int.h42 int (*trunc)(struct krb5_storage_data*, off_t); member in struct:krb5_storage_data

Completed in 94 milliseconds

12345678910