代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/296774/7114085
h sysv4gdb.h
/* Target definitions for GNU compiler for Intel 80386 running System V.4
with gas and gdb. */
/* Use stabs instead of DWARF debug format. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#include
www.eeworm.com/read/297233/8039606
h seq2-sysv3.h
/* Sequent DYNIX/ptx 2.x (SVr3) */
#include "i386/seq-sysv3.h"
/* Use atexit for static destructors, instead of defining
our own exit function. */
#define HAVE_ATEXIT
www.eeworm.com/read/301490/13858540
c errno.c
/*************************************************************************
*
* Copyright Mentor Graphics Corporation 2002
* All Rights Reserved.
www.eeworm.com/read/493005/6403373
c have_newstr.c
/*
* have_newstr - Determine if we have a system without ANSI C string functions
*
* Copyright (C) 1999 Landon Curt Noll
*
* Calc is open software; you can redistribute it and/or modify it under
www.eeworm.com/read/261904/11615847
h serial_16550.h
#include
/*
* The type definitions. These are from Ted Ts'o's serial.h
*/
#define PORT_UNKNOWN 0
#define PORT_8250 1
#define PORT_16450 2
#define PORT_16550 3
#define PORT_16550A 4
#de
www.eeworm.com/read/227411/14426973
c errno.c
/*************************************************************************
*
* Copyright Mentor Graphics Corporation 2002
* All Rights Reserved.
www.eeworm.com/read/123658/14617877
h seq2-sysv3.h
/* Sequent DYNIX/ptx 2.x (SVr3) */
#include "i386/seq-sysv3.h"
/* Use atexit for static destructors, instead of defining
our own exit function. */
#define HAVE_ATEXIT
www.eeworm.com/read/123658/14618015
h sysv4gdb.h
/* Target definitions for GNU compiler for Intel 80386 running System V.4
with gas and gdb. */
/* Use stabs instead of DWARF debug format. */
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
#include
www.eeworm.com/read/208657/15239692
m back_eval.m
function back_eval(back_dir,azione)
% put delgraf instead of delete(findobj('tag','grafico'));
% 25/may/02 Giampy
global stack;
delgraf;
delete(findobj('tag','eva'));
delete(findobj('tag',
www.eeworm.com/read/162614/5522350
c crash12.c
// { dg-do assemble }
// Bug: g++ dies instead of flagging this invalid.
inline float max(float x, float y) { return (x>y)?x:y; }
float b(float x, float y, float z)
{
float f = (y