代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/288937/3998908
h uclibc_config.h
/*
* Automatically generated C config: don't edit
*/
#if !defined __FEATURES_H && !defined __need_uClibc_config_h
#error Never include directly; use instead.
#end
www.eeworm.com/read/288095/4011208
todo
# $Header: /pack/cvsroots/wxwidgets/wxWindows/src/tiff/TODO,v 1.2 2002/12/04 14:10:14 VZ Exp $
o tiffcmp read data by strip/tile instead of scanline
o YCbCr sampling support
o extracate colorspac
www.eeworm.com/read/273740/4198906
h freebird.h
/*
*
*/
#ifndef __ASM_ARCH_HARDWARE_H
#error "include instead"
#endif
/* Board Control Register */
#define BCR_BASE 0xf0000000
#define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/448443/1689816
makefile
# Makefile - makefile for target/src/cplus/rts
#
# modification history
# --------------------
# 02e,07may03,sn symlink to sources instead of copying
# 02d,05may03,sn added cplusDemStyle.o, fixed
www.eeworm.com/read/447901/1693180
h lustre_handles.h
#ifndef __LINUX_LUSTRE_HANDLES_H_
#define __LINUX_LUSTRE_HANDLES_H_
#ifndef __LUSTRE_HANDLES_H_
#error Do not #include this file directly. #include instead
#endif
#ifdef __KERNEL_
www.eeworm.com/read/443386/1748870
h freebird.h
/*
*
*/
#ifndef __ASM_ARCH_HARDWARE_H
#error "include instead"
#endif
/* Board Control Register */
#define BCR_BASE 0xf0000000
#define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/439082/1815676
h malloc.h
#ifndef _LINUX_MALLOC_H
#define _LINUX_MALLOC_H
#warning linux/malloc.h is deprecated, use linux/slab.h instead.
#include
#endif /* _LINUX_MALLOC_H */
www.eeworm.com/read/439082/1817588
h freebird.h
/*
*
*/
#ifndef __ASM_ARCH_HARDWARE_H
#error "include instead"
#endif
/* Board Control Register */
#define BCR_BASE 0xf0000000
#define BCR (*(volatile unsigned int *)(BCR_BASE)
www.eeworm.com/read/439082/1819620
c cache.c
/*
* linux/fs/fat/cache.c
*
* Written 1992,1993 by Werner Almesberger
*
* Mar 1999. AV. Changed cache, so that it uses the starting cluster instead
* of inode number.
* May 1999. AV. Fixed
www.eeworm.com/read/438718/1822671
py test_types.py
# Python test set -- part 6, built-in types
from test_support import *
print '6. Built-in types'
print '6.1 Truth value testing'
if None: raise TestFailed, 'None is true instead of false'
if 0: rai