HomeSort by relevance Sort by last modified time
    Searched refs:DEFINED (Results 1 - 18 of 18) 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/mesa3d/src/glsl/glcpp/
glcpp-parse.h 42 DEFINED = 259,
78 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
86 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
glcpp-lex.l 272 "defined" {
273 return DEFINED;
312 generated functions, (to avoid "defined but not used"
glcpp-parse.y 167 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE_FUNC HASH_DEFINE_OBJ HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING NEWLINE OTHER PLACEHOLDER SPACE
460 /* Handle "defined" operator */
461 DEFINED IDENTIFIER {
465 | DEFINED '(' IDENTIFIER ')' {
1089 /* Add pre-defined macros. */
1251 * although 'node' corresponds to an identifier defined as a
1295 /* Replace a macro defined as empty with a SPACE token. */
    [all...]
glcpp-lex.c 34 #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
97 /* C99 requires __STDC__ to be defined as 1. */
98 #if defined (__STDC__)
102 #endif /* defined (__STDC__) */
712 /* User-defined. Not touched by flex. */
    [all...]
glcpp-parse.c 37 /* All symbols defined below should begin with yy or YY, to avoid
250 DEFINED = 259,
286 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
292 #if ! defined YYLTYPE && ! defined YYLTYPE_IS_DECLARED
324 #elif (defined __STDC__ || defined __C99__FUNC__ \
325 || defined __cplusplus || defined _MSC_VER
    [all...]
  /external/openssl/crypto/
opensslconf.h 60 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
65 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
68 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128)
71 # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
74 # if defined(OPENSSL_NO_IDEA) && !defined(NO_IDEA)
77 # if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE
    [all...]
opensslconf.h.in 6 #if !(defined(VMS) || defined(__VMS)) /* VMS uses logical names instead */
7 #if defined(HEADER_CRYPTLIB_H) && !defined(OPENSSLDIR)
18 #if defined(HEADER_IDEA_H) && !defined(IDEA_INT)
22 #if defined(HEADER_MD2_H) && !defined(MD2_INT)
26 #if defined(HEADER_RC2_H) && !defined(RC2_INT
    [all...]
  /external/openssl/include/openssl/
opensslconf.h 60 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
65 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
68 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128)
71 # if defined(OPENSSL_NO_GMP) && !defined(NO_GMP)
74 # if defined(OPENSSL_NO_IDEA) && !defined(NO_IDEA)
77 # if defined(OPENSSL_NO_JPAKE) && !defined(NO_JPAKE
    [all...]
  /external/mksh/src/
var.c 25 #if defined(__OpenBSD__)
138 tp->flag = DEFINED|ISSET;
187 if (vp && (vp->flag & (DEFINED|ASSOC|ARRAY)) ==
188 (DEFINED|ASSOC)) {
236 vp->flag = DEFINED;
283 vp->flag |= DEFINED;
305 vp->flag = DEFINED|RDONLY;
311 if (copy && !(vp->flag & DEFINED)) {
326 vp->flag |= DEFINED;
934 vp->flag &= SPECIAL | ((flags & 1) ? 0 : ARRAY|DEFINED);
    [all...]
exec.c 473 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
699 "function not defined by", tp->u.fpath);
952 tp->flag = DEFINED;
992 tp->flag &= ~DEFINED;
1042 tp->flag = DEFINED | flag;
1117 tp->flag = DEFINED;
1140 tp->flag = DEFINED;
    [all...]
main.c 71 #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
169 #if !defined(_PATH_DEFPATH) && defined(_CS_PATH)
    [all...]
eval.c 311 v.flag = DEFINED|ISSET|INTEGER;
    [all...]
jobs.c 361 #if defined(__USE_FORTIFY_LEVEL) && (__USE_FORTIFY_LEVEL > 0)
1186 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1203 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
    [all...]
funcs.c 55 #if !defined(RLIM_INFINITY) && !defined(MKSH_NO_LIMITS)
63 #if defined(ANDROID)
149 #if defined(ANDROID)
1109 ap->flag |= DEFINED;
1164 ap->flag &= ~(DEFINED|ISSET|EXPORT);
1175 ap->flag &= ~(DEFINED|ISSET|EXPORT);
    [all...]
expr.c 174 v.flag = DEFINED|INTEGER;
syn.c 804 p->flag |= DEFINED|ISSET;
sh.h 123 #if defined(MirBSD) && (MirBSD >= 0x09A1) && \
124 defined(__ELF__) && defined(__GNUC__) && \
125 !defined(__llvm__) && !defined(__NWCC__)
261 #if !defined(S_ISCDF) && defined(S_CDF)
268 #if !defined(MAP_FAILED)
270 # if defined(__linux)
272 # elif defined(__bsdi__) || defined(__osf__) || defined(__ultrix
    [all...]

Completed in 2913 milliseconds