代码搜索:preprocessor

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

代码结果 5,886
www.eeworm.com/read/367182/2854008

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
www.eeworm.com/read/366702/2862290

c args-1.c

/* Check that certain preprocessor macros are defined, and do some consistency checks. */ /* { dg-do compile } */ const char *compiled_for = _MIPS_ARCH; const char *optimized_for = _MIPS_TUNE; #
www.eeworm.com/read/366702/2883998

c assert1.c

/* Basic tests of the #assert preprocessor extension. */ /* { dg-do compile } */ /* { dg-options "" } */ #define def unused expansion #define fail int fail #assert abc (def) #assert abc (ghi) #asse
www.eeworm.com/read/366702/2884066

c assert1.c

/* Basic tests of the #assert preprocessor extension. */ /* { dg-do compile } */ /* { dg-options "" } */ #define def unused expansion #define fail int fail #assert abc (def) #assert abc (ghi) #asse
www.eeworm.com/read/366702/2884175

c c94-pedantic.c

/* Copyright (C) 2000 Free Software Foundation, Inc. */ /* { dg-do preprocess } */ /* { dg-options "-std=iso9899:199409 -pedantic" } */ /* This file is for testing the preprocessor in -std=iso9899:
www.eeworm.com/read/366702/2884188

c pr34692.c

/* PR preprocessor/34692 */ /* { dg-do compile } */ /* { dg-options "" } */ /* { dg-require-visibility "" } */ /* { dg-final { scan-hidden "vara" } } */ /* { dg-final { scan-hidden "varb" } } */ /* {
www.eeworm.com/read/366702/2884303

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/366141/2893151

py install.py

import os import sys #determine if using double or single precision file = open("../../../../headers/paramesh_preprocessor.fh","r") real8 = 0 while 1: line = file.readline() if line =
www.eeworm.com/read/366141/2893161

py install.py

import os import sys #determine if using double or single precision file = open("../../../../headers/paramesh_preprocessor.fh","r") real8 = 0 while 1: line = file.readline() if line =
www.eeworm.com/read/361884/2942641

cpp gameswf_processor.cpp

// gameswf_processor.cpp -- Thatcher Ulrich 2003 // This source code has been donated to the Public Domain. Do // whatever you want with it. // A SWF preprocessor for the gameswf l