代码搜索:preprocessor

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

代码结果 5,886
www.eeworm.com/read/340665/3280930

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/339446/3305818

pri moc.pri

INCLUDEPATH += $$PWD HEADERS = $$PWD/moc.h \ $$PWD/preprocessor.h \ $$PWD/parser.h \ $$PWD/symbols.h \ $$PWD/token.h \ $$PWD/utils.h \
www.eeworm.com/read/320652/3544041

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/320652/3544499

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/302096/3827843

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/278625/4142658

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/277562/4154336

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/277562/4154441

c preprocess.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/274651/4184470

pl app.pl

#! /usr/bin/perl -w # # app.pl -- assembly preprocessor for upx # # This file is part of the UPX executable compressor. # # Copyright (C) 1996-2002 Markus Franz Xaver Johannes Oberhumer # Copyrigh
www.eeworm.com/read/440906/1782606

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