代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/350657/3119957
makefile
#
# linux/arch/i386/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
HEAD = head.o
SYSTEM = $(TOPDIR)/vmlinux
OBJECTS = $(HEAD) misc.o
ZLDFLAGS = -e startu
www.eeworm.com/read/264095/4292000
makefile
#
# linux/arch/sh/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
HEAD = head.o
SYSTEM = $(TOPDIR)/vmlinux
OBJECTS = $(HEAD) misc.o
ifdef CONFIG_SH_STANDA
www.eeworm.com/read/264095/4293634
makefile
#
# linux/arch/i386/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
HEAD = head.o
SYSTEM = $(TOPDIR)/vmlinux
OBJECTS = $(HEAD) misc.o
ZLDFLAGS = -e startu
www.eeworm.com/read/258893/4350823
bat makedirs.bat
@echo off
if EXIST "Setup Files" rmdir /Q /S "Setup Files"
MKDIR "Setup Files"
MKDIR "Setup Files\Compressed Files"
MKDIR "Setup Files\Compressed Files\0009-English"
MKDIR "Setup Files\Compre
www.eeworm.com/read/161121/5557330
makefile
#
# linux/arch/i386/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
HEAD = head.o
SYSTEM = $(TOPDIR)/vmlinux
OBJECTS = $(HEAD) misc.o
ZLDFLAGS = -e startu
www.eeworm.com/read/237003/13983646
texi faq.texi
@section Questions about installation
@cindex FAQ
@cindex CRC error in .tar.gz
@cindex invalid compressed data
@faq{I downloaded Blitz++, but when I try to gunzip it, I get
``invalid compressed dat
www.eeworm.com/read/275452/10816436
m adc.m
% ADC Performs analog to digital conversion on the spread voice
% signal after processing it through a Mu-law compander.
% Completeed: July 24, 2005
% Terrence Irving
% 2005 NSF REU
www.eeworm.com/read/316872/3585961
makefile
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86/boot/compressed/Makefile_64
endif
www.eeworm.com/read/389879/2531890
makefile
ifeq ($(CONFIG_X86_32),y)
include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86/boot/compressed/Makefile_64
endif