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

/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/valgrind/main/cachegrind/
H A Dcg_main.c1278 #define DEFINED(L) (-1 != L.size || -1 != L.assoc || -1 != L.line_size) macro
1284 (DEFINED(clo_I1_cache) &&
1285 DEFINED(clo_D1_cache) &&
1286 DEFINED(clo_LL_cache));
1299 if (DEFINED(clo_I1_cache)) { *I1c = clo_I1_cache; }
1300 if (DEFINED(clo_D1_cache)) { *D1c = clo_D1_cache; }
1301 if (DEFINED(clo_LL_cache)) { *LLc = clo_LL_cache; }
/external/valgrind/main/callgrind/
H A Dsim.c1313 #define DEFINED(L) (-1 != L.size || -1 != L.assoc || -1 != L.line_size) macro
1318 (DEFINED(clo_I1_cache) &&
1319 DEFINED(clo_D1_cache) &&
1320 DEFINED(clo_LL_cache));
1332 if (DEFINED(clo_I1_cache)) { *I1c = clo_I1_cache; }
1333 if (DEFINED(clo_D1_cache)) { *D1c = clo_D1_cache; }
1334 if (DEFINED(clo_LL_cache)) { *LLc = clo_LL_cache; }
/external/mksh/src/
H A Dsh.h922 #define DEFINED BIT(1) /* is defined in block */ macro

Completed in 248 milliseconds