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 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/tools/gn/
item_node.h 39 DEFINED,
41 // The item has been defined and we've requested that all of the
77 // If this item has been defined, setting this flag will schedule the load
121 // Marks this item state as defined (see above). If the should generate
131 // be DEFINED, and this call will transition the state to PENDING_DEPS.
  /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 137 milliseconds