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

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-decnet.c123 goto trunc;
169 goto trunc;
172 trunc:
193 goto trunc;
212 goto trunc;
222 goto trunc;
232 goto trunc;
242 goto trunc;
252 goto trunc;
275 goto trunc;
[all...]
H A Dprint-carp.c86 trunc:
H A Dprint-frag6.c77 trunc:
H A Dprint-ipx.c77 trunc:
166 goto trunc;
180 trunc:
219 trunc:
H A Dprint-krb.c136 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
145 trunc:
159 #define PRINT if ((cp = c_print(cp, snapend)) == NULL) goto trunc
225 trunc:
H A Dprint-pptp.c611 trunc:
641 trunc:
674 trunc:
691 trunc:
705 trunc:
724 trunc:
759 trunc:
789 trunc:
819 trunc:
844 trunc
[all...]
H A Dprint-stp.c370 goto trunc;
396 goto trunc;
404 goto trunc;
410 goto trunc;
415 goto trunc;
422 goto trunc;
432 goto trunc;
449 trunc:
H A Dprint-isakmp.c423 trunc:
449 if(!rawprint(ndo, (caddr_t)(cp), len)) goto trunc;
452 if(!rawprint(ndo, (caddr_t)(end), elen)) goto trunc;
457 trunc:
596 trunc:
621 goto trunc;
631 trunc:
828 trunc:
849 goto trunc;
852 trunc
[all...]
H A Dprint-lwapp.c185 goto trunc;
234 goto trunc;
249 goto trunc;
293 trunc:
308 goto trunc;
350 trunc:
H A Dprint-radius.c495 trunc:
512 goto trunc;
556 trunc:
673 trunc:
716 trunc:
749 trunc:
826 trunc:
841 goto trunc;
888 trunc:
935 trunc
[all...]
H A Dprint-ospf6.c158 trunc:
170 goto trunc;
176 goto trunc;
179 goto trunc;
194 trunc:
329 goto trunc;
351 goto trunc;
413 goto trunc;
441 goto trunc;
470 trunc
[all...]
H A Dprint-forces.c65 trunc:
99 trunc:
141 trunc:
169 trunc:
209 trunc:
225 goto trunc;
304 trunc:
321 goto trunc;
351 trunc:
396 trunc
[all...]
H A Dprint-smb.c142 trunc:
236 trunc:
318 trunc:
391 trunc:
433 trunc:
477 trunc:
517 trunc:
916 trunc:
934 goto trunc;
936 goto trunc;
[all...]
H A Dprint-rx.c683 goto trunc; \
687 goto trunc; \
775 goto trunc; \
813 goto trunc;
967 trunc:
1046 trunc:
1152 goto trunc;
1216 trunc:
1265 trunc:
1283 goto trunc;
[all...]
H A Dprint-aodv.c150 int n, trunc; local
167 trunc = n - (i/sizeof(ap->rerr.r.dest[0]));
173 if (trunc)
263 int i, j, n, trunc; local
272 trunc = n - (i/j);
277 if (trunc)
372 int i, j, n, trunc; local
381 trunc = n - (i/j);
386 if (trunc)
H A Dprint-igmp.c126 trunc:
148 trunc:
202 trunc:
258 trunc:
342 trunc:
H A Dprint-chdlc.c153 goto trunc;
184 goto trunc;
205 trunc:
H A Dprint-lldp.c955 goto trunc;
962 goto trunc;
974 goto trunc;
1001 goto trunc;
1023 goto trunc;
1065 trunc:
1215 goto trunc;
1223 goto trunc;
1233 goto trunc;
1249 goto trunc;
[all...]
H A Dprint-vqp.c179 goto trunc;
207 trunc:
H A Dprint-nfs.c260 trunc:
264 static int nfserr; /* true if we error rather than trunc */
394 trunc:
425 trunc:
449 trunc:
478 goto trunc;
483 trunc:
532 goto trunc;
838 trunc:
1095 nfserr = 1; /* suppress trunc strin
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/lib/
H A Didiv32.S29 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b
34 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
75 FP_TO_INT(f6, f6) // q = trunc(q2)
H A Didiv64.S28 # define FP_TO_INT(a,b) fcvt.fxu.trunc.s1 a=b
32 # define FP_TO_INT(a,b) fcvt.fx.trunc.s1 a=b
72 FP_TO_INT(f11, f11) // q = trunc(q3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dfile.c52 int trunc; member in struct:FileContext
57 { "truncate", "truncate existing files on write", offsetof(FileContext, trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, AV_OPT_FLAG_ENCODING_PARAM },
147 if (c->trunc)
151 if (c->trunc)
H A Dlibsmbclient.c33 int trunc; member in struct:__anon3521
105 if (libsmbc->trunc)
109 if (libsmbc->trunc)
185 {"truncate", "truncate existing files on write", OFFSET(trunc), AV_OPT_TYPE_INT, { .i64 = 1 }, 0, 1, E },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Dlibm.h90 static av_always_inline av_const double trunc(double x) function

Completed in 172 milliseconds

123456