代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/402654/2318708
cpp matrix_functions.cpp
#include
#include
int main(int argc, char* argv[])
{
using namespace mtl;
const unsigned n= 10;
compressed2D
www.eeworm.com/read/393286/2476970
s head-clps7500.s
/*
* linux/arch/arm/boot/compressed/head.S
*
* Copyright (C) 1999, 2000, 2001 Nexus Electronics Ltd
*/
#include
/* There are three different ways the kernel can be
booted
www.eeworm.com/read/393286/2476975
s piggy.s
.section .piggydata,#alloc
.globl input_data
input_data:
.incbin "arch/arm/boot/compressed/piggy.gz"
.globl input_data_end
input_data_end:
www.eeworm.com/read/389879/2531894
scr vmlinux_64.scr
SECTIONS
{
.text.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}
www.eeworm.com/read/389879/2531898
scr vmlinux_32.scr
SECTIONS
{
.data.compressed : {
input_len = .;
LONG(input_data_end - input_data) input_data = .;
*(.data)
output_len = . - 4;
input_data_end = .;
}
}
www.eeworm.com/read/389879/2532130
s piggy.s
.section .piggydata,#alloc
.globl input_data
input_data:
.incbin "arch/arm/boot/compressed/piggy.gz"
.globl input_data_end
input_data_end:
www.eeworm.com/read/389879/2532524
c misc.c
/*
* arch/h8300/boot/compressed/misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Adapt
www.eeworm.com/read/389879/2532554
c misc.c
/*
* arch/sh64/boot/compressed/misc.c
*
* This is a collection of several routines from gzip-1.0.3
* adapted for Linux.
*
* malloc by Hannu Savolainen 1993 and Matthias Urlichs 1994
*
* Adapte
www.eeworm.com/read/385891/2578400
s head-clps7500.s
/*
* linux/arch/arm/boot/compressed/head.S
*
* Copyright (C) 1999, 2000, 2001 Nexus Electronics Ltd
*/
#include
/* There are three different ways the kernel can be
booted
www.eeworm.com/read/368386/2815187
s head-clps7500.s
/*
* linux/arch/arm/boot/compressed/head.S
*
* Copyright (C) 1999, 2000, 2001 Nexus Electronics Ltd
*/
#include
/* There are three different ways the kernel can be
booted