代码搜索:preprocessor
找到约 5,886 项符合「preprocessor」的源代码
代码结果 5,886
www.eeworm.com/read/427042/1981713
todo
For 1.2:
Major points:
- Make documentation match the actual code (especially jitter buffer, AEC and preprocessor)
- Get AGC to work in fixed-point even if not totally converted
- Stabilise all APIs (
www.eeworm.com/read/402216/2327284
txt perl.txt
DOCUMENT_DEFAULT = 0
ERROR = 1
COMMENTLINE = 2
POD = 3
NUMBER = 4
WORD = 5
STRING = 6
CHARACTER = 7
PUNCTUATION = 8
PREPROCESSOR = 9
OPERATOR = 10
IDENTIFIER =
www.eeworm.com/read/392773/2491444
cpp stldbg_include.cpp
/*
* This is compile-time test for situation below not happen.
* STLport use many defines and auxilary structures, namespaces and templates
* that included via _prolog.h. After preprocessor phase w
www.eeworm.com/read/389922/2529930
c ckcpro.c
/* WARNING -- This C source program generated by Wart preprocessor. */
/* Do not edit this file; edit the Wart-format source file instead, */
/* and then run it through Wart to produce a new C source
www.eeworm.com/read/376060/2715723
svn-base tokens.cpp.svn-base
/* TOKENS.CPP
* The TokenStream class (a C/C++ preprocessor/tokenizer)
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See
www.eeworm.com/read/376060/2715851
cpp tokens.cpp
/* TOKENS.CPP
* The TokenStream class (a C/C++ preprocessor/tokenizer)
* UnderC C++ interpreter
* Steve Donovan, 2001
* This is GPL'd software, and the usual disclaimers apply.
* See
www.eeworm.com/read/367182/2854413
h wordsize.h
/* Determine the wordsize from the preprocessor defines. */
#if defined __x86_64__
# define __WORDSIZE 64
# define __WORDSIZE_COMPAT32 1
#else
# define __WORDSIZE 32
#endif
www.eeworm.com/read/366702/2883963
c paste15.c
/* PR preprocessor/20077 */
/* { dg-do preprocess } */
#define a a ## ## /* { dg-error "end of a macro expansion" } */
#define b() b ## ## /* { dg-error "end of a macro expansion" } */
#define c
www.eeworm.com/read/366702/2884171
c arith-3.c
/* Preprocessor arithmetic semantic tests. */
/* Copyright (C) 2002 Free Software Foundation, Inc. */
/* Source: Neil Booth, 26 May 2002. */
/* The file tests overflow warnings for, and values of
www.eeworm.com/read/366702/2884204
c pragma-pop_macro-1.c
/* PR preprocessor/35061 */
/* Do nothing if there is nothing on the macro stack to pop. */
/* { dg-do preprocess { target *-*-mingw* *-*-cygwin* } } */
#define X 1
/* # pragma push_macro("X") */