HomeSort by relevance Sort by last modified time
    Searched defs:DEFINED (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/cachegrind/
cg_arch.c 228 #define DEFINED(L) (-1 != L->size || -1 != L->assoc || -1 != L->line_size)
230 // Count how many were defined on the command line.
232 (DEFINED(clo_I1c) &&
233 DEFINED(clo_D1c) &&
234 DEFINED(clo_LLc));
245 check_cache_or_override ("I1", I1c, DEFINED(clo_I1c));
246 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c));
247 check_cache_or_override ("LL", LLc, DEFINED(clo_LLc));
249 // Then replace with any defined on the command line. (Already checked in
251 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...]
  /frameworks/compile/mclinker/include/mcld/Script/
Operator.h 80 DEFINED = 40,
157 Operator& Operator::create<Operator::DEFINED>();
  /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 206 milliseconds