代码搜索:Avoiding
找到约 159 项符合「Avoiding」的源代码
代码结果 159
www.eeworm.com/read/117304/14931694
c lzw.c
/* lzw.c -- compress files in LZW format.
* This is a dummy version avoiding patent problems.
*/
#ifndef lint
static char rcsid[] = "$Id: lzw.c,v 0.7 1993/02/10 16:07:22 jloup Exp $";
#endif
#incl
www.eeworm.com/read/313170/3645205
c lzw.c
/* lzw.c -- compress files in LZW format.
* This is a dummy version avoiding patent problems.
*/
#ifdef RCSID
static char rcsid[] = "$Id: lzw.c,v 0.9 1993/06/10 13:27:31 jloup Exp $";
#endif
#incl
www.eeworm.com/read/442179/1764803
xtp ssl.xtp
We recommend avoiding JSSE if possible. It is slower than using
bin/resin's OpenSSL support and does appear to b
www.eeworm.com/read/204654/15335661
c lzw.c
/* lzw.c -- compress files in LZW format.
* This is a dummy version avoiding patent problems.
*/
#ifdef RCSID
static char rcsid[] = "$Id: lzw.c,v 0.9 1993/06/10 13:27:31 jloup Exp $";
#endif
#incl
www.eeworm.com/read/100147/15882687
c lzw.c
/* lzw.c -- compress files in LZW format.
* This is a dummy version avoiding patent problems.
*/
#ifdef RCSID
static char rcsid[] = "$Id: lzw.c,v 0.9 1993/06/10 13:27:31 jloup Exp $";
#endif
#incl
www.eeworm.com/read/459616/7270665
cpp rcvbits.cpp
// dynamic programming recursive computation for image
// compression avoiding recomputations
#include
int L = 256, header = 11;
int s[6] = {0,0,0,0,0,0}, kay[6];
int l[6] = {0, 6, 3, 1
www.eeworm.com/read/125688/6023180
h byteorder.h
#ifndef _I386_BYTEORDER_H
#define _I386_BYTEORDER_H
#include
#ifdef __GNUC__
/* For avoiding bswap on i386 */
#ifdef __KERNEL__
#include
#endif
static __inline__ __c
www.eeworm.com/read/259942/11755718
re calc_006.s.re
/* re2c lesson 001_upn_calculator, calc_006, (c) M. Boerger 2006 - 2007 */
/*!ignore:re2c
- avoiding YYFILL()
. We use the inplace configuration re2c:yyfill to suppress generation of
YYFILL() b
www.eeworm.com/read/480930/1309650
h byteorder.h
#ifndef _I386_BYTEORDER_H
#define _I386_BYTEORDER_H
#include
#ifdef __GNUC__
/* For avoiding bswap on i386 */
#ifdef __KERNEL__
#include
#endif
static __inline__ __c