Searched refs:expr (Results 126 - 150 of 799) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/ubi/
H A Ddebug.h29 #define ubi_assert(expr) do { \
30 if (unlikely(!(expr))) { \
158 #define ubi_assert(expr) ({})
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/otus/
H A Doal_marc.h120 #define zm_assert(expr) if (!(expr)) { \
122 #expr, __FILE__, __func__, __LINE__); \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Ddecodecode42 width=`expr index "$code" ' '`
65 marker=`expr index "$code" "\<"`
67 marker=`expr index "$code" "\("`
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_error.h133 #define XFS_TEST_ERROR(expr, mp, tag, rf) \
134 ((expr) || \
135 xfs_error_test((tag), (mp)->m_fixedfsid, "expr", __LINE__, __FILE__, \
141 #define XFS_TEST_ERROR(expr, mp, tag, rf) (expr)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/ss/
H A Dconditional.h56 struct cond_expr *expr; member in struct:cond_node
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/src/
H A Dmisc.c166 _gcry_assert_failed (const char *expr, const char *file, int line, argument
170 ("Assertion `%s' failed (%s:%d:%s)\n"), expr, file, line, func );
182 _gcry_assert_failed (const char *expr, const char *file, int line) argument
185 ("Assertion `%s' failed (%s:%d)\n"), expr, file, line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/src/
H A Dmisc.c166 _gcry_assert_failed (const char *expr, const char *file, int line, argument
170 ("Assertion `%s' failed (%s:%d:%s)\n"), expr, file, line, func );
182 _gcry_assert_failed (const char *expr, const char *file, int line) argument
185 ("Assertion `%s' failed (%s:%d)\n"), expr, file, line);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_smbtorture_s3.sh44 testit "$name" $VALGRIND $BINDIR/smbtorture $ADDARGS $unc -U"$username"%"$password" $t || failed=`expr $failed + 1`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/
H A Dffserver-regression.sh20 if [ $(expr $file : "a-*") != 0 ]; then
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dlexer.l28 #include "wx/deprecated/expr.h"
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/support/
H A Ddebug.c105 assfail(char *expr, char *file, int line) argument
107 printk("Assertion failed: %s, file: %s, line: %d\n", expr, file, line);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/util/
H A DPERF-VERSION-GEN34 VN=$(expr "$VN" : v*'\(.*\)')
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/aoe/
H A Dmkdevs.sh40 i=`expr $i + 1`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-tests/
H A Dtest-c-strcasestr.c27 #define ASSERT(expr) \
30 if (!(expr)) \
H A Dtest-c-strstr.c27 #define ASSERT(expr) \
30 if (!(expr)) \
H A Dtest-mbsstr1.c26 #define ASSERT(expr) \
29 if (!(expr)) \
H A Dtest-mbsstr2.c27 #define ASSERT(expr) \
30 if (!(expr)) \
H A Dtest-vasnprintf.c28 #define ASSERT(expr) \
31 if (!(expr)) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Daf_astreamsync.c50 AVExpr *expr; member in struct:__anon3323
67 { "expr", "set stream selection expression", OFFSET(expr_str), AV_OPT_TYPE_STRING, { .str = "t1-t2" }, .flags = FLAGS },
79 r = av_expr_parse(&as->expr, as->expr_str, var_names,
86 av_expr_eval(as->expr, as->var_values, NULL); /* exercize prng */
153 as->next_out = av_expr_eval(as->expr, as->var_values, NULL) >= 0;
197 av_expr_free(as->expr);
198 as->expr = NULL;
H A Dsetpts.c88 AVExpr *expr; member in struct:SetPTSContext
98 if ((ret = av_expr_parse(&setpts->expr, setpts->expr_str,
175 d = av_expr_eval(setpts->expr, setpts->var_values, NULL);
216 av_expr_free(setpts->expr);
217 setpts->expr = NULL;
223 { "expr", "Expression determining the frame timestamp", OFFSET(expr_str), AV_OPT_TYPE_STRING, { .str = "PTS" }, .flags = FLAGS },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/zlib-1.2.8/contrib/untgz/
H A Duntgz.c290 int ExprMatch (char *string,char *expr) argument
294 if (ISSPECIAL(*expr))
296 if (*expr == '/')
300 string ++; expr++;
302 else if (*expr == '*')
304 if (*expr ++ == 0)
306 while (*++string != *expr)
313 if (*string != *expr)
315 if (*expr++ == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp161 bool Compile(const wxString& expr, int flags = 0);
263 bool wxRegExImpl::Compile(const wxString& expr, int flags) argument
299 int errorcode = wx_re_comp(&m_RegEx, expr, expr.length(), flagsRE);
301 const wxWX2MBbuf conv = expr.mbc_str();
308 expr.c_str(), GetErrorMsg(errorcode, !conv).c_str());
329 for ( const wxChar *cptr = expr.c_str(); *cptr; cptr++ )
621 bool wxRegEx::Compile(const wxString& expr, int flags) argument
628 if ( !m_impl->Compile(expr, flags) )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/zlib-1.2.3/contrib/untgz/
H A Duntgz.c290 int ExprMatch (char *string,char *expr) argument
294 if (ISSPECIAL(*expr))
296 if (*expr == '/')
300 string ++; expr++;
302 else if (*expr == '*')
304 if (*expr ++ == 0)
306 while (*++string != *expr)
313 if (*string != *expr)
315 if (*expr++ == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/zlib-1.2.3/contrib/untgz/
H A Duntgz.c290 int ExprMatch (char *string,char *expr) argument
294 if (ISSPECIAL(*expr))
296 if (*expr == '/')
300 string ++; expr++;
302 else if (*expr == '*')
304 if (*expr ++ == 0)
306 while (*++string != *expr)
313 if (*string != *expr)
315 if (*expr++ == 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/zlib-1.2.7/contrib/untgz/
H A Duntgz.c290 int ExprMatch (char *string,char *expr) argument
294 if (ISSPECIAL(*expr))
296 if (*expr == '/')
300 string ++; expr++;
302 else if (*expr == '*')
304 if (*expr ++ == 0)
306 while (*++string != *expr)
313 if (*string != *expr)
315 if (*expr++ == 0)

Completed in 375 milliseconds

1234567891011>>