Home
last modified time | relevance | path

Searched refs:blow (Results 1 – 25 of 61) sorted by relevance

123

/external/toybox/lib/
Ddeflate.c83 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/
Dv1.25.txt29 Fix problem which caused compile_et and mk_cmds to blow up if
/external/libchrome/mojo/public/interfaces/bindings/tests/
Dvalidation_test_interfaces.mojom132 // 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/
Dtwo-cus-from-same-file.ll3 ; blow llc up and produces something reasonable.
/external/mesa3d/src/gallium/auxiliary/postprocess/
DADDING78 Testing, praying, hookers, blow, sacrificial lambs...
/external/llvm/test/DebugInfo/Generic/
Dtwo-cus-from-same-file.ll3 ; blow llc up and produces something reasonable.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll35 ; and would probably blow MFI's mind.
/external/llvm/test/CodeGen/Thumb2/
Daligned-spill.ll35 ; and would probably blow MFI's mind.
/external/clang/lib/StaticAnalyzer/
DREADME.txt46 path-sensitivity. We reduce exponential blow-up by caching nodes. If
/external/icu/icu4c/source/samples/ufortune/resources/
Droot.txt117 "A bird in the hand makes it awfully hard to blow your nose.",
/external/python/cpython3/Misc/
DSpecialBuilds.txt190 objects can go away. COUNT_ALLOCS can blow up in 2.2 and 2.2.1 because of this;
/external/python/cpython2/Doc/howto/
Dlogging-cookbook.rst238 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/
DSpecialBuilds.txt186 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/
DLibFuzzer.rst510 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/
Dcrash_report_sender.m113 // sizeToFit will blow out the width rather than making the field taller, so
/external/llvm/docs/
DLibFuzzer.rst610 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/
Dswifterror.ll383 ; Check that we don't blow up on tail calling swifterror argument functions.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Dswifterror.ll396 ; Check that we don't blow up on tail calling swifterror argument functions.
/external/python/cpython3/Doc/howto/
Dlogging-cookbook.rst242 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/
Dapiref.rst939 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/
Dapiref.rst946 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/
Dswifterror.ll471 ; Check that we don't blow up on tail calling swifterror argument functions.
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt1573 㨘 < 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/
DTransliterator_Kanji_English.txt654 吹>'[blow]';
2630 歔>'[blow through nose]';
/external/python/cpython2/Doc/library/
Doptparse.rst1707 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

123