/src/sys/dev/microcode/siop/ |
ncr53cxxx.c | 314 int evaluate (int); 750 value = evaluate (i++); 753 value += evaluate (i + 1); 755 value -= evaluate (i + 1); 764 int evaluate (t) function in typeref:typename:int 1045 inst1 = evaluate (i) - dsps - 8; 1049 inst1 = evaluate (i); 1121 size = evaluate(i); 1140 inst1 = evaluate(i); 1156 inst1 = evaluate (i + 2) - dsps - 8 [all...] |
/src/usr.bin/make/unit-tests/ |
directive-ifdef.mk | 38 # they evaluate to true if they are not empty, therefore this particular
|
varmisc.exp | 18 do not evaluate or expand :? if discarding
|
cond-cmp-unary.mk | 46 # A string of whitespace should evaluate to false.
|
cond-undef-lint.mk | 22 # Since the condition fails to evaluate, neither of the branches is taken.
|
cond-short.mk | 21 # make 'will only evaluate a conditional as far as is necessary to determine', 27 # evaluate at all' and 'allow undefined variables' led to the unexpected 200 # expressions based on undefined variables are allowed and evaluate to an
|
directive-elif.mk | 63 # Since both conditions evaluate to true, this branch is taken no matter
|
varmisc.mk | 46 @echo do not evaluate or expand :? if discarding
|
/src/bin/ksh/ |
c_ulimit.c | 184 if (!evaluate(wp[0], &rval, KSH_RETURN_ERROR)) 187 * evaluate misses due to evaluating unset 190 * add parameter to evaluate() to control
|
c_test.c | 374 if (!evaluate(opnd1, &v1, KSH_RETURN_ERROR) 375 || !evaluate(opnd2, &v2, KSH_RETURN_ERROR))
|
proto.h | 83 int evaluate ARGS((const char *, long *, int));
|
c_sh.c | 44 evaluate(arg, &val, KSH_UNWIND_ERROR);
|
expr.c | 148 * parse and evaluate expression 151 evaluate(expr, rval, error_ok) function 167 * parse and evaluate expression, storing result in vp.
|
c_ksh.c | 1059 if (!evaluate(*wp, &val, KSH_RETURN_ERROR)) {
|
var.c | 161 evaluate(sub, &rval, KSH_UNWIND_ERROR);
|
/src/sys/external/bsd/acpica/dist/compiler/ |
readme.txt | 24 and symbol table, and the AML Interpreter is used to evaluate
|
/src/sys/external/isc/libsodium/dist/ |
configure.ac | 801 AH_VERBATIM([NDEBUG], [/* Always evaluate assert() calls */
|