Searched refs:expr (Results 301 - 325 of 799) sorted by relevance

<<11121314151617181920>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/lib/
H A Dconfig.status118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
160 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
343 ac_option=`expr "X$1" : 'X\([^=]*\)='`
344 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/src/
H A Dconfig.status118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
160 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
349 ac_option=`expr "X$1" : 'X\([^=]*\)='`
350 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gperf-3.0.4/tests/
H A Dconfig.status118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
160 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
343 ac_option=`expr "X$1" : 'X\([^=]*\)='`
344 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/mxml-2.7/
H A Dconfig.status118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
160 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
350 ac_option=`expr "X$1" : 'X\([^=]*\)='`
351 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libiconv-1.11/libcharset/
H A Dconfig.status114 if expr a : '\(a\)' >/dev/null 2>&1 &&
115 test "X`expr 00001 : '.*\(...\)'`" = X001; then
116 as_expr=expr
156 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
213 if expr a : '\(a\)' >/dev/null 2>&1 &&
214 test "X`expr 00001 : '.*\(...\)'`" = X001; then
215 as_expr=expr
337 ac_option=`expr "X$1" : 'X\([^=]*\)='`
338 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mod_db4/
H A Dconfigure52 if expr a : '\(a\)' >/dev/null 2>&1; then
53 as_expr=expr
102 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
141 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
194 if expr a : '\(a\)' >/dev/null 2>&1; then
195 as_expr=expr
326 ac_optarg=`expr "x$ac_option" : 'x[^=]*=\(.*\)'`
359 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
361 expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
368 ac_feature=`expr "
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_select.c144 AVExpr *expr; member in struct:SelectContext
161 { "expr", "set an expression to use for selecting frames", OFFSET(expr_str), AV_OPT_TYPE_STRING, { .str = "1" }, .flags=FLAGS }, \
175 if ((ret = av_expr_parse(&select->expr, select->expr_str,
334 select->select = res = av_expr_eval(select->expr, select->var_values, NULL);
415 av_expr_free(select->expr);
416 select->expr = NULL;
H A Dvf_crop.c140 const char *expr; local
162 if ((ret = av_expr_parse_and_eval(&res, (expr = s->w_expr),
167 if ((ret = av_expr_parse_and_eval(&res, (expr = s->h_expr),
173 if ((ret = av_expr_parse_and_eval(&res, (expr = s->w_expr),
227 av_log(NULL, AV_LOG_ERROR, "Error when evaluating the expression '%s'\n", expr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_crop.c157 const char *expr; local
177 if ((ret = av_expr_parse_and_eval(&res, (expr = crop->ow_expr),
181 if ((ret = av_expr_parse_and_eval(&res, (expr = crop->oh_expr),
186 if ((ret = av_expr_parse_and_eval(&res, (expr = crop->ow_expr),
226 av_log(NULL, AV_LOG_ERROR, "Error when evaluating the expression '%s'\n", expr);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dmoopp255 impl_end_lineno=`expr $fields_lineno + $impl_end_lineno`
307 class_end_lineno=`expr $methods_lineno + $class_end_lineno`
467 echo "#line "`expr 3 + ${main_class_decl_lineno} + 1`" \"$newfile_base\""
587 echo "#line "`expr $main_class_end_lineno + 1`" \"${source_header_file_base}\""
604 echo "#line "`expr 3 + ${impl_decl_lineno} + 1`" \"$newfile_base\""
629 echo "#line "`expr $impl_end_lineno + 1`" \"${source_impl_file_base}\""
633 echo "#line "`expr $lineno + 2`" \"$newfile_base\""
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/build-aux/
H A Dmoopp255 impl_end_lineno=`expr $fields_lineno + $impl_end_lineno`
307 class_end_lineno=`expr $methods_lineno + $class_end_lineno`
467 echo "#line "`expr 3 + ${main_class_decl_lineno} + 1`" \"$newfile_base\""
587 echo "#line "`expr $main_class_end_lineno + 1`" \"${source_header_file_base}\""
604 echo "#line "`expr 3 + ${impl_decl_lineno} + 1`" \"$newfile_base\""
629 echo "#line "`expr $impl_end_lineno + 1`" \"${source_impl_file_base}\""
633 echo "#line "`expr $lineno + 2`" \"$newfile_base\""
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/agrep/
H A DMakefile246 all=`expr $$all + 1`; \
249 xpass=`expr $$xpass + 1`; \
250 failed=`expr $$failed + 1`; \
258 all=`expr $$all + 1`; \
261 xfail=`expr $$xfail + 1`; \
265 failed=`expr $$failed + 1`; \
270 skip=`expr $$skip + 1`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntfs-3g-2009.3.8/
H A Dconfig.status118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
160 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
354 ac_option=`expr "X$1" : 'X\([^=]*\)='`
355 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
1029 _am_stamp_count=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/tests/
H A DMakefile.in265 all=`expr $$all + 1`; \
268 xpass=`expr $$xpass + 1`; \
269 failed=`expr $$failed + 1`; \
277 all=`expr $$all + 1`; \
280 xfail=`expr $$xfail + 1`; \
284 failed=`expr $$failed + 1`; \
289 skip=`expr $$skip + 1`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dconfig.status118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
160 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
217 if expr a : '\(a\)' >/dev/null 2>&1 &&
218 test "X`expr 00001 : '.*\(...\)'`" = X001; then
219 as_expr=expr
355 ac_option=`expr "X$1" : 'X\([^=]*\)='`
356 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
930 _am_stamp_count=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/tests/
H A DMakefile.in317 all=`expr $$all + 1`; \
320 xpass=`expr $$xpass + 1`; \
321 failed=`expr $$failed + 1`; \
329 all=`expr $$all + 1`; \
332 xfail=`expr $$xfail + 1`; \
336 failed=`expr $$failed + 1`; \
341 skip=`expr $$skip + 1`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/flac-1.2.1/test/
H A DMakefile.in420 all=`expr $$all + 1`; \
423 xpass=`expr $$xpass + 1`; \
424 failed=`expr $$failed + 1`; \
432 all=`expr $$all + 1`; \
435 xfail=`expr $$xfail + 1`; \
439 failed=`expr $$failed + 1`; \
444 skip=`expr $$skip + 1`; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/IGMP-PROXY/
H A Dconfig.status55 if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
199 if expr a : '\(a\)' >/dev/null 2>&1; then
200 as_expr=expr
317 ac_option=`expr "x$1" : 'x\([^=]*\)='`
318 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
529 ac_sed_frag=`expr $ac_sed_frag + 1`
531 ac_end=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gdbm-1.8.3/
H A Dconfig.status49 if expr a : '\(a\)' >/dev/null 2>&1; then
50 as_expr=expr
99 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
139 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
193 if expr a : '\(a\)' >/dev/null 2>&1; then
194 as_expr=expr
310 ac_option=`expr "x$1" : 'x\([^=]*\)='`
311 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
508 ac_sed_frag=`expr $ac_sed_frag + 1`
510 ac_end=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/
H A Dconfig.status55 if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
199 if expr a : '\(a\)' >/dev/null 2>&1; then
200 as_expr=expr
317 ac_option=`expr "x$1" : 'x\([^=]*\)='`
318 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
551 ac_sed_frag=`expr $ac_sed_frag + 1`
553 ac_end=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/gdbm-1.8.3/
H A Dconfig.status49 if expr a : '\(a\)' >/dev/null 2>&1; then
50 as_expr=expr
99 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
139 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
193 if expr a : '\(a\)' >/dev/null 2>&1; then
194 as_expr=expr
310 ac_option=`expr "x$1" : 'x\([^=]*\)='`
311 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
508 ac_sed_frag=`expr $ac_sed_frag + 1`
510 ac_end=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libiconv-1.10/libcharset/
H A Dconfig.status55 if expr a : '\(a\)' >/dev/null 2>&1; then
56 as_expr=expr
105 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
145 as_lineno_3=`(expr $as_lineno_1 + 1) 2>/dev/null`
199 if expr a : '\(a\)' >/dev/null 2>&1; then
200 as_expr=expr
317 ac_option=`expr "x$1" : 'x\([^=]*\)='`
318 ac_optarg=`expr "x$1" : 'x[^=]*=\(.*\)'`
553 ac_sed_frag=`expr $ac_sed_frag + 1`
555 ac_end=`expr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Deval.c642 int av_expr_parse(AVExpr **expr, const char *s, argument
687 *expr = e;
740 const char *const *expr; local
837 for (expr = exprs; *expr; expr++) {
838 printf("Evaluating '%s'\n", *expr);
839 av_expr_parse_and_eval(&d, *expr,
843 printf("'%s' -> nan\n\n", *expr);
845 printf("'%s' -> %f\n\n", *expr,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dconfdata.c180 if (expr_calc_value(prop->visible.expr) == no ||
181 prop->expr->type != E_SYMBOL)
183 name = conf_expand_value(prop->expr->left.sym->name);
327 struct expr *e;
366 expr_list_for_each_sym(prop->expr, e, choice_sym)
927 struct expr *e;
942 expr_list_for_each_sym(prop->expr, e, sym)
952 expr_list_for_each_sym(prop->expr, e, sym) {
970 struct expr *e;
977 expr_list_for_each_sym(prop->expr,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Ddoc.cpp560 bool MyDiagram::OnShapeSave(wxExprDatabase& db, wxShape& shape, wxExpr& expr) argument
562 wxDiagram::OnShapeSave(db, shape, expr);
564 expr.AddAttributeValueString(_T("label"), handler->label);
568 bool MyDiagram::OnShapeLoad(wxExprDatabase& db, wxShape& shape, wxExpr& expr) argument
570 wxDiagram::OnShapeLoad(db, shape, expr);
572 expr.AssignAttributeValue(_T("label"), &label);

Completed in 173 milliseconds

<<11121314151617181920>>