Home
last modified time | relevance | path

Searched refs:truncation (Results 1 – 25 of 53) sorted by relevance

123

/external/llvm/test/Transforms/IndVarSimplify/
Dmasked-iv.ll6 ; and only use one truncation.
/external/llvm/test/CodeGen/X86/
Dtrunc-to-bool.ll1 ; An integer truncation to i1 should be done with an and instruction to make
/external/tcpdump/
DCHANGES221 Fix NFS packet truncation checks.
385 - OSPF truncation check fix. Also display the type of OSPF packets
389 - Fix truncation check bugs in the Kerberos printer. Reported by Ezra
446 - Suppress nfs truncation message on errors.
465 - Fix dvmrp printer truncation checks and add a dvmrp probe printer.
468 - Rewrite ospf printer to improve truncation checks.
472 actually in the tcp header (in addition to the normal truncation
507 - Added some more packet truncation checks.
618 - Rewrote tcp options printer code to check for truncation. Added
778 - Add truncation checks.
[all …]
/external/webkit/Source/WebCore/rendering/
DInlineTextBox.h70 unsigned short truncation() { return m_truncation; } in truncation() function
DRenderText.cpp363 unsigned short truncation = box->truncation(); in ellipsisRectForBox() local
364 if (truncation == cNoTruncation) in ellipsisRectForBox()
375 if (ellipsisEndPosition >= truncation && ellipsisStartPosition <= truncation) in ellipsisRectForBox()
/external/bison/djgpp/
Ddjunpack.bat8 Rem with other file names after truncation to DOS 8+3 namespace.
/external/webkit/Source/WebCore/rendering/svg/
DSVGInlineTextBox.cpp165 ASSERT(truncation() == cNoTruncation); in paintSelectionBackground()
248 ASSERT(truncation() == cNoTruncation); in paint()
/external/protobuf/vsprojects/
Dreadme.txt98 C4305 - 'identifier' : truncation from 'type1' to 'type2'
/external/openssl/crypto/rc2/
Drrc2.doc86 At this point it is possible to perform a truncation of the effective key
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js374 truncate: function(length, truncation) { argument
376 truncation = Object.isUndefined(truncation) ? '...' : truncation;
378 this.slice(0, length - truncation.length) + truncation : String(this);
Dconcat-jquery-mootools-prototype.js8753 truncate: function(length, truncation) { argument
8755 truncation = Object.isUndefined(truncation) ? '...' : truncation;
8757 this.slice(0, length - truncation.length) + truncation : String(this);
/external/stlport/etc/
DChangeLog-4.0212 * fstream.cpp : fixed truncation for WIN32 (thanks to Bruce Alderson for the report)
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli965 (** [const_trunc c ty] returns the constant truncation of integer constant [c]
980 (** [const_fptrunc c ty] returns the constant truncation of floating point
/external/bluetooth/bluez/
DChangeLog553 Fix SDP truncation of strings with NULL values.
/external/zlib/
DChangeLog949 - remove block truncation heuristic which had very marginal effect for zlib
/external/webkit/WebKitLibraries/
DChangeLog2430 Disable a truncation warning that is disabled/doesn't exist on Mac
/external/strace/
DChangeLog-CVS395 but no truncation was actually made. Add comments.
397 appended to the output but no truncation was actually made.
/external/bluetooth/glib/gio/
DChangeLog1518 * gmemoryoutputstream.c (array_resize): Handle truncation to
/external/llvm/projects/sample/autoconf/m4/
Dlibtool.m46342 # Then use that list of sed's as ones to test for truncation.
/external/expat/conftools/
Dlibtool.m46350 # Then use that list of sed's as ones to test for truncation.
/external/llvm/autoconf/m4/
Dlibtool.m46342 # Then use that list of sed's as ones to test for truncation.
/external/webkit/Source/WebKit/win/
DChangeLog-2009-06-164307 Change WebKitGraphics truncation functions to return the length of the
4317 The truncation functions now return an unsigned int that is the length
15990 Add support for right-truncation to WebKitGraphics.
/external/openfst/m4/
Dlibtool.m47066 # Then use that list of sed's as ones to test for truncation.
/external/libmtp/m4/
Dlibtool.m47049 # Then use that list of sed's as ones to test for truncation.
/external/clang/include/clang/Basic/
DDiagnosticSemaKinds.td1755 "implicit truncation from %2 to bitfield changes value from %0 to %1">,

123