Searched refs:expr (Results 276 - 300 of 567) sorted by relevance

<<11121314151617181920>>

/freebsd-current/tools/regression/zfs/
H A Dmisc.sh77 ntest=`expr $ntest + 1`
99 ntest=`expr $ntest + 1`
121 ntest=`expr $ntest + 1`
/freebsd-current/contrib/llvm-project/lld/ELF/
H A DTarget.h68 virtual bool needsThunk(RelExpr expr, RelType relocType,
168 virtual RelExpr adjustTlsExpr(RelType type, RelExpr expr) const;
232 uint64_t getAArch64Page(uint64_t expr);
H A DARMErrataFix.cpp215 uint64_t dst = (r->expr == R_PLT_PC) ? r->sym->getPltVA() : r->sym->getVA();
443 uint64_t dstSymAddr = (sr.rel->expr == R_PLT_PC) ? sr.rel->sym->getPltVA()
455 Relocation{sr.rel->expr, patchRelType, 0, patchRelAddend, sr.rel->sym});
457 sr.rel->expr = R_PC;
/freebsd-current/contrib/unbound/
H A Dinstall-sh235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
305 mkdir_umask=`expr $umask + 22 \
/freebsd-current/contrib/netbsd-tests/bin/expr/
H A Dt_expr.sh29 # The 2nd arg is an expected string/response from expr for that op.
32 res=`eval expr $1 2>&1`
41 atf_set "descr" "Test that expr(1) works with non-C LANG (PR bin/2486)"
46 atf_check -s exit:0 -o inline:"21\n" -e empty -x "expr 10 + 11"
49 atf_check -s exit:0 -o inline:"21\n" -e empty -x "expr 10 + 11"
60 "expr: integer overflow or underflow occurred for operation '4611686018427387904 + 4611686018427387904'"
62 "expr: integer overflow or underflow occurred for operation '4611686018427387904 - -4611686018427387904'"
66 "expr: integer overflow or underflow occurred for operation '-4611686018427387904 - 4611686018427387905'"
71 "expr: integer overflow or underflow occurred for operation '-4611686018427387904 * 3'"
73 "expr
[all...]
/freebsd-current/contrib/ntp/sntp/libevent/build-aux/
H A Dinstall-sh235 cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
305 mkdir_umask=`expr $umask + 22 \
/freebsd-current/contrib/unbound/contrib/
H A Dunbound_munin_152 i=`expr $i + 1`
170 if test $now -lt `expr $value + $lee`; then
527 r=`expr $r + $value`
562 r=`expr $r + $value`
/freebsd-current/tools/tools/cd2dvd/
H A Dcd2dvd.sh222 count=`expr ${count} \+ 1`
/freebsd-current/tools/tools/kerninclude/
H A Dkerninclude.sh128 if expr "x$src" : 'x.*\.c$' > /dev/null ; then
149 if expr "x$src" : 'x.*\.c$' > /dev/null ; then
/freebsd-current/usr.bin/m4/
H A Dextern.h43 /* expr.c */
44 extern int expr(const char *);
/freebsd-current/tests/sys/geom/class/eli/
H A Dsetkey_test.sh16 attach_md md -t malloc -s `expr $sectors + 1`
106 attach_md md -t malloc -s `expr $sectors + 1`
164 attach_md md -t malloc -s `expr $sectors + 1`
189 attach_md md -t malloc -s `expr $sectors + 1`
/freebsd-current/contrib/bmake/mk/
H A Dinstall-sh181 umask `expr 0777 - 0$MODE |
/freebsd-current/contrib/bmake/
H A Dinstall-sh181 umask `expr 0777 - 0$MODE |
/freebsd-current/contrib/llvm-project/lldb/bindings/interface/
H A DSBValueExtensions.i86 def synthetic_child_from_expression(self, name, expr, options=None):
88 child = self.CreateValueFromExpression(name, expr, options)
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Expression/
H A DLLVMUserExpression.h27 /// and as a backend for the expr command. LLVMUserExpression is a virtual
54 LLVMUserExpression(ExecutionContextScope &exe_scope, llvm::StringRef expr,
/freebsd-current/cddl/usr.sbin/dtrace/tests/tools/
H A Ddtest.sh71 expr "$TFILE" : 'err.*' >/dev/null && exstatus=1
/freebsd-current/sys/sys/
H A Dcdefs.h234 * Note that the comma operator is used to force expr to decay in
240 #define __generic(expr, t, yes, no) \
241 _Generic(expr, t: yes, default: no)
243 #define __generic(expr, t, yes, no) \
245 __builtin_types_compatible_p(__typeof((0, (expr))), t), yes, no)
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBValue.cpp1137 lldb::SBValue SBValue::EvaluateExpression(const char *expr) const {
1138 LLDB_INSTRUMENT_VA(this, expr);
1154 return EvaluateExpression(expr, options, nullptr);
1158 SBValue::EvaluateExpression(const char *expr, argument
1160 LLDB_INSTRUMENT_VA(this, expr, options);
1162 return EvaluateExpression(expr, options, nullptr);
1165 lldb::SBValue SBValue::EvaluateExpression(const char *expr, argument
1168 LLDB_INSTRUMENT_VA(this, expr, options, name);
1170 if (!expr || expr[
[all...]
/freebsd-current/contrib/kyua/utils/fs/
H A Dpath_test.cpp46 #define REQUIRE_JOIN_ERROR(path1, path2, expr) \
48 expr; \
/freebsd-current/contrib/dialog/
H A Dheaders-sh.in161 tmp2=`expr $tmp1 + 49`
/freebsd-current/contrib/one-true-awk/testdir/
H A DT.expr3 echo T.expr: tests of miscellaneous expressions
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dlz4.c184 # define expect(expr,value) (__builtin_expect ((expr),(value)) )
186 # define expect(expr,value) (expr)
191 #define likely(expr) expect((expr) != 0, 1)
195 #define unlikely(expr) expect((expr) != 0, 0)
/freebsd-current/crypto/openssh/regress/
H A Dhostkey-rotate.sh45 nkeys=`expr $nkeys + 1`
132 expect_nkeys `expr $nkeys + 1` "learn hostkeys"
/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbIndex.cpp34 #define ASSIGN_PTR_OR_RETURN(result_ptr, expr) \
36 auto expected_result = expr; \
/freebsd-current/lib/libnv/tests/
H A Dnvlist_get_test.c39 #define CHECK(expr) do { \
40 if ((expr)) \

Completed in 227 milliseconds

<<11121314151617181920>>