代码搜索:zlib

找到约 10,000 项符合「zlib」的源代码

代码结果 10,000
www.eeworm.com/read/150892/5687821

cpp infcodes.cpp

/* infcodes.c -- process literals and length/distance pairs * Copyright (C) 1995-1998 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h
www.eeworm.com/read/148359/5714982

h infcodes.h

/* infcodes.h -- header to use infcodes.c * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be use
www.eeworm.com/read/148359/5714983

c inftrees.c

/* inftrees.c -- generate Huffman trees for efficient decoding * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ #include "zutil.h" #
www.eeworm.com/read/148359/5714984

c zutil.c

/* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h */
www.eeworm.com/read/148359/5714988

h inftrees.h

/* inftrees.h -- header to use inftrees.c * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be use
www.eeworm.com/read/148359/5714995

h infblock.h

/* infblock.h -- header to use infblock.c * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* WARNING: this file should *not* be use
www.eeworm.com/read/148359/5715750

s inffast.s

/* * inffast.S is a hand tuned assembler version of: * * inffast.c -- fast decoding * Copyright (C) 1995-2003 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h
www.eeworm.com/read/148359/5715767

asm match.asm

; match.asm -- Pentium-Pro optimized version of longest_match() ; ; Updated for zlib 1.1.3 and converted to MASM 6.1x ; Copyright (C) 2000 Dan Higdon ; and
www.eeworm.com/read/143026/5760022

c adler32.c

/* adler32.c -- compute the Adler-32 checksum of a data stream * Copyright (C) 1995-2002 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ /* @(#) $Id: a
www.eeworm.com/read/143026/5760029

c zutil.c

/* zutil.c -- target dependent utility functions for the compression library * Copyright (C) 1995-2002 Jean-loup Gailly. * For conditions of distribution and use, see copyright notice in zlib.h