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

  /external/valgrind/cachegrind/
cg_arch.c 280 #define DEFINED(L) (-1 != L->size || -1 != L->assoc || -1 != L->line_size)
282 // Count how many were defined on the command line.
284 (DEFINED(clo_I1c) &&
285 DEFINED(clo_D1c) &&
286 DEFINED(clo_LLc));
297 check_cache_or_override ("I1", I1c, DEFINED(clo_I1c));
298 check_cache_or_override ("D1", D1c, DEFINED(clo_D1c));
299 check_cache_or_override ("LL", LLc, DEFINED(clo_LLc));
301 // Then replace with any defined on the command line. (Already checked in
303 if (DEFINED(clo_I1c)) { *I1c = *clo_I1c;
    [all...]
  /external/skia/
make.bat 22 if DEFINED VS110COMNTOOLS (
24 ) else if DEFINED VS100COMNTOOLS (
  /frameworks/compile/mclinker/include/mcld/Script/
UnaryOp.h 71 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module&,
Operator.h 73 DEFINED = 40,
149 Operator& Operator::create<Operator::DEFINED>();
  /external/mksh/src/
var.c 27 #if defined(__OpenBSD__)
141 tp->flag = DEFINED|ISSET;
191 if (vp && (vp->flag & (DEFINED | ASSOC | ARRAY)) ==
192 (DEFINED | ASSOC)) {
244 vp->flag = DEFINED;
289 vp->flag |= DEFINED;
314 vp->flag = DEFINED|RDONLY;
320 if (copy && !(vp->flag & DEFINED)) {
335 vp->flag |= DEFINED;
1019 vp->flag &= SPECIAL | ((flags & 1) ? 0 : ARRAY|DEFINED);
    [all...]
exec.c 468 vp_pipest->flag = DEFINED | ISSET | INTEGER | RDONLY |
741 "function not defined by", tp->u.fpath);
1000 tp->flag = DEFINED;
1040 tp->flag &= ~DEFINED;
1072 uint32_t flag = DEFINED;
1161 tp->flag = DEFINED;
1184 tp->flag = DEFINED;
    [all...]
main.c 74 #if !defined(ANDROID) && !defined(MKSH_UNEMPLOYED)
112 #if defined(__GLIBC__) && (__GLIBC__ >= 2)
132 #if defined(__GLIBC__) && (__GLIBC__ >= 2)
192 #if !defined(_PATH_DEFPATH) && defined(_CS_PATH)
265 #if defined(MKSH_BINSHPOSIX) || defined(MKSH_BINSHREDUCED)
    [all...]
jobs.c 228 #if !defined(MKSH_UNEMPLOYED) && HAVE_GETSID
412 #if defined(__USE_FORTIFY_LEVEL) && (__USE_FORTIFY_LEVEL > 0)
1250 vp->flag = DEFINED | ISSET | INTEGER | RDONLY | ARRAY | INT_U;
1267 vp->flag = DEFINED | ISSET | INTEGER | RDONLY |
    [all...]
funcs.c 55 #if !defined(RLIM_INFINITY) && !defined(MKSH_NO_LIMITS)
63 #if !defined(MKSH_UNEMPLOYED) && HAVE_GETSID
130 #if !defined(MKSH_UNEMPLOYED) && HAVE_GETSID
1154 ap->flag |= DEFINED;
1209 ap->flag &= ~(DEFINED|ISSET|EXPORT);
1220 ap->flag &= ~(DEFINED|ISSET|EXPORT);
    [all...]
eval.c 351 v.flag = DEFINED|ISSET|INTEGER;
    [all...]
expr.c 187 v.flag = DEFINED | INTEGER;
syn.c 815 p->flag |= DEFINED|ISSET;
sh.h 141 #if defined(MirBSD) && (MirBSD >= 0x09A1) && \
142 defined(__ELF__) && defined(__GNUC__) && \
143 !defined(__llvm__) && !defined(__NWCC__)
335 #if !defined(S_ISCDF) && defined(S_CDF)
343 #if defined(_NSIG)
345 #elif defined(SIGMAX)
347 #elif defined(_SIGMAX
    [all...]
  /frameworks/compile/mclinker/lib/Script/
Operator.cpp 37 "DATA_SEGMENT_RELRO_END", "DEFINED", "LENGTH",
124 Operator& Operator::create<Operator::DEFINED>() {
125 static UnaryOp<Operator::DEFINED> op;
UnaryOp.cpp 123 IntOperand* UnaryOp<Operator::DEFINED>::eval(const Module& pModule,
ScriptParser.yy 130 %token DEFINED
840 | DEFINED '(' symbol ')'
844 &Operator::create<Operator::DEFINED>());
ScriptScanner.ll 119 <EXPRESSION>"DEFINED" { return token::DEFINED; }
  /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...]
  /dalvik/dx/etc/
mainDexClasses.bat 23 if not defined java_exe goto :EOF
89 if defined params goto usage
95 if defined params ( goto makeTmpJar ) else ( goto usage )
106 if DEFINED output goto redirect

Completed in 848 milliseconds