/external/zlib/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 36 /* Definitions for input/output functions passed to blast(). See below for 41 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow); 43 * On success, the return value of blast() is zero. If there is an error in 50 * available bytes there. If infun() returns zero, then blast() returns with 51 * an input error. (blast() only asks for input if it needs it.) inhow is for 55 * to be written are buf[0..len-1]. If err is not zero, then blast() returns 69 * 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". 28 #include "blast.h" /* prototype for blast() */ 376 /* See comments in blast.h */ 377 int blast(blast_in infun, void *inhow, blast_out outfun, void *outhow) function 408 /* Example of how to use blast() */ 433 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/zlib/contrib/ |
README.contrib | 16 blast/ by Mark Adler <madler@alumni.caltech.edu>
|
/external/quake/quake/src/QW/client/ |
snd_mix.c | 126 // write a linear blast of samples
|
/external/quake/quake/src/QW/progs/ |
combat.qc | 170 // for blast velocity
|
/external/quake/quake/src/WinQuake/ |
snd_mix.cpp | 134 // write a linear blast of samples
|
/bionic/libc/private/ |
resolv_private.h | 242 #define RES_BLAST 0x00020000 /* blast all recursive servers */
|
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
WlanDrvIf.c | 514 pFileInfo->bLast = TI_FALSE; 581 pFileInfo->bLast = TI_TRUE; [all...] |
/system/wlan/ti/wilink_6_1/platforms/os/linux/src/ |
WlanDrvIf.c | 507 pFileInfo->bLast = TI_FALSE; 574 pFileInfo->bLast = TI_TRUE;
|
/external/quake/quake/src/WinQuake/data/ |
MANUAL.TXT | 562 per blast; second, it's slow; third, its shot pattern is very loose at
681 Thou canst not kill that which doth not live. But you can blast it
717 blast can hurt you if you're too close.
[all...] |
/external/zlib/ |
FAQ | 207 than does PKZIP and zlib. However, you can look in zlib's contrib/blast
|
ChangeLog | 375 - Add contrib/blast/ for PKWare Data Compression Library decompression [all...] |
/external/libpng/contrib/gregbook/ |
rpng-win.c | 550 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.
|
rpng2-win.c | [all...] |
/hardware/ti/wlan/wl1271/stad/src/Ctrl_Interface/ |
DrvMain.c | [all...] |
/system/wlan/ti/wilink_6_1/stad/src/Ctrl_Interface/ |
DrvMain.c | [all...] |
/external/quake/quake/src/QW/docs/ |
qwcl-readme.txt | 318 status bar and the spray where a shotgun blast hits) stay black when
[all...] |
/hardware/ti/wlan/wl1271/TWD/FW_Transfer/ |
HwInit.c | 551 pHwInit->bFwBufLast = pFileInfo->bLast; [all...] |
/system/wlan/ti/wilink_6_1/TWD/FW_Transfer/ |
HwInit.c | 516 pHwInit->bFwBufLast = pFileInfo->bLast; [all...] |
/hardware/ti/wlan/wl1271/TWD/TWDriver/ |
TWDriver.h | [all...] |
/system/wlan/ti/wilink_6_1/TWD/TWDriver/ |
TWDriver.h | [all...] |