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

123456789

/freebsd-current/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_SCALAR.bad.d32 trunc(@, @);
H A Derr.D_TRUNC_PROTO.badnone.d31 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-current/contrib/tcpdump/
H A Dprint-ip6opts.c57 goto trunc;
60 goto trunc;
68 ND_PRINT(", padn: trunc");
69 goto trunc;
75 ND_PRINT(", sopt_type %u: trunc)", GET_U_1(bp + i));
76 goto trunc;
85 trunc:
107 goto trunc;
110 goto trunc;
119 ND_PRINT("(padn: trunc)");
[all...]
H A Dprint-tftp.c104 goto trunc;
119 goto trunc;
126 goto trunc;
132 goto trunc; /* no mode */
136 goto trunc;
146 goto trunc;
159 goto trunc;
168 goto trunc; /* no block number */
175 goto trunc; /* no error code */
182 goto trunc; /* n
[all...]
H A Dprint-ssh.c59 goto trunc;
74 goto trunc;
80 goto trunc;
84 trunc:
H A Dprint-gre.c86 goto trunc;
103 trunc:
124 goto trunc;
132 goto trunc;
140 goto trunc;
149 goto trunc;
158 goto trunc;
172 goto trunc;
183 goto trunc;
186 goto trunc;
[all...]
H A Dprint-resp.c72 goto trunc; \
83 * jump to trunc.
110 * jump to trunc.
126 * jump to trunc.
149 goto trunc; \
184 * If ret_len is < 0, jump to the trunc tag which returns (-1)
188 if (rl < 0) { goto trunc; } else { return rl; }
192 * If ret_len is < 0, jump to the trunc tag which returns (-1)
196 if (rl < 0) { goto trunc; }
206 goto trunc; \
[all...]
H A Dprint-msdp.c45 goto trunc; /* not really truncated, but still not decodable */
52 goto trunc;
54 goto trunc;
95 trunc:
H A Dprint-pim.c191 goto trunc;
198 goto trunc;
209 goto trunc;
219 goto trunc;
224 goto trunc;
230 goto trunc;
244 goto trunc;
257 trunc:
329 goto trunc;
338 trunc
[all...]
H A Dprint-nfs.c413 trunc:
435 goto trunc;
454 goto trunc;
469 trunc:
526 goto trunc;
531 trunc:
569 goto trunc;
588 goto trunc;
590 goto trunc;
600 goto trunc;
[all...]
H A Dprint-mobility.c135 goto trunc;
138 goto trunc;
147 ND_PRINT("(padn: trunc)");
148 goto trunc;
154 ND_PRINT("(refresh: trunc)");
155 goto trunc;
163 ND_PRINT("(altcoa: trunc)");
164 goto trunc;
170 ND_PRINT("(ni: trunc)");
171 goto trunc;
[all...]
H A Dprint-aodv.c189 goto trunc;
206 trunc:
218 goto trunc;
237 trunc:
249 goto trunc;
265 trunc:
278 goto trunc;
287 goto trunc;
295 trunc:
307 goto trunc;
[all...]
/freebsd-current/lib/msun/i387/
H A Ds_trunc.S7 ENTRY(trunc)
25 END(trunc)
/freebsd-current/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/llquantize/
H A Dtst.trunc.d48 trunc(@, 5);
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A DAPSInt.cpp30 Tmp = Tmp.trunc(std::max<unsigned>(1, MinBits));
36 Tmp = Tmp.trunc(std::max<unsigned>(1, ActiveBits));
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dstore-int.h42 int (*trunc)(struct krb5_storage_data*, off_t); member in struct:krb5_storage_data
/freebsd-current/lib/msun/src/
H A Ds_trunc.c13 * trunc(x)
18 * Inexact flag raised if x not equal to trunc(x).
29 trunc(double x) function
62 __weak_reference(trunc, truncl);
/freebsd-current/contrib/openbsm/compat/
H A Dflopen.h40 int fd, operation, serrno, trunc; local
61 trunc = (flags & O_TRUNC);
93 if (trunc && ftruncate(fd, 0) != 0) {

Completed in 292 milliseconds

123456789