代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/367182/2852516
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
www.eeworm.com/read/366702/2872388
mm const-str-4.mm
/* Ensure that the preprocessor handles ObjC string constants gracefully. */
/* Author: Ziemowit Laski */
/* { dg-options "-fnext-runtime -fconstant-string-class=MyString -lobjc" }
www.eeworm.com/read/366702/2872881
m const-str-4.m
/* Ensure that the preprocessor handles ObjC string constants gracefully. */
/* Author: Ziemowit Laski */
/* { dg-options "-fnext-runtime -fconstant-string-class=MyString -lobjc" }
www.eeworm.com/read/366702/2884063
c assert4.c
/* Copyright (C) 2003 Free Software Foundation, Inc.
Test builtin preprocessor assertions.
By Kaveh Ghazi . */
/* { dg-do preprocess } */
/* Check for #system assertio
www.eeworm.com/read/366702/2884270
c _pragma1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests the _Pragma operator. Contributed by Neil Booth 1 Nov 2000. */
/* Within the preprocessor, the easy pr
www.eeworm.com/read/366702/2884275
c pr30805.c
/* PR preprocessor/30805 - ICE while token pasting. */
/* { dg-do preprocess } */
/* { dg-options "-std=gnu89" } */
#define A(x,...) x##,##__VA_ARGS__
A(1)
www.eeworm.com/read/263726/4300536
in configure.in
dnl This is the input file which autoconf uses to construct a
dnl "configure" script for the tecla library. It is a bourne shell
dnl script which autoconf pre-processes with the m4 preprocessor to
dnl
www.eeworm.com/read/263014/4306150
h speex_preprocess.h
/* Copyright (C) 2003 Epic Games
Written by Jean-Marc Valin */
/**
* @file speex_preprocess.h
* @brief Speex preprocessor. The preprocess can do noise suppression,
* residual echo suppression
www.eeworm.com/read/263014/4306196
c preprocess_spx.c
/* Copyright (C) 2003 Epic Games (written by Jean-Marc Valin)
Copyright (C) 2004-2006 Epic Games
File: preprocess.c
Preprocessor with denoising based on the algorithm by Ephraim and Mala
www.eeworm.com/read/261580/4321041
h netbsd.h
/* Names to predefine in the preprocessor for this target machine. */
#undef CPP_PREDEFINES
#define CPP_PREDEFINES "-Dunix -Dsparc -D__NetBSD__ -Asystem=unix -Asystem=NetBSD -Acpu=sparc -Amachine=sp