代码搜索:Compressed

找到约 3,459 项符合「Compressed」的源代码

代码结果 3,459
www.eeworm.com/read/268442/11139762

patch 2.6.22-rc1-at91.patch

diff -urN -x CVS linux-2.6.22-rc1/arch/arm/boot/compressed/head-at91rm9200.S linux-2.6-stable/arch/arm/boot/compressed/head-at91rm9200.S --- linux-2.6.22-rc1/arch/arm/boot/compressed/head-at91rm9200.S
www.eeworm.com/read/268442/11139769

patch 2.6.23-rc3-at91.patch

diff -urN -x CVS linux-2.6.23-rc3/arch/arm/boot/compressed/head-at91rm9200.S linux-2.6-stable/arch/arm/boot/compressed/head-at91rm9200.S --- linux-2.6.23-rc3/arch/arm/boot/compressed/head-at91rm9200.S
www.eeworm.com/read/250243/4435829

makefile

# # linux/arch/x86_64/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # # Note all the files here are compiled/linked as 32bit executables. # targets := vmli
www.eeworm.com/read/209559/4962854

makefile

# # linux/arch/x86_64/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # # Note all the files here are compiled/linked as 32bit executables. # targets := vmli
www.eeworm.com/read/179911/5294147

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 CFLAGS = $(CPPFLAGS)
www.eeworm.com/read/350097/3129043

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 CFLAGS = $(CPPFLAGS)
www.eeworm.com/read/337546/3332772

makefile

# # linux/arch/x86_64/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # # Note all the files here are compiled/linked as 32bit executables. # targets := vmli
www.eeworm.com/read/324920/3491610

makefile

# # linux/arch/x86_64/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # # Note all the files here are compiled/linked as 32bit executables. # targets := vmli
www.eeworm.com/read/443386/1744413

makefile

# # linux/arch/x86_64/boot/compressed/Makefile # # create a compressed vmlinux image from the original vmlinux # # Note all the files here are compiled/linked as 32bit executables. # targets := vmli
www.eeworm.com/read/442656/1755700

py basememory.py

from m5 import * from BaseMem import BaseMem class BaseMemory(BaseMem): type = 'BaseMemory' abstract = True compressed = Param.Bool(False, "This memory stores compressed data.") do_wr