OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFINED
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/cachegrind/
cg-arch.c
167
#define
DEFINED
(L) (-1 != L->size || -1 != L->assoc || -1 != L->line_size)
169
// Count how many were
defined
on the command line.
171
(
DEFINED
(clo_I1c) &&
172
DEFINED
(clo_D1c) &&
173
DEFINED
(clo_LLc));
182
check_cache_or_override ("I1", I1c,
DEFINED
(clo_I1c));
183
check_cache_or_override ("D1", D1c,
DEFINED
(clo_D1c));
184
check_cache_or_override ("LL", LLc,
DEFINED
(clo_LLc));
186
// Then replace with any
defined
on the command line. (Already checked in
188
if (
DEFINED
(clo_I1c)) { *I1c = *clo_I1c;
[
all
...]
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glcpp-parse.h
41
DEFINED
= 259,
79
#define
DEFINED
259
117
#if !
defined
YYSTYPE && !
defined
YYSTYPE_IS_DECLARED
125
#if !
defined
YYLTYPE && !
defined
YYLTYPE_IS_DECLARED
glcpp-parse.c
36
/* All symbols
defined
below should begin with yy or YY, to avoid
253
DEFINED
= 259,
291
#define
DEFINED
259
329
#if !
defined
YYSTYPE && !
defined
YYSTYPE_IS_DECLARED
335
#if !
defined
YYLTYPE && !
defined
YYLTYPE_IS_DECLARED
367
#elif (
defined
__STDC__ ||
defined
__C99__FUNC__ \
368
||
defined
__cplusplus || defined _MSC_VER
[
all
...]
/external/mksh/src/
sh.h
136
#if
defined
(MirBSD) && (MirBSD >= 0x09A1) && \
137
defined
(__ELF__) &&
defined
(__GNUC__) && \
138
!
defined
(__llvm__) && !
defined
(__NWCC__)
326
#if !
defined
(S_ISCDF) &&
defined
(S_CDF)
334
#if
defined
(_NSIG)
336
#elif
defined
(SIGMAX)
338
#elif
defined
(_SIGMAX
[
all
...]
Completed in 95 milliseconds