HomeSort by relevance Sort by last modified time
    Searched refs:trunc (Results 51 - 75 of 472) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.assign/
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/std/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 28 | std::ios_base::trunc) != 0);
42 | std::ios_base::trunc) != 0);
  /external/tcpdump/
print-dtp.c 52 goto trunc;
109 trunc:
print-decnet.c 560 goto trunc;
606 goto trunc;
609 trunc:
631 goto trunc;
650 goto trunc;
660 goto trunc;
670 goto trunc;
680 goto trunc;
690 goto trunc;
713 goto trunc;
    [all...]
print-ahcp.c 125 trunc:
143 trunc:
171 trunc:
195 trunc:
223 trunc:
247 trunc:
308 trunc:
353 trunc:
419 trunc:
print-olsr.c 282 goto trunc;
381 goto trunc;
424 goto trunc;
429 goto trunc;
434 goto trunc;
446 goto trunc;
457 goto trunc;
462 goto trunc;
467 goto trunc;
558 goto trunc;
    [all...]
print-tftp.c 155 goto trunc;
173 goto trunc;
182 trunc:
print-bgp.c 509 trunc:
563 trunc:
601 trunc:
661 trunc:
746 trunc:
785 trunc:
834 trunc:
940 trunc:
    [all...]
print-ah.c 61 trunc:
print-carp.c 80 trunc:
print-frag6.c 67 trunc:
print-ipx.c 94 trunc:
183 goto trunc;
197 trunc:
236 trunc:
print-krb.c 130 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc
139 trunc:
154 #define PRINT if ((cp = c_print(ndo, cp, ndo->ndo_snapend)) == NULL) goto trunc
220 trunc:
print-ospf6.c 390 goto trunc;
403 trunc:
416 goto trunc;
422 goto trunc;
425 goto trunc;
440 trunc:
576 goto trunc;
598 goto trunc;
660 goto trunc;
688 goto trunc;
    [all...]
  /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);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf.cons/
move.pass.cpp 28 | std::ios_base::trunc) != 0);
42 | std::ios_base::trunc) != 0);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-macro-ill-sfp.l 10 .*:15: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f4,\$f6,\$4'
mips32-sf32.l 8 .*:11: Error: opcode not supported on this processor: .* \(.*\) `trunc.w.d \$f7,\$f8'
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/signers/
DSASigner.java 154 byte[] trunc = new byte[n.bitLength() / 8];
156 System.arraycopy(message, 0, trunc, 0, trunc.length);
158 return new BigInteger(1, trunc);
  /system/extras/libfec/test/
test_read.cpp 46 ofstream output(argv[2], ios::binary | ios::trunc);
  /art/runtime/interpreter/mterp/mips64/
op_double_to_int.S 17 trunc.w.d f0, f0
op_double_to_long.S 17 trunc.l.d f0, f0

Completed in 911 milliseconds

1 23 4 5 6 7 8 91011>>