代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/480930/1312281
makefile
#
# Makefile for the linux networking.
#
# 2 Sep 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
O_TARGET := network.o
mod-subdirs := ipv4/netfilter
www.eeworm.com/read/474814/1390187
tcl icon.tcl
# icon.tcl --
#
# This demonstration script creates a toplevel window containing
# buttons that display bitmaps instead of text.
#
# RCS: @(#) $Id: icon.tcl 144 2003-02-05 10:56:26Z mdejong $
if {![i
www.eeworm.com/read/470917/1439271
h endian.h
/* s390 is big-endian */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/470917/1442488
h endian.h
/* i386 is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/470720/1444645
c ptrintsum1.c
// PR c++/4401
// This testcase was miscompiled on 64-bit platforms, resulting to
// operating on a[0x100000000] instead of a[0].
// { dg-do run }
// { dg-options "-O2" }
char *a;
char b[] = "AAAA";
www.eeworm.com/read/470693/1456591
c ptrintsum1.c
// PR c++/4401
// This testcase was miscompiled on 64-bit platforms, resulting to
// operating on a[0x100000000] instead of a[0].
// { dg-do run }
// { dg-options "-O2" }
char *a;
char b[] = "AAAA";
www.eeworm.com/read/455325/1619591
js moodledialog.js
/**
* $Id: moodledialog.js,v 1.1 2006/03/04 15:57:34 julmis Exp $
*
* Though "Dialog" looks like an object, it isn't really an object. Instead
* it's just namespace for protecting global symbols.
**/
www.eeworm.com/read/250243/4438995
makefile
#
# Makefile for the Linux network (wan) device drivers.
#
# 3 Aug 2000, Christoph Hellwig
# Rewritten to use lists instead of if-statements.
#
wanpipe-y := sdlamain.o sdla_ft1.
www.eeworm.com/read/247171/4488110
changelog
2007-04-06 Rolf Bjarne Kvinge
* ExternalProcessExecutor.vb: Handle exceptions while executing process instead of crashing.
* TestList.vb: Don't inherit from List anymore, ins
www.eeworm.com/read/242657/4549697
py check_includes.py
""" Checks that includes of files in ace/tao/ciao use "" instead of """
import _types
type_list = _types.source_files + _types.header_files + _types.inline_files + _types.idl_files
from sys impor