代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/283587/9004937
h mpegaudio.h
/**
* @file mpegaudio.h
* mpeg audio declarations for both encoder and decoder.
*/
/* max frame size, in samples */
#define MPA_FRAME_SIZE 1152
/* max compressed frame size */
#define MPA_MAX_COD
www.eeworm.com/read/366581/9807892
zfile
#!/bin/sh
if test $# = 0; then
echo 'zfile: file(1) for programs which may be compressed with gzexe'
echo usage: `basename $0` files...
exit 1
fi
tmp=/tmp/gz$$
for i do
if test ! -f "$i" ;
www.eeworm.com/read/352960/10487946
h mpegaudio.h
/**
* @file mpegaudio.h
* mpeg audio declarations for both encoder and decoder.
*/
/* max frame size, in samples */
#define MPA_FRAME_SIZE 1152
/* max compressed frame size */
#define MPA_MAX_CO
www.eeworm.com/read/436920/7758889
c decompress.c
/*
* decompress.c
*
* from uclinux 2.4.19-uc1 arch/armnommu/boot/compressed/misc.c and
* lib/inflate.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
*
www.eeworm.com/read/244097/12888733
h mpegaudio.h
/**
* @file mpegaudio.h
* mpeg audio declarations for both encoder and decoder.
*/
/* max frame size, in samples */
#define MPA_FRAME_SIZE 1152
/* max compressed frame size */
#define MPA_MAX_CO