Searched refs:runs (Results 1 - 25 of 93) sorted by relevance

1234

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dmkspans.c31 * runs of zeros and ones in Group 3 Fax encoding.
34 dumparray(name, runs)
36 unsigned char runs[256];
43 printf("%s%d", sep, runs[i]);
55 unsigned char runs[2][256]; local
57 memset(runs[0], 0, 256*sizeof (char));
58 memset(runs[1], 0, 256*sizeof (char));
63 runs[1][run|i] = runlen;
64 runs[0][(~(run|i)) & 0xff] = runlen;
68 runs[
[all...]
H A Dtif_fax3.c79 uint32* runs; /* b&w runs for current/previous row */ member in struct:__anon761
80 uint32* refruns; /* runs for reference line */
81 uint32* curruns; /* runs for current line */
348 * runs generated during G3/G4 decoding.
351 _TIFFFax3fillruns(u_char* buf, uint32* runs, uint32* erun, uint32 lastx) argument
360 if ((erun-runs)&1)
363 for (; runs < erun; runs += 2) {
364 run = runs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/rand/
H A Drandtest.c74 unsigned long runs[2][34]; local
91 runs[0][i] = runs[1][i] = 0;
110 runs[sign][nsign - 1]++;
112 runs[sign][5]++;
126 runs[sign][nsign - 1]++;
158 if (!((2267 < runs[i][0]) && (runs[i][0] < 2733))) {
160 i, 1, runs[i][0]);
163 if (!((1079 < runs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/rand/
H A Drandtest.c74 unsigned long runs[2][34]; local
88 for (i=0; i<34; i++) runs[0][i]=runs[1][i]=0;
110 runs[sign][nsign-1]++;
112 runs[sign][5]++;
123 if (nsign != 0) runs[sign][nsign-1]++;
159 if (!((2267 < runs[i][0]) && (runs[i][0] < 2733)))
162 i,1,runs[i][0]);
165 if (!((1079 < runs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Drandtest.c74 unsigned long runs[2][34]; local
88 for (i=0; i<34; i++) runs[0][i]=runs[1][i]=0;
110 runs[sign][nsign-1]++;
112 runs[sign][5]++;
123 if (nsign != 0) runs[sign][nsign-1]++;
159 if (!((2267 < runs[i][0]) && (runs[i][0] < 2733)))
162 i,1,runs[i][0]);
165 if (!((1079 < runs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/rand/
H A Drandtest.c74 unsigned long runs[2][34]; local
91 runs[0][i] = runs[1][i] = 0;
110 runs[sign][nsign - 1]++;
112 runs[sign][5]++;
126 runs[sign][nsign - 1]++;
158 if (!((2267 < runs[i][0]) && (runs[i][0] < 2733))) {
160 i, 1, runs[i][0]);
163 if (!((1079 < runs[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dfaxcompr.c127 unsigned int pix_left, int *runs,
137 *runs++ = run;
138 if (runs >= runend) {
156 *runs++ = 0;
161 unsigned int width, int *runs,
200 *runs++ = run + saved_run;
201 if (runs >= runend) {
224 *runs++ = run + saved_run;
225 if (runs >= runend) {
238 *runs
126 decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int pix_left, int *runs, const int *runend) argument
160 decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int width, int *runs, const int *runend, const int *ref) argument
249 put_line(uint8_t *dst, int size, int width, const int *runs) argument
285 int *runs, *ref = NULL, *runend; local
[all...]
H A Ddxva2.c105 int result, runs = 0; local
114 } while (hr == E_PENDING && ++runs < 50);
H A Dsnow.h615 int run, runs; local
622 runs= get_symbol2(&s->c, b->state[30], 0);
623 if(runs-- > 0) run= get_symbol2(&s->c, b->state[1], 3);
671 if(runs-- > 0) run= get_symbol2(&s->c, b->state[1], 3);
H A Dsnowenc.c768 int *runs = s->run_buffer; local
802 runs[run_index++]= run;
811 runs[run_index++]= run;
813 run= runs[run_index++];
857 run= runs[run_index++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dfaxcompr.c127 unsigned int pix_left, int *runs, const int *runend)
136 *runs++ = run;
137 if(runs >= runend){
155 *runs++ = 0;
160 unsigned int width, int *runs, const int *runend, const int *ref)
198 *runs++ = run + saved_run;
199 if(runs >= runend){
222 *runs++ = run + saved_run;
223 if(runs >= runend){
236 *runs
126 decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int pix_left, int *runs, const int *runend) argument
159 decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int width, int *runs, const int *runend, const int *ref) argument
241 put_line(uint8_t *dst, int size, int width, const int *runs) argument
278 int *runs, *ref, *runend; local
[all...]
H A Dsnow.h599 int run, runs; local
606 runs= get_symbol2(&s->c, b->state[30], 0);
607 if(runs-- > 0) run= get_symbol2(&s->c, b->state[1], 3);
652 if(runs-- > 0) run= get_symbol2(&s->c, b->state[1], 3);
H A Dsnowenc.c840 int runs[w*h]; local
874 runs[run_index++]= run;
883 runs[run_index++]= run;
885 run= runs[run_index++];
929 run= runs[run_index++];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/libtransmission/
H A Dcache.c124 /* Calculte runs
125 * - Stale runs, runs sitting in cache for a long time or runs not growing, get priority.
126 * Returns number of runs.
129 calcRuns( tr_cache * cache, struct run_info * runs )
135 for( pos = 0; pos < n; pos += runs[i++].len )
137 int rank = getBlockRun( cache, pos, &runs[i] );
141 rank += ( now - runs[i].last_block_time ) / 32;
146 rank |= runs[
192 flushRuns( tr_cache * cache, struct run_info * runs, int n ) argument
217 struct run_info * runs = tr_new( struct run_info, tr_ptrArraySize( &cache->blocks ) ); local
400 struct run_info * runs = tr_new( struct run_info, tr_ptrArraySize( &cache->blocks ) ); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test_micro/
H A Dreport67 # release, average, runs, percent, standard deviation
68 read rel avg runs percent rsd
73 # echo "read: rel $rel, avg $avg, runs $runs, percent $percent, rsd $rsd" > /dev/stderr
95 echo -n ", $rsd rsd, $runs runs"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dwxmgl.tex6 part of wxWidgets. MGL itself runs on a variety of platforms
9 Note that currently MGL for Linux runs only on x86-based systems.
H A Dhelpinst.tex110 If the help viewer is not running, runs it and displays the file at the given block number.
126 If the help viewer is not running, runs it and displays the
141 If the help viewer is not running, runs it and displays the given section.
151 If the help viewer is not running, runs it and displays the given section.
203 If the help viewer is not running, runs it, and searches for sections matching
221 If the help viewer is not running, runs it and loads the given file.
H A Dcppconst.tex56 and the former may run under OS 9 while the latter only runs under OS X.
H A Dhthelpct.tex152 Looking for the page runs in these steps:
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dnetwork.c219 int runs = timeout / POLLING_TIME; local
228 } while (timeout <= 0 || runs-- > 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dbw-qcam.c177 int runs = 0; local
188 if (runs++ > maxpoll)
190 if (runs > (maxpoll + 1000)) /* 5 seconds */
202 if (runs++ > maxpoll)
204 if (runs++ > (maxpoll + 1000)) /* 5 seconds */
220 int runs = 0; local
231 if (runs++ > maxpoll)
233 if (runs++ > (maxpoll + 1000)) /* 5 seconds */
/netgear-R7000-V1.0.7.12_1.2.5/src/makefiles/
H A DRelPath.mk46 # --relpath(): This function runs the output of ----relpath() through
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dpango_x.cpp113 GSList *tmp_list = line->runs;
H A Dpangox11.cpp96 GSList *tmp_list = line->runs;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/cs46xx/imgs/
H A Dcwcdma.asp21 // This code runs inside the DSP (cs4610, cs4612, cs4624, or cs4630),

Completed in 333 milliseconds

1234