代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/492252/1177890
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/488817/1227240
dv1394
What: dv1394 (a.k.a. "OHCI-DV I/O support" for FireWire)
Contact: linux1394-devel@lists.sourceforge.net
Description:
New application development should use raw1394 + userspace libraries
instead, no
www.eeworm.com/read/480930/1308219
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/480930/1310119
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/480930/1312155
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/479151/1341040
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/479151/1342373
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/479151/1343675
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/470917/1440502
h endian.h
/* Linux/ia64 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/470917/1443126
h endian.h
/* x86_64 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN