代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/123453/14631234
h wtp_pdu.h
/* wtp_pdu.h - definitions for unpacked WTP protocol data units
*
* This file generates a structure definition and some function
* declarations from wtp_pdu.def, using preprocessor magic.
*
* Ric
www.eeworm.com/read/123453/14631375
h wsp_pdu.h
/* wsp_pdu.h - definitions for unpacked WTP protocol data units
*
* This file generates a structure definition and some function
* declarations from wtp_pdu.def, using preprocessor magic.
*
* Ric
www.eeworm.com/read/123453/14632054
h wtp_pdu.h
/* wtp_pdu.h - definitions for unpacked WTP protocol data units
*
* This file generates a structure definition and some function
* declarations from wtp_pdu.def, using preprocessor magic.
*
* Ric
www.eeworm.com/read/123453/14632162
h wsp_pdu.h
/* wsp_pdu.h - definitions for unpacked WTP protocol data units
*
* This file generates a structure definition and some function
* declarations from wtp_pdu.def, using preprocessor magic.
*
* Ric
www.eeworm.com/read/212794/15149094
txt vtb8read.txt
Chapter 8 Vibration Toolbox Notes
The three main files of the chapter 8 toolbox are named
VTB_?.m. Together they form a simple finite element
code which includes a graphical preprocessor for
ente
www.eeworm.com/read/475965/1374170
c preproc.c
/* preproc.c -- simple preprocessor examples */
#include
#define TWO 2 /* you can use comments if you like */
#define OW "Consistency is the last refuge of the unimagina\
tive.
www.eeworm.com/read/471161/1433154
h compat.h
/* -*- Mode: C -*- */
/* --- fake the preprocessor into handlng portability */
/*
* Time-stamp: "2007-02-03 17:41:06 bkorb"
*
* Author: Gary V Vaughan
www.eeworm.com/read/471161/1433177
h compat.h
/* -*- Mode: C -*- */
/* --- fake the preprocessor into handlng portability */
/*
* Time-stamp: "2007-02-03 17:41:06 bkorb"
*
* Author: Gary V Vaughan
www.eeworm.com/read/470917/1440703
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __powerpc64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LON
www.eeworm.com/read/470917/1441195
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __arch64__ || defined __sparcv9
# define __WORDSIZE 64
#else
# define __WORDSIZE 32
#endif
#if !defined __NO_LONG_DOUBLE_MATH