代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/136786/5866145
makefile
# Makefile for the Linux video drivers.
# 5 Aug 1999, James Simmons,
# Rewritten to use lists instead of if-statements.
O_TARGET := matrox.o
# All of the (potential)
www.eeworm.com/read/131315/5933345
hp300 todo.hp300
1. Create and use an interrupt stack.
Well actually, use the master SP for kernel stacks instead of
the interrupt SP. Right now we use the interrupt stack for
everything. Allows for more ac
www.eeworm.com/read/128531/5986728
makefile
#
# Makefile for the kernel SPARC audio drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
O_TARGET := sparcaudio.o
expor
www.eeworm.com/read/128531/5988319
makefile
# Makefile for the Linux video drivers.
# 5 Aug 1999, James Simmons,
# Rewritten to use lists instead of if-statements.
O_TARGET := matrox.o
# All of the (potential)
www.eeworm.com/read/127781/5997761
makefile
#
# Makefile for the kernel SPARC audio drivers.
#
# 7 October 2000, Bartlomiej Zolnierkiewicz
# Rewritten to use lists instead of if-statements.
#
O_TARGET := sparcaudio.o
expor
www.eeworm.com/read/127781/5999674
makefile
# Makefile for the Linux video drivers.
# 5 Aug 1999, James Simmons,
# Rewritten to use lists instead of if-statements.
O_TARGET := matrox.o
# All of the (potential)
www.eeworm.com/read/127694/6002940
makefile
include ../Make.defines
# Note: In the source code in this directory I #ifdef the constants
# IPv4, IPv6 (both lowercase "v"), and UNIXdomain. This is instead of
# the all-uppercase constants so tha
www.eeworm.com/read/126765/6012813
h combase.h
/* comBase.h - VxDCOM Base Definitions */
/* Copyright (c) 1999 Wind River Systems, Inc. */
/*
modification history
--------------------
01l,21dec01,nel Use offset for DCC instead of adjustment in
www.eeworm.com/read/124443/6047586
h edid_raw.h
/*
Copyright (c) 2003, Thomas Kurschel
Part of DDC driver
Raw EDID data block.
Raw data are packed in a really weird way. Never even
think about using it directly, instead translate it via
www.eeworm.com/read/124347/6053304
sgml dll.sgml
Building and Using DLLs
DLLs are Dynamic Link Libraries, which means that they're linked
into your program at run time instead of build time. There are three
par