Searched refs:blow (Results 1 – 25 of 41) sorted by relevance
12
/external/toybox/toys/pending/ |
D | compress.c | 188 int click = bb->bitpos >> 3, blow, blen; in bitbuf_get() local 194 blow = bb->bitpos & 7; in bitbuf_get() 195 blen = 8-blow; in bitbuf_get() 197 result |= ((bb->buf[click] >> blow) & ((1<<blen)-1)) << offset; in bitbuf_get() 218 int click = bb->bitpos >> 3, blow, blen; in bitbuf_put() local 225 blow = bb->bitpos & 7; in bitbuf_put() 226 blen = 8-blow; in bitbuf_put() 228 bb->buf[click] |= data << blow; in bitbuf_put()
|
/external/v8/test/webkit/ |
D | try-catch-try-try-catch-try-finally-return-catch-finally-expected.txt | 24 Tests what would happen if you a throwing operation at the beginning of a finally blow that gets in…
|
/external/llvm/test/DebugInfo/ |
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/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 | 114 "A bird in the hand makes it awfully hard to blow your nose.",
|
/external/valgrind/nightly/ |
D | README.txt | 164 lines to minimise possible size blow-outs. (The name of this file is
|
/external/llvm/docs/ |
D | LibFuzzer.rst | 317 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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/rbbi/ |
D | words.txt | 320 blow
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 1571 㨘 < to\-blow\-the\-nose\-with\-the\-fingers; 2121 擤 < to\-blow\-the\-nose\-with\-fingers; 2468 㰆 < an\-instrument\-to\-blow\-a\-fire; 3693 欨 < to\-blow\-or\-breathe\-upon; 4135 㧙 < to\-give\-a\-playful\-blow; 6006 歔 < blow\-through\-nose; 8449 䬒 < to\-blow\-chilly; 8576 㥺 < to\-blow\-a\-fire; 10993 潠 < to\-blow\-out; 11257 㰲 < to\-blow\-off; [all …]
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 570 // need to be sent to darwin-debug. If we send all environment entries, we might blow the
|
/external/tcpdump/ |
D | CHANGES | 150 Don't blow up if a zero-length link-layer address is passed to
|
/external/guava/guava-tests/test/com/google/common/io/testdata/ |
D | alice_in_wonderland.txt | 1200 she felt a violent blow underneath her chin: it had struck her 2206 out, and was going to give the hedgehog a blow with its head, it
|
/external/e2fsprogs/debian/ |
D | changelog | 1232 * Fix bug in libuuid1.postinst which would cause it to blow up if
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 3413 N^V "blow" :G2P
|
/external/cmockery/cmockery_0_1_2/ |
D | aclocal.m4 | 710 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/google-breakpad/m4/ |
D | libtool.m4 | 1505 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/libusb-compat/m4/ |
D | libtool.m4 | 1505 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/google-tv-pairing-protocol/cpp/m4/ |
D | libtool.m4 | 1505 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/libmtp/m4/ |
D | libtool.m4 | 1505 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/libvncserver/ |
D | acinclude.m4 | 1308 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/pcre/dist/m4/ |
D | libtool.m4 | 1605 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | libtool.m4 | 1605 # On DJGPP, this test can blow up pretty badly due to problems in libc
|
12