Searched defs:DEFINED (Results 1 - 4 of 4) sorted by relevance

/external/valgrind/main/cachegrind/
H A Dcg-arch.c167 #define DEFINED(L) (-1 != L->size || -1 != L->assoc || -1 != L->line_size) macro
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));
188 if (DEFINED(clo_I1c)) { *I1c = *clo_I1c; }
189 if (DEFINED(clo_D1c)) { *D1c = *clo_D1c; }
190 if (DEFINED(clo_LL
198 #undef DEFINED macro
[all...]
/external/mesa3d/src/glsl/glcpp/
H A Dglcpp-parse.h42 DEFINED = 259, enumerator in enum:yytokentype
H A Dglcpp-parse.c250 DEFINED = 259, enumerator in enum:yytokentype
654 "$end", "error", "$undefined", "COMMA_FINAL", "DEFINED",
/external/mksh/src/
H A Dsh.h994 #define DEFINED BIT(1) /* is defined in block */ macro

Completed in 181 milliseconds