代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/477748/6733747
template font.template
/*
created with FontEditor written by H. Reddmann
HaReddmann at t-online dot de
File Name : %0:s.h
Date : %1:s
Font size in bytes : 0x%2:0.2x%3:0.2
www.eeworm.com/read/477748/6733749
h icons.h
/*
created with FontEditor written by H. Reddmann
HaReddmann at t-online dot de
File Name : icons.h
Date : 06.08.2006
Font size in bytes : 0x002C,
www.eeworm.com/read/169893/5409720
makefile
KDU_PENTIUM = Pentium # Comment this out to get a generic compilation
# KDU_SOLARIS = V8 # Uncomment this to build for Sparc V8 architecture
KDU_GLIBS =
# KDU_GLIBS += -static -static-libgcc #
www.eeworm.com/read/152843/5657020
makefile
#
# arch/arm26/boot/Makefile
#
# This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive
# for more details.
www.eeworm.com/read/370044/9621752
s piggy.s
.section .piggydata,#alloc
.globl input_data
input_data:
#ifdef CONFIG_KERNEL_GZIP
.incbin "arch/arm/boot/compressed/piggy.gz"
#else
.incbin "arch/arm/boot/compressed/piggy.lzma"
#endif
.globl in
www.eeworm.com/read/237004/13981854
h matrix_attr.h
#ifndef MATRIX_ATTR_H
#define MATRIX_ATTR_H
#define NUMTYPE complex
#define SHAPE rectangle
#define STORAGE compressed
#define ORIEN row_major
#define TESTNAME "compressed___row_major_tmp1
www.eeworm.com/read/250243/4435489
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
clean:
rm -f zImage tools/build compressed/vmlinux.out
@$(MAKE) -C c
www.eeworm.com/read/209559/4962517
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
clean:
rm -f zImage tools/build compressed/vmlinux.out
@$(MAKE) -C c
www.eeworm.com/read/443386/1744102
makefile
#
# arch/cris/boot/Makefile
#
zImage: compressed/vmlinuz
compressed/vmlinuz: $(TOPDIR)/vmlinux
@$(MAKE) -C compressed vmlinuz
clean:
rm -f zImage tools/build compressed/vmlinux.out
@$(MAKE) -C c
www.eeworm.com/read/337546/3332337
makefile
#
# arch/cris/boot/Makefile
#
target = $(target_boot_dir)
src = $(src_boot_dir)
zImage: compressed/vmlinuz
compressed/vmlinuz:
@$(MAKE) -f $(src)/compressed/Makefile $(target_compressed_dir)/vml