代码搜索:Compressed

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

代码结果 3,459
www.eeworm.com/read/151104/5685998

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/147766/5720804

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/147766/5721181

s head.s

/* * arch/mips/galileo/compressed/head.S * */ #include #include .text NESTED(startup, 16, sp) .set noreorder jal decompress_kernel nop jal kernel_locatio
www.eeworm.com/read/140314/5793022

h codec.h

#define FRAME_SIZE 120 #define COMPRESSED_FRAME_SIZE 15 typedef struct acelp_state * acelp; typedef unsigned char acelp_frame[COMPRESSED_FRAME_SIZE]; extern acelp Init( short
www.eeworm.com/read/136989/5827716

cpp zlibcompressor.cpp

// ZlibCompressor.cpp,v 1.2 2003/11/09 20:44:19 dhinton Exp // ZlibCompressor by Andrew Marlow. // This class is used to compress data sent via ACE sockets. // It uses the ACE_Stream ideas in cha
www.eeworm.com/read/136786/5862160

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/135153/5887608

c gz_open.c

/* vi: set sw=4 ts=4: */ /* * Utility routines. * * Copyright (C) many different people. If you wrote this, please * acknowledge your work. * * This program is free software; you can redistribu
www.eeworm.com/read/128531/5983368

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/127781/5994687

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/127781/5995064

s head.s

/* * arch/mips/galileo/compressed/head.S * */ #include #include .text NESTED(startup, 16, sp) .set noreorder jal decompress_kernel nop jal kernel_locatio