代码搜索:instead

找到约 6,048 项符合「instead」的源代码

代码结果 6,048
www.eeworm.com/read/480930/1305272

c jazzdma.c

/* * Mips Jazz DMA controller support * Copyright (C) 1995, 1996 by Andreas Busse * * NOTE: Some of the argument checking could be removed when * things have settled down. Also, instead of return
www.eeworm.com/read/479151/1338100

makefile

# Makefile for the Linux sound card driver # # 18 Apr 1998, Michael Elizabeth Chastain, # Rewritten to use lists instead of if-statements. # All of the (potential) objects tha
www.eeworm.com/read/479151/1338560

makefile

# # Makefile for the kernel ata, atapi, and ide block device drivers. # # 12 September 2000, Bartlomiej Zolnierkiewicz # Rewritten to use lists instead of if-statements. # # Note :
www.eeworm.com/read/470917/1440698

h ioctl-types.h

#ifndef _SYS_IOCTL_H # error "Never use directly; include instead." #endif #include
www.eeworm.com/read/470720/1445397

c lookup17.c

// Bug: t->B is resolved to the type instead of the field. struct A { struct B { } *B; int i, j, k, l, m; }; struct A a; int main () { void *p = a.B; }
www.eeworm.com/read/470693/1457343

c lookup17.c

// Bug: t->B is resolved to the type instead of the field. struct A { struct B { } *B; int i, j, k, l, m; }; struct A a; int main () { void *p = a.B; }
www.eeworm.com/read/457340/1599016

cpp splasher.cpp

/* Module : SPLASHER.CPP Purpose: A splash screen component for MFC 4.x which uses a DIB bitmap instead of a resource. Palette management code is also included so that the bitmap
www.eeworm.com/read/250243/4432984

c jazzdma.c

/* * Mips Jazz DMA controller support * Copyright (C) 1995, 1996 by Andreas Busse * * NOTE: Some of the argument checking could be removed when * things have settled down. Also, instead of return
www.eeworm.com/read/250243/4439267

makefile

# Makefile for the Linux video drivers. # 5 Aug 1999, James Simmons, # Rewritten to use lists instead of if-statements. # Each configuration option enables a list of
www.eeworm.com/read/249895/4444885

java versionhistory.java

package org.garret.perst; import java.util.*; /** * Collection of version of versioned object. * Versioned object should be access through version history object. * Instead of storing dire