/external/tcpdump/ |
print-ipx.c | 77 trunc: 166 goto trunc; 180 trunc: 219 trunc:
|
print-krb.c | 136 #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:
|
print-pptp.c | 611 trunc: 641 trunc: 674 trunc: 691 trunc: 705 trunc: 724 trunc: 759 trunc: 789 trunc: 819 trunc: 844 trunc [all...] |
print-isakmp.c | 336 trunc: 473 trunc: 497 goto trunc; 507 trunc: 631 trunc: 651 goto trunc; 654 trunc: 737 goto trunc; 830 goto trunc; 834 trunc [all...] |
print-radius.c | 495 trunc: 512 goto trunc; 556 trunc: 673 trunc: 716 trunc: 749 trunc: 826 trunc: 841 goto trunc; 888 trunc: 935 trunc [all...] |
print-rx.c | 668 goto trunc; \ 672 goto trunc; \ 753 goto trunc; \ 780 goto trunc; 913 trunc: 992 trunc: 1098 goto trunc; 1162 trunc: 1211 trunc: 1229 goto trunc; [all...] |
print-aodv.c | 150 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)
|
print-igmp.c | 126 trunc: 148 trunc: 202 trunc: 254 trunc: 334 trunc:
|
print-chdlc.c | 153 goto trunc; 184 goto trunc; 205 trunc:
|
print-ospf6.c | 226 trunc: 240 goto trunc; 252 trunc: 354 goto trunc; 368 goto trunc; 453 goto trunc; 476 goto trunc; 489 trunc: 602 goto trunc; 627 trunc [all...] |
print-rip.c | 165 register int trunc; local 216 trunc = (i / sizeof(*ni)) != j; 227 if (trunc)
|
print-ldp.c | 355 goto trunc; 370 goto trunc; 477 trunc: 541 goto trunc; 565 goto trunc; 610 trunc:
|
print-smb.c | 142 trunc: 236 trunc: 318 trunc: 391 trunc: 433 trunc: 477 trunc: 517 trunc: 916 trunc: 934 goto trunc; 936 goto trunc; [all...] |
print-nfs.c | 260 trunc: 264 static int nfserr; /* true if we error rather than trunc */ 415 trunc: 439 trunc: 468 goto trunc; 473 trunc: 794 trunc: 1048 nfserr = 1; /* suppress trunc string */ 1053 nfserr = 1; /* suppress trunc string */ 1058 nfserr = 1; /* suppress trunc string * [all...] |
print-bootp.c | 173 trunc: 479 goto trunc; 625 goto trunc; 649 goto trunc; 773 trunc: 803 trunc:
|
print-pgm.c | 265 goto trunc; 312 goto trunc; 394 goto trunc; 418 goto trunc; 616 goto trunc; 755 trunc:
|
print-mpls.c | 179 trunc:
|
print-ppp.c | 438 goto trunc; 583 trunc: 770 trunc: 871 trunc: 965 trunc: 1099 trunc: 1155 trunc: 1214 trunc: 1260 trunc: [all...] |
/external/protobuf/examples/ |
add_person.cc | 84 fstream output(argv[1], ios::out | ios::trunc | ios::binary);
|
/external/stlport/src/details/ |
fstream_stdio.cpp | 185 case ios_base::out | ios_base::trunc: 190 case ios_base::out | ios_base::trunc | ios_base::binary: 218 case ios_base::in | ios_base::out | ios_base::trunc: 222 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary:
|
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_stdio.cpp | 185 case ios_base::out | ios_base::trunc: 190 case ios_base::out | ios_base::trunc | ios_base::binary: 218 case ios_base::in | ios_base::out | ios_base::trunc: 222 case ios_base::in | ios_base::out | ios_base::trunc | ios_base::binary:
|
/system/core/toolbox/ |
dd.h | 64 uint64_t trunc; /* # of truncated records */ member in struct:__anon25853
|
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_qsort.c | 168 #define Recurse(Trunc) \ 170 if (l<Trunc) { \ 171 if (r>=Trunc) doRight \ 175 else if (r>=Trunc) { pushRight; doLeft }\ 309 size_t trunc=TRUNC_nonaligned*size; local 314 if ((size_t)(last-first)>trunc) { 325 Recurse(trunc) 340 size_t trunc=TRUNC_aligned*size; local 345 if ((size_t)(last-first)>trunc) { 356 Recurse(trunc) [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
JSValue.cpp | 47 return isnan(d) ? 0.0 : trunc(d); 54 return trunc(toNumber(exec));
|
/external/icu4c/samples/uresb/ |
uresb.c | 52 static UBool trunc = FALSE; variable 131 trunc = TRUE; 138 trunc = FALSE; 234 if(trunc && len > truncsize) { 269 if(trunc && len > truncsize) {
|