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

1 23 4 5 6 7 8

  /external/tcpdump/
print-lspping.c 571 goto trunc;
597 goto trunc;
606 goto trunc;
    [all...]
print-icmp6.c 298 goto trunc;
517 trunc:
623 goto trunc;
625 goto trunc;
696 goto trunc;
720 trunc:
795 trunc:
861 trunc:
1147 trunc:
1235 goto trunc;
    [all...]
smbutil.c 164 trunc:
203 trunc:
244 trunc:
316 trunc:
427 trunc:
621 goto trunc;
641 goto trunc;
673 goto trunc;
702 goto trunc;
705 goto trunc;
    [all...]
print-ospf.c 237 trunc:
744 trunc:
854 goto trunc;
    [all...]
print-pim.c 206 trunc:
314 trunc:
410 trunc:
616 trunc:
751 goto trunc;
1084 trunc:
print-dhcp6.c 338 goto trunc;
342 goto trunc;
663 trunc:
771 trunc:
print-fr.c 215 trunc:
321 trunc:
339 trunc:
525 trunc:
print-igrp.c 128 trunc:
print-l2tp.c 471 goto trunc;
476 goto trunc;
601 trunc:
712 trunc:
print-pflog.c 182 trunc:
print-ntp.c 137 goto trunc;
181 trunc:
print-dccp.c 186 trunc:
401 trunc:
530 trunc:
print-lmp.c 415 goto trunc;
441 goto trunc;
879 trunc:
print-bfd.c 277 trunc:
  /external/stlport/test/unit/
fstream_test.cpp 157 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
192 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
214 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
346 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
376 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
402 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
451 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
493 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
817 ofstream nullStream(nullStreamName, ios_base::trunc);
847 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc);
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
fstream_test.cpp 175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
394 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
420 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
835 ofstream nullStream(nullStreamName, ios_base::trunc);
865 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc);
    [all...]
  /ndk/tests/device/test-stlport/unit/
fstream_test.cpp 175 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
210 basic_fstream<char,char_traits<char> > f( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
232 ofstream of("test_file.txt", ios_base::out | ios_base::binary | ios_base::trunc);
364 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
394 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
420 fstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
469 wfstream s( "test_file.txt", ios_base::in | ios_base::out | ios_base::trunc );
511 fstream ss( "test_file.txt", ios_base::in | ios_base::out | ios_base::binary | ios_base::trunc );
835 ofstream nullStream(nullStreamName, ios_base::trunc);
865 fstream nullStream(nullStreamName, ios_base::in | ios_base::out | ios_base::trunc);
    [all...]
  /external/dnsmasq/src/
rfc1035.c 1141 int nxdomain = 0, auth = 1, trunc = 0; local
1210 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1249 if (add_resource_record(header, limit, &trunc, nameoffset, &ansp,
1263 add_resource_record(header, limit, &trunc, nameoffset, &ansp,
    [all...]
  /external/astl/include/
ios_base.h 176 // trunc: truncate and existing stream when opening.
182 static const openmode trunc = android::ios_baseopenmode_trunc; member in class:std::ios_base
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 216 // operand of a trunc without duplicating all the logic below.
389 case Instruction::Trunc: {
397 DemandedMask = DemandedMask.trunc(BitWidth);
398 KnownZero = KnownZero.trunc(BitWidth);
399 KnownOne = KnownOne.trunc(BitWidth);
429 DemandedMask = DemandedMask.trunc(SrcBitWidth);
430 KnownZero = KnownZero.trunc(SrcBitWidth);
431 KnownOne = KnownOne.trunc(SrcBitWidth);
456 InputDemandedBits = InputDemandedBits.trunc(SrcBitWidth);
457 KnownZero = KnownZero.trunc(SrcBitWidth)
    [all...]
  /external/llvm/include/llvm/ADT/
APSInt.h 71 APSInt trunc(uint32_t width) const { function in class:llvm::APSInt
72 return APSInt(APInt::trunc(width), IsUnsigned);
  /external/skia/samplecode/
SampleColorFilter.cpp 22 int trunc = x >> 3; local
32 return trunc + bias;
63 SkDebugf("--- %3d : trunc=%3d (%2d) round:%3d (%2d) \n"/*new:%d (%2d)\n"*/, i,
74 SkDebugf("--- trunc: %d %d round: %d %d new: %d %d\n", e0, ae0, e1, ae1, e2, ae2);
  /external/stlport/src/details/
fstream_unistd.cpp 168 case ios_base::out | ios_base::trunc:
182 case ios_base::in | ios_base::out | ios_base::trunc:
  /ndk/sources/cxx-stl/stlport/src/details/
fstream_unistd.cpp 168 case ios_base::out | ios_base::trunc:
182 case ios_base::in | ios_base::out | ios_base::trunc:
  /external/oprofile/libutil++/
file_manip.cpp 63 ofstream out(destination.c_str(), ios::trunc);

Completed in 303 milliseconds

1 23 4 5 6 7 8