代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/161559/5551359
sh dumpdata.sh
#!/bin/bash
#
# This script extracts data from the database.
# Compressed dump is sent to stdout. Use restore.sh script to restore
# data from a generated dump file.
#
# Usage:
# dumpdata > dump
ec
www.eeworm.com/read/161121/5556406
s head-ftvpci.s
/*
* linux/arch/arm/boot/compressed/head-ftvpci.S
*
* Copyright (C) 2000 FutureTV Labs Ltd.
*
* Special startup code for FTV PCI board.
*/
/*
* This program is free software; you can redist
www.eeworm.com/read/152843/5659202
s vmlinux.lds.s
/*
* ld script to make compressed SuperH/shmedia Linux kernel+decompression
* bootstrap
* Modified by Stuart Menefy from arch/sh/vmlinux.lds.S written by Niibe Yutaka
*/
#include
www.eeworm.com/read/269840/11075417
js vnumpadc.js
/* JavaScript Virtual Keyboard (numpad variant), version 2.4
* (compressed with ESC: http://www.saltstorm.net/depo/esc/)
*
* Copyright (C) 2006-2007 Dmitriy Khudorozhkov (mailto:kh_dmitry2001@m
www.eeworm.com/read/269840/11075453
js vkboardsc.js
/* JavaScript Virtual Keyboard (slim variant), version 2.4
* (compressed with ESC: http://www.saltstorm.net/depo/esc/)
*
* (C) 2006-2007 Dmitriy Khudorozhkov (mailto:kh_dmitry2001@mail.ru)
*
www.eeworm.com/read/204654/15335631
in zdiff.in
:
#!/bin/sh
# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh
# Zcmp and zdiff are used to invoke the cmp or the diff pro-
# gram on compressed files. All options specified are
www.eeworm.com/read/112777/15477057
c blast.c
/* blast.c
* Copyright (C) 2003 Mark Adler
* For conditions of distribution and use, see copyright notice in blast.h
* version 1.1, 16 Feb 2003
*
* blast.c decompresses data compressed by th
www.eeworm.com/read/100147/15882657
in zdiff.in
:
#!/bin/sh
# sh is buggy on RS/6000 AIX 3.2. Replace above line with #!/bin/ksh
# Zcmp and zdiff are used to invoke the cmp or the diff pro-
# gram on compressed files. All options specified are
www.eeworm.com/read/425905/10310378
mk config.mk
WITH_LIBS=
LIBZ=-lz
WITH_LIBS+=$(LIBZ)
WITH_LIBS+=-lresolv
PCILIB=$(LIBNAME).a
LDLIBS=$(WITH_LIBS)
LIB_LDLIBS=
PCILIBPC=$(LIBNAME).pc
PCI_CONFIG_H=1
PCI_ARCH_X86_64=1
PCI_OS_LINUX=1
PCI_HAVE_PM_LINUX_
www.eeworm.com/read/387891/8648906
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