HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 26 - 50 of 430) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/tcpdump/
print-ripng.c 69 int trunc; local
93 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
109 trunc = ((i / sizeof(*ni)) * sizeof(*ni) != i);
118 if (trunc)
print-udld.c 92 goto trunc;
97 goto trunc;
123 goto trunc;
164 trunc:
print-msdp.c 48 goto trunc; /* not really truncated, but still not decodable */
57 goto trunc;
99 trunc:
print-lwres.c 204 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...]
print-mobility.c 104 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...]
print-domain.c 119 trunc:
615 goto trunc;
618 goto trunc;
625 goto trunc;
629 goto trunc;
633 goto trunc;
639 goto trunc;
643 goto trunc;
647 goto trunc;
651 goto trunc;
    [all...]
print-bgp.c 513 trunc:
566 trunc:
602 trunc:
661 trunc:
742 trunc:
780 trunc:
828 trunc:
933 trunc:
    [all...]
print-tftp.c 123 goto trunc;
141 goto trunc;
150 trunc:
print-ah.c 68 trunc:
print-msnlb.c 64 trunc:
print-sip.c 62 trunc:
print-olsr.c 272 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...]
print-hsrp.c 133 goto trunc;
138 trunc:
print-vrrp.c 139 goto trunc;
145 trunc:
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.assign/
member_swap.pass.cpp 27 | std::ios_base::trunc);
29 | std::ios_base::trunc);
50 | std::ios_base::trunc);
52 | std::ios_base::trunc);
nonmember_swap.pass.cpp 28 | std::ios_base::trunc);
30 | std::ios_base::trunc);
51 | std::ios_base::trunc);
53 | std::ios_base::trunc);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/
MediaDescr.py 7 def __init__(self, trunc, size, names, fmt):
8 self.trunc = trunc
14 if self.trunc:
  /external/valgrind/main/none/tests/mips32/
round_fpu64.stdout.exp 787 trunc.l.s 0 0.000000
789 trunc.l.s 456 456.250000
791 trunc.l.s 3 3.000000
793 trunc.l.s -1 -1.000000
795 trunc.l.s 1384 1384.500000
797 trunc.l.s -7 -7.250000
799 trunc.l.s 1000000000 1000000000.000000
801 trunc.l.s -5786 -5786.250000
803 trunc.l.s 1752 1752.000000
805 trunc.l.s 0 0.01562
    [all...]
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 27 | std::ios_base::trunc) != 0);
42 | std::ios_base::trunc) != 0);
move_assign.pass.cpp 28 | std::ios_base::trunc) != 0);
43 | std::ios_base::trunc) != 0);
nonmember_swap.pass.cpp 29 | std::ios_base::trunc) != 0);
44 | std::ios_base::trunc) != 0);
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 28 | std::ios_base::trunc) != 0);
42 | std::ios_base::trunc) != 0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.assign/
member_swap.pass.cpp 27 | std::ios_base::trunc) != 0);
42 | std::ios_base::trunc) != 0);
move_assign.pass.cpp 28 | std::ios_base::trunc) != 0);
43 | std::ios_base::trunc) != 0);
nonmember_swap.pass.cpp 29 | std::ios_base::trunc) != 0);
44 | std::ios_base::trunc) != 0);

Completed in 239 milliseconds

12 3 4 5 6 7 8 91011>>