代码搜索:instead
找到约 6,048 项符合「instead」的源代码
代码结果 6,048
www.eeworm.com/read/102395/6233599
h errno.h
#if defined(LEDA_INSTALL) && !defined(LEDA_STD_INCLUDE)
#error Please include instead of
#endif
#include_next
www.eeworm.com/read/102395/6233600
h assert.h
#if defined(LEDA_INSTALL) && !defined(LEDA_STD_INCLUDE)
#error Please include instead of
#endif
#include_next
www.eeworm.com/read/490547/6447400
m4 acinclude.m4
# TS_DEFAULT_FLAGS
# ----------
# Set our default FLAGS variables.
# Remember to call before the AC_PROG_ macros, otherwise those
# defaults will be used instead of ours.
AC_DEFUN([TS_DEFAULT_FLAGS],
www.eeworm.com/read/210237/15202909
h nidmmobsolete.h
/*****************************************************************************
* N I - D M M
*----------------------------------------
www.eeworm.com/read/433114/8545116
m s_one2multi_trace.m
function seismic1=s_one2multi_trace(seismic)
% Function combines the traces of a dataset vector set into one multi-trace data set.
% The result is a structure vector of data sets
%
% OBSOLET
www.eeworm.com/read/136072/5873933
h endian.h
/* frv is little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/136072/5873988
h endian.h
/* e1 is big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN
www.eeworm.com/read/136072/5874054
h endian.h
/* Blackfin is Little-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __LITTLE_ENDIAN
www.eeworm.com/read/136072/5874131
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/136072/5874169
h endian.h
/* m68k is big-endian. */
#ifndef _ENDIAN_H
# error "Never use directly; include instead."
#endif
#define __BYTE_ORDER __BIG_ENDIAN