HomeSort by relevance Sort by last modified time
    Searched full:blast (Results 1 - 25 of 34) sorted by null

1 2

  /external/zlib/src/contrib/blast/
Makefile 0 blast: blast.c blast.h
2 cc -DTEST -o blast blast.c
4 test: blast
5 blast < test.pk | cmp - test.txt
8 rm -f blast blast.o
README 1 Read blast.h for purpose and usage.
blast.h 0 /* blast.h -- interface for blast.c
26 * blast() decompresses the PKWare Data Compression Library (DCL) compressed
40 /* Definitions for input/output functions passed to blast(). See below for
45 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow);
47 * On success, the return value of blast() is zero. If there is an error in
54 * available bytes there. If infun() returns zero, then blast() returns with
55 * an input error. (blast() only asks for input if it needs it.) inhow is for
59 * to be written are buf[0..len-1]. If err is not zero, then blast() returns
73 * At the bottom of blast.c is an example program that uses blast() that can b
    [all...]
blast.c 0 /* blast.c
3 * For conditions of distribution and use, see copyright notice in blast.h
6 * blast.c decompresses data compressed by the PKWare Compression Library.
8 * the PKWare library, hence the name "blast".
30 #include "blast.h" /* prototype for blast() */
378 /* See comments in blast.h */
379 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) function
410 /* Example of how to use blast() */
435 ret = blast(inf, stdin, outf, stdout)
    [all...]
  /development/samples/JetBoy/res/values/
strings.xml 7 <string name="helpText">Help JET BOY get through the asteroid field! Blast the asteroids in time with the beat and listen to the music respond!\n\nUse your FIRE button to explode each asteroid as it passes through the laser guide.</string>
  /external/cblas/
README 44 This release updates an inconsistency between the BLAST document and
  /external/zlib/src/contrib/
README.contrib 19 blast/ by Mark Adler <madler@alumni.caltech.edu>
  /sdk/find_java2/src/
WinLauncher2App.cpp 49 virtual void ParseParam(const TCHAR* pszParam, BOOL bFlag, BOOL bLast) {
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 193 void SetEditFocus(FX_BOOL bLast);
270 void SetNoteFocus(FX_BOOL bLast);
  /external/llvm/lib/Support/
ErrorHandling.cpp 87 // Blast the result out to stderr. We don't try hard to make sure this
  /external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp 215 FX_BOOL bLast = TRUE;
230 bLast = FALSE;
241 if (bLast) return m_aListItems.GetSize()-1;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 627 void CPWL_Note_Contents::SetEditFocus(FX_BOOL bLast)
632 m_pEdit->SetCaret(bLast ? m_pEdit->GetTotalWords() : 0);
1185 void CPWL_NoteItem::SetNoteFocus(FX_BOOL bLast)
1187 m_pContents->SetEditFocus(bLast);
    [all...]
  /external/pdfium/fpdfsdk/include/fxedit/
fxet_edit.h 333 void SetLast(FX_BOOL bLast){m_bLast = bLast;}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
imputil.py 212 ### we should blast the module dict and do another get_code(). need to
677 # note: reload does NOT blast module dict
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
imputil.py 212 ### we should blast the module dict and do another get_code(). need to
677 # note: reload does NOT blast module dict
  /bionic/libc/dns/include/
resolv_private.h 257 #define RES_BLAST 0x00020000 /* blast all recursive servers */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
Interpreter.java 204 // Exceptions are used just to blast out of the parse engine
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
resolv.h 212 #define RES_BLAST 0x00020000 /* blast all recursive servers */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
resolv.h 212 #define RES_BLAST 0x00020000 /* blast all recursive servers */
  /external/compiler-rt/lib/BlocksRuntime/
runtime.c 398 // just bits. Blast 'em using _Block_memmove in case they're __strong
  /external/zlib/src/
FAQ 208 does PKZIP and zlib. However, you can look in zlib's contrib/blast
ChangeLog 42 - Add note to contrib/blast to use binary mode in stdio
43 - Fix comparisons of differently signed integers in contrib/blast
    [all...]
  /external/libpng/contrib/gregbook/
rpng-win.c 594 Blast image data to buffer. This whole routine takes place before the
wpng.c 7 interlaced PNGs are read and written in one memory-intensive blast.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
findertools.py 624 """set the audio output level, parameter between 0 (silent) and 7 (full blast)"""

Completed in 881 milliseconds

1 2