代码搜索:preprocessor

找到约 5,886 项符合「preprocessor」的源代码

代码结果 5,886
www.eeworm.com/read/440906/1782631

c wchar-1.c

/* Copyright (C) 2002 Free Software Foundation, Inc. */ /* { dg-do run } */ /* { dg-options "-w" } */ /* Source: Neil Booth, 24 Feb 2002. Test if compiler and preprocessor agree on signeness of
www.eeworm.com/read/435707/1861714

h jas_config.h

/* Avoid problems due to multiple inclusion. */ #ifndef JAS_CONFIG_H #define JAS_CONFIG_H /* This preprocessor symbol identifies the version of JasPer. */ #define JAS_VERSION "1.701.0" /* If config
www.eeworm.com/read/406309/2279147

man xvnc.man

'\" t .\" ** The above line should force tbl to be a preprocessor ** .\" Man page for Xvnc .\" .\" Copyright (C) 1998 Marcus.Brinkmann@ruhr-uni-bochum.de .\" Copyright (C) 2000, 2001 Red Hat, Inc. .\"
www.eeworm.com/read/401712/2336284

java preprocessorinputstate.java

// Created on 05.07.2004 package net.softgems.resourceparser.preprocessor; import java.io.*; import java.io.File; import java.util.Stack; import antlr.*; /** * This class extends the s
www.eeworm.com/read/395929/2430074

c gasp.c

/* gasp.c - Gnu assembler preprocessor main program. Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000 Free Software Foundation, Inc. Written by Steve and Judy Chamberlain of Cygnus Support
www.eeworm.com/read/375190/2725913

s mips_sgi_mach_dep.s

#include #include /* This file must be preprocessed. But the SGI assembler always does */ /* that. Furthermore, a generic preprocessor won't do, since some of */ /* the SG
www.eeworm.com/read/369339/2800898

1 eqn.1

.EQ delim $$ .EN .th EQN I 2/22/74 .sh NAME eqn \*- typeset mathematics .sh SYNOPSIS .bd eqn [ file ] ... .sh DESCRIPTION .it Eqn is a troff (I) preprocessor for typesetting mathematics on the Graph
www.eeworm.com/read/367182/2850580

h wordsize.h

/* Determine the wordsize from the preprocessor defines. */ #if defined __s390x__ # define __WORDSIZE 64 #else # define __WORDSIZE 32 #endif #if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DO
www.eeworm.com/read/367182/2850632

h wordsize.h

/* Determine the wordsize from the preprocessor defines. */ #if defined __s390x__ # define __WORDSIZE 64 #else # define __WORDSIZE 32 #endif #if !defined __NO_LONG_DOUBLE_MATH && !defined __LONG_DO
www.eeworm.com/read/367182/2853864

h wordsize.h

/* Determine the wordsize from the preprocessor defines. */ #if defined __arch64__ || defined __sparcv9 # define __WORDSIZE 64 # define __WORDSIZE_COMPAT32 1 #else # define __WORDSIZE 32 #endif