Searched refs:expr (Results 151 - 175 of 799) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/
H A Dcp_checkbox.sh98 COUNT_PASS=`expr $COUNT_PASS + 1`
101 COUNT_FAIL=`expr $COUNT_FAIL + 1`
104 COUNT_WARN=`expr $COUNT_WARN + 1`
264 # - check expr
265 cp_log_header "Checking command expr ..."
267 X=`expr $X + 1`
287 RESULT=`expr 1 - ${CROND}`
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/usr/sbin/
H A Dcp_checkbox.sh98 COUNT_PASS=`expr $COUNT_PASS + 1`
101 COUNT_FAIL=`expr $COUNT_FAIL + 1`
104 COUNT_WARN=`expr $COUNT_WARN + 1`
264 # - check expr
265 cp_log_header "Checking command expr ..."
267 X=`expr $X + 1`
287 RESULT=`expr 1 - ${CROND}`
/netgear-R7000-V1.0.7.12_1.2.5/src/include/
H A Dbcmdefs.h42 #define STATIC_ASSERT(expr) ASSERT((expr))
47 #define STATIC_ASSERT(expr) { \
49 typedef enum { _STATIC_ASSERT_NOT_CONSTANT = (expr) } _static_assert_e UNUSED_VAR; \
51 typedef char STATIC_ASSERT_FAIL[(expr) ? 1 : -1] UNUSED_VAR; \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestXPath.c46 static int expr = 0; variable
91 if (expr)
159 else if ((!strcmp(argv[i], "-expr")) || (!strcmp(argv[i], "--expr")))
160 expr++;
206 printf("\t--expr : debug XPath expressions only\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_convert.c136 #define CONV_LOOP(otype, expr) \
138 *(otype *)po = expr; \
143 #define CONV_FUNC_FLAT(ofmt, otype, ifmt, itype, expr) \
152 CONV_LOOP(otype, expr) \
155 #define CONV_FUNC_INTERLEAVE(ofmt, otype, ifmt, itype, expr) \
167 CONV_LOOP(otype, expr) \
171 #define CONV_FUNC_DEINTERLEAVE(ofmt, otype, ifmt, itype, expr) \
183 CONV_LOOP(otype, expr) \
187 #define CONV_FUNC_GROUP(ofmt, otype, ifmt, itype, expr) \
188 CONV_FUNC_FLAT( ofmt, otype, ifmt, itype, expr) \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmsm_fb_def.h127 #define assert(expr) \
128 if(!(expr)) { \
130 #expr, __FILE__, __func__, __LINE__); \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestXPath.c46 static int expr = 0; variable
91 if (expr)
159 else if ((!strcmp(argv[i], "-expr")) || (!strcmp(argv[i], "--expr")))
160 expr++;
206 printf("\t--expr : debug XPath expressions only\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestXPath.c46 static int expr = 0; variable
91 if (expr)
159 else if ((!strcmp(argv[i], "-expr")) || (!strcmp(argv[i], "--expr")))
160 expr++;
206 printf("\t--expr : debug XPath expressions only\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/tests/
H A Dfate-run.sh29 val=$(expr "$psnr" : ".*$3: *\([0-9.]*\)")
30 size1=$(expr "$psnr" : '.*bytes: *\([0-9]*\)')
31 size2=$(expr "$psnr" : '.*bytes:[ 0-9]*/ *\([0-9]*\)')
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libswresample/
H A Daudioconvert.c38 #define CONV_FUNC(ofmt, otype, ifmt, expr)\
43 *(otype*)po = expr; pi += is; po += os;\
44 *(otype*)po = expr; pi += is; po += os;\
45 *(otype*)po = expr; pi += is; po += os;\
46 *(otype*)po = expr; pi += is; po += os;\
49 *(otype*)po = expr; pi += is; po += os;\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-parser.c2122 *function ::= FUNCTION S* expr ')' S*
2135 CRTerm *expr = NULL; local
2159 status = cr_parser_parse_expr (a_this, &expr);
2172 if (expr) {
2173 *a_expr = cr_term_append_term (*a_expr, expr);
2174 expr = NULL;
2187 if (expr) {
2188 cr_term_destroy (expr);
2189 expr = NULL;
3006 *expr
3016 CRTerm *expr = NULL, local
3177 CRTerm *expr = NULL; local
3335 CRTerm *expr = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-parser.c2122 *function ::= FUNCTION S* expr ')' S*
2135 CRTerm *expr = NULL; local
2159 status = cr_parser_parse_expr (a_this, &expr);
2172 if (expr) {
2173 *a_expr = cr_term_append_term (*a_expr, expr);
2174 expr = NULL;
2187 if (expr) {
2188 cr_term_destroy (expr);
2189 expr = NULL;
3006 *expr
3016 CRTerm *expr = NULL, local
3177 CRTerm *expr = NULL; local
3335 CRTerm *expr = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/expat-2.0.1/tests/
H A Dxmltest.sh77 SUCCESS=`expr $SUCCESS + 1`
79 ERROR=`expr $ERROR + 1`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/tests/
H A Dtest_posix_s3.sh75 testit "$name" $VALGRIND $SMBTORTURE4 $TORTURE4_OPTIONS $ADDARGS $unc -U"$username"%"$password" $t || failed=`expr $failed + 1`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/mac/setup/ncftp_dist/Resources/
H A Dpreflight31 i=`expr "$i" + 1`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/Solaris/
H A DMakefile.am16 if [ `find root -newer release -print|wc -l` -gt 0 ]; then expr `cat release` + 1 > release; fi
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/expat-2.0.1/tests/
H A Dxmltest.sh77 SUCCESS=`expr $SUCCESS + 1`
79 ERROR=`expr $ERROR + 1`
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/tests/
H A Dformat-csharp-156 n=`expr $n + 1`
H A Dformat-csharp-247 n=`expr $n + 1`
H A Dformat-java-1126 n=`expr $n + 1`
H A Dformat-kde-150 n=`expr $n + 1`
H A Dformat-lisp-1260 n=`expr $n + 1`
H A Dformat-pascal-196 n=`expr $n + 1`
H A Dformat-perl-brace-138 n=`expr $n + 1`
H A Dformat-perl-brace-238 n=`expr $n + 1`

Completed in 245 milliseconds

1234567891011>>