/external/toybox/lib/ |
D | deflate.c | 83 int click = bb->bitpos >> 3, blow, blen; in bitbuf_get() local 89 blow = bb->bitpos & 7; in bitbuf_get() 90 blen = 8-blow; in bitbuf_get() 92 result |= ((bb->buf[click] >> blow) & ((1<<blen)-1)) << offset; in bitbuf_get() 113 int click = bb->bitpos >> 3, blow, blen; in bitbuf_put() local 120 blow = bb->bitpos & 7; in bitbuf_put() 121 blen = 8-blow; in bitbuf_put() 123 bb->buf[click] |= data << blow; in bitbuf_put()
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.25.txt | 29 Fix problem which caused compile_et and mk_cmds to blow up if
|
/external/libchrome/mojo/public/interfaces/bindings/tests/ |
D | validation_test_interfaces.mojom | 132 // This is used to test that deeply recursive structures don't blow the stack.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/Generic/ |
D | two-cus-from-same-file.ll | 3 ; blow llc up and produces something reasonable.
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
D | ADDING | 78 Testing, praying, hookers, blow, sacrificial lambs...
|
/external/llvm/test/DebugInfo/Generic/ |
D | two-cus-from-same-file.ll | 3 ; blow llc up and produces something reasonable.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/ |
D | aligned-spill.ll | 35 ; and would probably blow MFI's mind.
|
/external/llvm/test/CodeGen/Thumb2/ |
D | aligned-spill.ll | 35 ; and would probably blow MFI's mind.
|
/external/clang/lib/StaticAnalyzer/ |
D | README.txt | 46 path-sensitivity. We reduce exponential blow-up by caching nodes. If
|
/external/icu/icu4c/source/samples/ufortune/resources/ |
D | root.txt | 117 "A bird in the hand makes it awfully hard to blow your nose.",
|
/external/python/cpython3/Misc/ |
D | SpecialBuilds.txt | 190 objects can go away. COUNT_ALLOCS can blow up in 2.2 and 2.2.1 because of this;
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 238 logger1.debug('Quick zephyrs blow, vexing daft Jim.') 253 10-22 22:19 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim. 349 logger1.debug('Quick zephyrs blow, vexing daft Jim.') 447 59 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim.
|
/external/python/cpython2/Misc/ |
D | SpecialBuilds.txt | 186 objects can go away. COUNT_ALLOCS can blow up in 2.2 and 2.2.1 because of this;
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | LibFuzzer.rst | 510 two similar inputs as significantly different and it will blow up the test corpus. 643 is enabled, it will also instrument the LLVM support code which will blow up the
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 113 // sizeToFit will blow out the width rather than making the field taller, so
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 610 two similar inputs as significantly different and it will blow up the test corpus. 809 is enabled, it will also instrument the LLVM support code which will blow up the
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | swifterror.ll | 383 ; Check that we don't blow up on tail calling swifterror argument functions.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | swifterror.ll | 396 ; Check that we don't blow up on tail calling swifterror argument functions.
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 242 logger1.debug('Quick zephyrs blow, vexing daft Jim.') 261 10-22 22:19 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim. 432 logger1.debug('Quick zephyrs blow, vexing daft Jim.') 532 59 myapp.area1 DEBUG Quick zephyrs blow, vexing daft Jim.
|
/external/python/cpython2/Doc/distutils/ |
D | apiref.rst | 939 when a source file is missing; the default (``'error'``) is to blow up with an 1048 .. % copying, but blow up if linking. Hmmm. And I don't know what 1050 .. % should probably blow up if destination exists and we would be
|
/external/python/cpython3/Doc/distutils/ |
D | apiref.rst | 946 when a source file is missing; the default (``'error'``) is to blow up with an 1054 .. % copying, but blow up if linking. Hmmm. And I don't know what 1056 .. % should probably blow up if destination exists and we would be
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | swifterror.ll | 471 ; Check that we don't blow up on tail calling swifterror argument functions.
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 1573 㨘 < to\-blow\-the\-nose\-with\-the\-fingers; 2123 擤 < to\-blow\-the\-nose\-with\-fingers; 2470 㰆 < an\-instrument\-to\-blow\-a\-fire; 3695 欨 < to\-blow\-or\-breathe\-upon; 4137 㧙 < to\-give\-a\-playful\-blow; 6008 歔 < blow\-through\-nose; 8451 䬒 < to\-blow\-chilly; 8578 㥺 < to\-blow\-a\-fire; 10995 潠 < to\-blow\-out; 11259 㰲 < to\-blow\-off; [all …]
|
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
D | Transliterator_Kanji_English.txt | 654 吹>'[blow]'; 2630 歔>'[blow through nose]';
|
/external/python/cpython2/Doc/library/ |
D | optparse.rst | 1707 seen, but blow up if it comes after ``-b`` in the command-line. :: 1724 blow up if ``-b`` has already been seen), it needs a bit of work: the error
|