Searched refs:run (Results 126 - 150 of 724) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dltmain.sh141 run=
164 if test "$run" = ":"; then
165 # Return a directory name, but don't create it in dry-run mode
182 # If we're not in dry-run mode, bomb out on failure
259 # but not from the CC environment variable when configure was run.
312 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
333 $run ${rm}r "$my_gentop"
335 $run $mkdir "$my_gentop"
361 $run ${rm}r "$my_xdir"
363 $run
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Dlibtool483 run=
504 if test "$run" = ":"; then
505 # Return a directory name, but don't create it in dry-run mode
522 # If we're not in dry-run mode, bomb out on failure
593 # but not from the CC environment variable when configure was run.
646 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
667 $run ${rm}r "$my_gentop"
669 $run $mkdir "$my_gentop"
685 $run ${rm}r "$my_xdir"
687 $run
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/
H A Dltmain.sh147 run=
170 if test "$run" = ":"; then
171 # Return a directory name, but don't create it in dry-run mode
188 # If we're not in dry-run mode, bomb out on failure
265 # but not from the CC environment variable when configure was run.
318 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
339 $run ${rm}r "$my_gentop"
341 $run $mkdir "$my_gentop"
367 $run ${rm}r "$my_xdir"
369 $run
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/
H A Dltmain.sh130 run=
203 # but not from the CC environment variable when configure was run.
256 $run eval "(cd \$f_ex_an_ar_dir && $AR x \$f_ex_an_ar_oldlib)" || exit $?
277 $run ${rm}r "$my_gentop"
279 $run $mkdir "$my_gentop"
295 $run ${rm}r "$my_xdir"
297 $run $mkdir "$my_xdir"
305 # Do not bother doing anything if just a dry run
306 if test -z "$run"; then
339 fi # $run
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dloco.c44 int save, run, run2; /* internal rice decoder state */ member in struct:RICEContext
76 if (r->run > 0) { /* we have zero run */
77 r->run--;
85 r->run = get_ur_golomb_jpegls(&r->gb, 2, INT_MAX, 0);
86 if(r->run > 1)
87 r->save += r->run + 1;
128 rc.run = 0;
H A Dqpeg.c41 int run, copy; local
52 run = copy = 0;
55 if(code >= 0xF8) { /* very long run */
59 run = ((code & 0x7) << 16) + (c0 << 8) + c1 + 2;
60 } else if (code >= 0xF0) { /* long run */
63 run = ((code & 0xF) << 8) + c0 + 2;
64 } else if (code >= 0xE0) { /* short run */
65 run = (code & 0x1F) + 2;
79 /* perform actual run or copy */
80 if(run) {
[all...]
H A Djpeglsenc.c63 * Encode error from run termination
93 * Encode run value as specified by JPEG-LS standard
95 static inline void ls_encode_run(JLSState *state, PutBitContext *pb, int run, int comp, int trail){ argument
96 while(run >= (1 << ff_log2_run[state->run_index[comp]])){
98 run -= 1 << ff_log2_run[state->run_index[comp]];
102 /* if hit EOL, encode another full run, else encode aborted run */
103 if(!trail && run) {
108 put_bits(pb, ff_log2_run[state->run_index[comp]], run);
132 /* run mod
134 int RUNval, RItype, run; local
[all...]
H A Dwmaenc.c266 int run, tindex; local
272 run=0;
279 if(run < s->coef_vlcs[tindex]->levels[abs_level-1])
280 code= run + s->int_table[tindex][abs_level-1];
295 put_bits(&s->pb, s->frame_len_bits, run);
298 run=0;
300 run++;
303 if(run)
H A Dmjpegenc.c379 int component, dc, run, last_index, val; local
401 run = 0;
407 run++;
409 while (run >= 16) {
411 run -= 16;
420 code = (run << 4) | nbits;
425 run = 0;
430 if (last_index < 63 || run != 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ntfs-3g-2009.3.8/libntfs-3g/
H A Dlcnalloc.c84 int i, j, run = 0; local
93 run += 8;
102 if (run > max_range) {
103 max_range = run;
104 start_pos = i * 8 + j - run;
106 run = 0;
108 run++;
112 if (run > max_range)
113 start_pos = i * 8 - run;
323 * Coalesce with previous run i
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A DMakefile41 ACLOCAL = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoheader
68 AMTAR = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run tar
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A DMakefile41 ACLOCAL = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoheader
68 AMTAR = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run tar
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A DMakefile41 ACLOCAL = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoheader
68 AMTAR = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run tar
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A DMakefile41 ACLOCAL = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoheader
68 AMTAR = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run tar
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/vtysh/
H A DMakefile41 ACLOCAL = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run aclocal-1.6
42 AUTOCONF = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoconf
43 AUTOMAKE = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run automake-1.6
44 AUTOHEADER = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run autoheader
68 AMTAR = ${SHELL} /home/fred/0117/ap61/gpl/zebra-0.93a/missing --run tar
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/
H A DBtRecExample.cpp34 void run();
115 void BtRecExample::run() function in class:BtRecExample
215 app.run();
H A DLockExample.cpp30 void run();
92 app.run();
124 void LockExample::run() function in class:LockExample
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/common/
H A Ddoxygen.mk9 # doxygen-run: Run doxygen, which will generate some of the documentation
23 # This will cause make to run doxygen and generate all the documentation.
161 .PHONY: doxygen-run doxygen-doc $(DX_PS_GOAL) $(DX_PDF_GOAL)
163 .INTERMEDIATE: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
165 doxygen-run: @DX_DOCDIR@/@PACKAGE@.tag
167 doxygen-doc: doxygen-run $(DX_PS_GOAL) $(DX_PDF_GOAL)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/
H A DMakefile92 ACLOCAL = ../../build-aux/fixaclocal ${SHELL} $(TIMEMACHINE_PATH)/gettext-0.17/build-aux/missing --run aclocal-1.10
93 AMTAR = ${SHELL} $(TIMEMACHINE_PATH)/gettext-0.17/build-aux/missing --run tar
94 AUTOCONF = ${SHELL} $(TIMEMACHINE_PATH)/gettext-0.17/build-aux/missing --run autoconf
95 AUTOHEADER = ${SHELL} $(TIMEMACHINE_PATH)/gettext-0.17/build-aux/missing --run autoheader
96 AUTOMAKE = ${SHELL} $(TIMEMACHINE_PATH)/gettext-0.17/build-aux/missing --run automake-1.10
114 MAKEINFO = ${SHELL} $(TIMEMACHINE_PATH)/gettext-0.17/build-aux/missing --run makeinfo
639 # into them and run `make' without going through this Makefile.
642 # (which will cause the Makefiles to be regenerated when you run `make');
905 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/autoconf-lib-link/
H A DMakefile89 ACLOCAL = ../build-aux/fixaclocal ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run aclocal-1.10
90 AMTAR = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run tar
93 AUTOCONF = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoconf
94 AUTOHEADER = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run autoheader
95 AUTOMAKE = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run automake-1.10
133 MAKEINFO = ${SHELL} ${TIMEMACHINE_PATH}/gettext-0.17/build-aux/missing --run makeinfo
268 # into them and run `make' without going through this Makefile.
271 # (which will cause the Makefiles to be regenerated when you run `make');
533 echo "ERROR: distcleancheck can only run from a VPATH build" ; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dinstallscripts.sh18 echo Have you run installbin first?
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/
H A DCustomKeyOrderExample.java74 example.run();
99 private void run() method in class:CustomKeyOrderExample
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/persist/gettingStarted/
H A DSimpleStoreGet.java48 private void run() method in class:SimpleStoreGet
93 ssg.run();
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/dnsmasq-2.15/rpm/
H A Ddnsmasq.rh8 # pidfile: /var/run/dnsmasq.pid
69 [ $RETVAL -eq 0 ] && rm -f /var/lock/subsys/dnsmasq /var/run/dnsmasq.pid
H A Drc.dnsmasq-suse15 NAMED_PID=/var/run/dnsmasq.pid

Completed in 294 milliseconds

1234567891011>>