HomeSort by relevance Sort by last modified time
    Searched refs:truncated (Results 126 - 150 of 358) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/binutils/
od-xcoff.c     [all...]
  /external/llvm/lib/ProfileData/
InstrProfReader.cpp 143 return error(instrprof_error::truncated);
218 return error(instrprof_error::truncated);
225 return error(instrprof_error::truncated);
236 return error(instrprof_error::truncated);
630 return error(instrprof_error::truncated);
  /external/mesa3d/src/amd/addrlib/core/
addrelemlib.cpp 201 UINT_64 truncated, rounded; local
230 truncated = ((shifted.i&0x7FFFFF) + (INT_64)0x800000) << 8;
232 truncated = (altShift > 60) ? 0 : truncated >> altShift;
233 rounded = static_cast<INT_32>((round + truncated) >> 8);
    [all...]
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 105 _TC = 1 << 9 // truncated
683 truncated bool
694 f(&h.truncated, "truncated", "") &&
720 if dns.truncated {
791 dns.truncated = (dh.Bits & _TC) != 0
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 105 _TC = 1 << 9 // truncated
683 truncated bool
694 f(&h.truncated, "truncated", "") &&
720 if dns.truncated {
791 dns.truncated = (dh.Bits & _TC) != 0
  /external/libchrome/dbus/
message.cc 172 std::string truncated; local
173 base::TruncateUTF8ToByteSize(value, kTruncateLength, &truncated);
174 base::StringAppendF(&truncated, "... (%" PRIuS " bytes in total)",
176 output += indent + "string \"" + truncated + "\"\n";
  /external/llvm/include/llvm/ProfileData/
SampleProf.h 36 truncated, member in class:llvm::sampleprof_error
  /external/llvm/lib/ProfileData/Coverage/
CoverageMappingReader.cpp 46 return make_error<CoverageMapError>(coveragemap_error::truncated);
552 return make_error<CoverageMapError>(coveragemap_error::truncated);
560 return make_error<CoverageMapError>(coveragemap_error::truncated);
574 return make_error<CoverageMapError>(coveragemap_error::truncated);
  /frameworks/base/cmds/incidentd/src/
Section.cpp 181 if (buffer.truncated()) {
  /prebuilts/go/darwin-x86/src/crypto/dsa/
dsa.go 191 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
260 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
  /prebuilts/go/darwin-x86/src/encoding/asn1/
asn1.go 309 err = SyntaxError{"truncated base 128 integer"}
471 err = SyntaxError{"truncated tag or length"}
489 err = SyntaxError{"truncated tag or length"}
553 err = SyntaxError{"truncated sequence"}
598 err = SyntaxError{"sequence truncated"}
611 err = SyntaxError{"data truncated"}
628 err = SyntaxError{"data truncated"}
763 err = SyntaxError{"data truncated"}
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 301 // 4095 < initialHeaderTableSize means maxSize is truncated to
313 // maxSize will be truncated to maxSizeLimit
  /prebuilts/go/linux-x86/src/crypto/dsa/
dsa.go 191 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
260 // Note that FIPS 186-3 section 4.6 specifies that the hash should be truncated
  /prebuilts/go/linux-x86/src/encoding/asn1/
asn1.go 309 err = SyntaxError{"truncated base 128 integer"}
471 err = SyntaxError{"truncated tag or length"}
489 err = SyntaxError{"truncated tag or length"}
553 err = SyntaxError{"truncated sequence"}
598 err = SyntaxError{"sequence truncated"}
611 err = SyntaxError{"data truncated"}
628 err = SyntaxError{"data truncated"}
763 err = SyntaxError{"data truncated"}
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
encode_test.go 301 // 4095 < initialHeaderTableSize means maxSize is truncated to
313 // maxSize will be truncated to maxSizeLimit
  /system/core/logd/tests/
logd_test.cpp 182 bool truncated = *--cp != '\f'; local
183 if (!truncated) {
189 if (!truncated) {
199 EXPECT_EQ(0, truncated);
    [all...]
  /external/iputils/
ping6.c 1506 int truncated; local
    [all...]
  /external/protobuf/js/binary/
writer.js 439 * will be truncated.
453 * the range [-2^31,2^31) will be truncated.
468 * will be truncated.
495 * will be truncated.
509 * the range [0,2^32) will be truncated.
524 * will be truncated.
551 * will be truncated.
565 * will be truncated.
579 * will be truncated.
594 * will be truncated
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gdb.py 493 'Verify that very long output is truncated'
516 "224, 225, 226...(truncated)")
518 1024 + len('...(truncated)'))
  /external/libunwind/doc/
unw_get_proc_name.tex 62 in the buffer provided. A truncated version of the name has been
  /external/ppp/pppd/
eap.c     [all...]
  /external/protobuf/csharp/src/Google.Protobuf/
InvalidProtocolBufferException.cs 65 "input has been truncated or that an embedded message " +
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gdb.py 541 'Verify that very long output is truncated'
564 "224, 225, 226...(truncated)")
566 1024 + len('...(truncated)'))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gdb.py 541 'Verify that very long output is truncated'
564 "224, 225, 226...(truncated)")
566 1024 + len('...(truncated)'))
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
mpfloat.go 251 // adjust m for truncated (integer) decimal exponent e

Completed in 1728 milliseconds

1 2 3 4 56 7 8 91011>>