代码搜索:Include
找到约 10,000 项符合「Include」的源代码
代码结果 10,000
www.eeworm.com/read/243311/4530263
h bootmem_include.h
#include "armasm.h"
#include "msm6000reg.h"
/* ARM based targets use memory mapped i/o, so the inp/outp calls are
** macroized to access memory directly
*/
#define inp(port) (
www.eeworm.com/read/242657/4549682
py math_include.py
""" Checks that the C++ inline keyword is not used """
import _types
type_list = _types.source_files + _types.header_files + _types.inline_files
from sys import stderr
import re
regex = re.compile
www.eeworm.com/read/242657/4549692
py streams_include.py
""" Checks for inclusion of a non efficient streams include """
import _types
type_list = _types.source_files +_types. header_files + _types.inline_files
import re
regex = re.compile ("^\s*#\s*incl
www.eeworm.com/read/240162/4590009
c include3.c
/* Unpatched, this file would include "inc/ foo.h" (note the space) */
#define PREINC_XSTR(str) #str
#define PREINC_STR(str) PREINC_XSTR(str)
#define COMP_INC(comp,file)
www.eeworm.com/read/240162/4590016
c include1.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests that "#include MACRO" works. */
/* Source: Neil Booth, 29 Oct 2000. */
#define MACRO "mi1c.h"
#includ
www.eeworm.com/read/240162/4590067
c include2.c
/* Copyright (C) 2000 Free Software Foundation, Inc. */
/* { dg-do preprocess } */
/* Tests that #include does not allow the terminating '>' or '"' to be
escaped, as per the standard. */
/* So