HomeSort by relevance Sort by last modified time
    Searched refs:DEFINED (Results 1 - 25 of 27) sorted by null

1 2

  /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/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/chromium_org/tools/gn/
item_node.cc 29 if (state_ == DEFINED) {
53 // Can't add more deps once it's been defined.
86 state_ = DEFINED;
103 DCHECK(state_ == DEFINED);
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.
item_tree.cc 118 if (src->state() == ItemNode::DEFINED ||
175 if ((waiter->state() == ItemNode::DEFINED ||
  /external/mksh/src/
var.c 26 #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;
306 vp->flag = DEFINED|RDONLY;
312 if (copy && !(vp->flag & DEFINED)) {
327 vp->flag |= DEFINED;
946 vp->flag &= SPECIAL | ((flags & 1) ? 0 : ARRAY|DEFINED);
    [all...]
exec.c 469 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
612 #if !defined(MKSH_SMALL)
621 #if !defined(MKSH_SMALL)
713 "function not defined by", tp->u.fpath);
962 tp->flag = DEFINED;
1004 tp->flag &= ~DEFINED;
1054 tp->flag = DEFINED | flag;
1129 tp->flag = DEFINED;
1152 tp->flag = DEFINED;
    [all...]
main.c 74 #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
113 #if defined(__GLIBC__) && (__GLIBC__ >= 2)
133 #if defined(__GLIBC__) && (__GLIBC__ >= 2)
198 #if !defined(_PATH_DEFPATH) && defined(_CS_PATH)
463 #if !defined(MKSH_SMALL)
852 #if !defined(MKSH_SMALL)
    [all...]
eval.c 322 v.flag = DEFINED|ISSET|INTEGER;
    [all...]
jobs.c 367 #if defined(__USE_FORTIFY_LEVEL) && (__USE_FORTIFY_LEVEL > 0)
1202 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1219 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
    [all...]
funcs.c 55 #if !defined(RLIM_INFINITY) && !defined(MKSH_NO_LIMITS)
1133 ap->flag |= DEFINED;
1188 ap->flag &= ~(DEFINED|ISSET|EXPORT);
1199 ap->flag &= ~(DEFINED|ISSET|EXPORT);
    [all...]
expr.c 29 #if !defined(MKSH_LEGACY_MODE) || HAVE_LONG_32BIT
188 v.flag = DEFINED|INTEGER;
syn.c 822 p->flag |= DEFINED|ISSET;
  /external/chromium_org/third_party/openssl/openssl/crypto/
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...]
opensslconf.h 87 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
92 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
95 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG)
98 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
101 # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS)
104 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128
    [all...]
  /external/openssl/crypto/
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...]
opensslconf.h 90 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
95 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
98 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG)
101 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
104 # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS)
107 # if defined(OPENSSL_NO_DTLS1) && !defined(NO_DTLS1
    [all...]
  /external/chromium_org/third_party/openssl/config/x64/openssl/
opensslconf.h 87 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
92 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
95 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG)
98 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
101 # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS)
104 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128
    [all...]
  /external/chromium_org/third_party/openssl/openssl/include/openssl/
opensslconf.h 87 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
92 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
95 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG)
98 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
101 # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS)
104 # if defined(OPENSSL_NO_EC_NISTP_64_GCC_128) && !defined(NO_EC_NISTP_64_GCC_128
    [all...]
  /external/openssl/include/openssl/
opensslconf.h 90 /* The OPENSSL_NO_* macros are also defined as NO_* if the application
95 # if defined(OPENSSL_NO_CAMELLIA) && !defined(NO_CAMELLIA)
98 # if defined(OPENSSL_NO_CAPIENG) && !defined(NO_CAPIENG)
101 # if defined(OPENSSL_NO_CAST) && !defined(NO_CAST)
104 # if defined(OPENSSL_NO_CMS) && !defined(NO_CMS)
107 # if defined(OPENSSL_NO_DTLS1) && !defined(NO_DTLS1
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glsl/glcpp/
glcpp-lex.l 266 "defined" {
267 return DEFINED;
306 generated functions, (to avoid "defined but not used"
glcpp-parse.y 163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
497 /* Handle "defined" operator */
498 DEFINED IDENTIFIER {
502 | DEFINED '(' IDENTIFIER ')' {
1152 /* Add pre-defined macros. */
1377 * although 'node' corresponds to an identifier defined as a
    [all...]
  /external/mesa3d/src/glsl/glcpp/
glcpp-lex.l 266 "defined" {
267 return DEFINED;
306 generated functions, (to avoid "defined but not used"
glcpp-parse.y 163 %token COMMA_FINAL DEFINED ELIF_EXPANDED HASH HASH_DEFINE FUNC_IDENTIFIER OBJ_IDENTIFIER HASH_ELIF HASH_ELSE HASH_ENDIF HASH_IF HASH_IFDEF HASH_IFNDEF HASH_LINE HASH_UNDEF HASH_VERSION IDENTIFIER IF_EXPANDED INTEGER INTEGER_STRING LINE_EXPANDED NEWLINE OTHER PLACEHOLDER SPACE
497 /* Handle "defined" operator */
498 DEFINED IDENTIFIER {
502 | DEFINED '(' IDENTIFIER ')' {
1152 /* Add pre-defined macros. */
1377 * although 'node' corresponds to an identifier defined as a
    [all...]

Completed in 697 milliseconds

1 2