Searched refs:EVAL (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/scripts/ |
H A D | runtest.sh | 118 echo -ne "$5" | ${EVAL:-eval} -- "$2" > actual 132 printf "%s\n" "echo -ne '$5' |$EVAL $2"
|
/third_party/toybox/tests/ |
H A D | sh.test | 16 EVAL="bash -c" testing "$2" "$1 printf %s $2" "$3" "$4" "$5"
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeS390X.c | 993 #define EVAL(op, r, addr) op(r, addr.offset, addr.index, addr.base) macro 995 (cond) ? EVAL(i1, r, addr) : EVAL(i2, r, addr) 2116 #define LEVAL(i) EVAL(i, reg, mem) in sljit_emit_op1() 2209 EVAL(llgc, tmp0, mem))); in sljit_emit_op1() 2212 EVAL(stcy, tmp0, mem)); in sljit_emit_op1() 2216 EVAL(llgh, tmp0, mem))); in sljit_emit_op1() 2219 EVAL(sthy, tmp0, mem)); in sljit_emit_op1() 2224 EVAL(ly, tmp0, mem))); in sljit_emit_op1() 2227 EVAL(st in sljit_emit_op1() 3742 #undef EVAL global() macro [all...] |
Completed in 5 milliseconds