代码搜索:Compressed
找到约 3,459 项符合「Compressed」的源代码
代码结果 3,459
www.eeworm.com/read/224185/4806628
h png_boot.h
#ifndef png_boot_h
#define png_boot_h
#define png_boot_microcode_size 1482
#define png_boot_microcode_size_compressed 2386
extern CONST UINT16
png_boot_microcode_version;
extern CONST UINT
www.eeworm.com/read/209211/4982107
c ksc.c
#include "ksc.h"
/* KSC5601 -> Unicode mapping table, compressed for the 94*94 codeset. */
/*
* Unlike kuten-table, needed offset is 33 (0x21) instead of
* 32 for 7-bit portion of each byte. i.e.
www.eeworm.com/read/316872/3589332
s head.s
/*
* linux/arch/h8300/boot/compressed/head.S
*
* Copyright (C) 2006 Yoshinori Sato
*/
.h8300h
#include
#define SRAM_START 0xff4000
.section .text.startup
.global startup
www.eeworm.com/read/305566/3773287
2 time.2
preliminary pass through headers ...
Compressed file summary:
key=ep min=17771 max=17781
ngroup=11 start=0 end=10
total_traces=1782 largest_traces=162 largest_bytes=142518
mean_compress=10.2336 mean_m
www.eeworm.com/read/274175/4187312
m jp2_codec.m
function [out_data, out_data_ex] = jp2_codec(in_data, compressed_size, bits_per_pixel, coeff_amp)
% this function calls via the compiled function jp2_codec.mexglx
% one of the subroutines C from the
www.eeworm.com/read/274175/4187373
m jp2_codec.m
function [out_data, out_data_ex] = jp2_codec(in_data, compressed_size, bits_per_pixel, coeff_amp)
% this function calls via the compiled function jp2_codec.mexglx
% one of the subroutines C from the
www.eeworm.com/read/389879/2532523
s head.s
/*
* linux/arch/h8300/boot/compressed/head.S
*
* Copyright (C) 2006 Yoshinori Sato
*/
.h8300h
#include
#define SRAM_START 0xff4000
.section .text.startup
.global startup
www.eeworm.com/read/110420/15534353
c domhdr.c
/* Domain header conversion routines
*/
#include "global.h"
#include "mbuf.h"
#include "domain.h"
static int dn_expand(uint8 *msg,uint8 *eom,uint8 *compressed,char *full,
int fullen);
stati
www.eeworm.com/read/104380/15696629
c domhdr.c
/* Domain header conversion routines
*/
#include "global.h"
#include "mbuf.h"
#include "domain.h"
static int dn_expand(uint8 *msg,uint8 *eom,uint8 *compressed,char *full,
int fullen);
stati
www.eeworm.com/read/274648/10861168
py ajs_minify.py
#!/usr/bin/env python
#Last-update: 12/05/07 21:02:10
import re
import sys
from sets import Set
##
# External files
#
AJS_SRC = 'AJS.js'
AJS_MINI_SRC = 'AJS_compressed.js'
##
# Standard stuff that