Searched refs:step (Results 176 - 200 of 472) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/frontends/
H A Ddib0070.c64 s8 step; member in struct:dib0070_state
152 state->step = state->captrim = state->fcaptrim = 64;
158 state->step /= 2;
185 state->captrim += (step_sign * state->step);
187 if (state->step >= 1)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/m5602/
H A Dm5602_s5k83a.c56 .step = 0x01,
72 .step = 0x01,
87 .step = 0x01,
102 .step = 1,
116 .step = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/gspca/
H A Dspca1528.c65 .step = 1,
79 .step = 1,
93 .step = 1,
107 .step = 1,
121 .step = 1,
H A Dt613.c106 .step = 1,
120 .step = 1,
134 .step = 1,
150 .step = 1,
165 .step = 1,
179 .step = 1,
193 .step = 1,
207 .step = 1,
221 .step = 1,
235 .step
[all...]
H A Dmr97310a.c134 .step = 1,
149 .step = 1,
164 .step = 1,
179 .step = 1,
194 .step = 1,
209 .step = 1,
224 .step = 1,
H A Dspca561.c939 .step = 1,
952 .step = 1,
965 .step = 1,
981 .step = 1,
994 .step = 1,
1007 .step = 1,
1020 .step = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Dmt9v011.c35 .step = 1,
44 .step = 1,
53 .step = 1,
62 .step = 1,
71 .step = 1,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c236 print_fixed(unsigned base, unsigned step, const mtrr_type *types) argument
240 for (i = 0; i < 8; ++i, ++types, base += step) {
242 update_fixed_last(base, base + step, *types);
246 last_fixed_end = base + step;
251 update_fixed_last(base, base + step, *types);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_compat.c157 u32 step; member in struct:snd_pcm_channel_info32
169 get_user(info.step, &src->step))
177 put_user(info.step, &src->step))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl548 { my $step=0;
603 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[0]
608 &Camellia_Feistel($step++);
609 &Camellia_Feistel($step++);
619 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[4]
624 &Camellia_Feistel($step++);
625 &Camellia_Feistel($step++);
670 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[8]
675 &Camellia_Feistel($step++);
676 &Camellia_Feistel($step
[all...]
H A Dcmll-x86_64.pl398 { my $step=0;
462 &Camellia_Feistel($step++);
463 &Camellia_Feistel($step++);
470 &Camellia_Feistel($step++);
471 &Camellia_Feistel($step++);
521 &Camellia_Feistel($step++);
522 &Camellia_Feistel($step++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/camellia/asm/
H A Dcmll-x86.pl548 { my $step=0;
603 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[0]
608 &Camellia_Feistel($step++);
609 &Camellia_Feistel($step++);
619 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[4]
624 &Camellia_Feistel($step++);
625 &Camellia_Feistel($step++);
670 &mov ($idx,&DWP($step*8,$key)); # prefetch SIGMA[8]
675 &Camellia_Feistel($step++);
676 &Camellia_Feistel($step
[all...]
H A Dcmll-x86_64.pl398 { my $step=0;
462 &Camellia_Feistel($step++);
463 &Camellia_Feistel($step++);
470 &Camellia_Feistel($step++);
471 &Camellia_Feistel($step++);
521 &Camellia_Feistel($step++);
522 &Camellia_Feistel($step++);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Don2avc.c316 int step, int order0, int order1, const double * const *tabs)
333 src2 = src + (dst_len - tab_step) / step + 1 + order0;
343 const double *tab, int tab_len, int step,
350 steps = (src2_len - tab_len) / step + 1;
351 pretwiddle(src1, src2, src2_len, tab_len, step, order0, order1, tabs);
368 mask = pos + step;
409 const float *t2, const float *t3, int len, int step)
418 tmp = step;
428 hoff = 2 * step * (len4 >> 1);
431 k = 2 * step;
315 pretwiddle(float *src, float *dst, int dst_len, int tab_step, int step, int order0, int order1, const double * const *tabs) argument
342 twiddle(float *src1, float *src2, int src2_len, const double *tab, int tab_len, int step, int order0, int order1, const double * const *tabs) argument
407 combine_fft(float *s0, float *s1, float *s2, float *s3, float *dst, const float *t0, const float *t1, const float *t2, const float *t3, int len, int step) argument
[all...]
H A Dfft_template.c227 int nbits, i, n, num_transforms, offset, step; local
316 step = 1 << ((MAX_LOG2_NFFT-4) - 4);
342 w_re_ptr = w_tab_sr + step;
343 w_im_ptr = w_tab_sr + MAX_FFT_SIZE/(4*16) - step;
375 w_re_ptr += step;
376 w_im_ptr -= step;
379 step >>= 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/doc/
H A D08-residue.tex364 1) [step] = [n] / [codebook_dimensions]
365 2) iterate [i] over the range 0 ... [step]-1 {
370 5) vector [v] element ([offset]+[i]+[j]*[step]) =
371 vector [v] element ([offset]+[i]+[j]*[step]) +
410 6) if ( [i] is less than [n] ) continue at step 2
418 Format 2 is reducible to format 1. It may be implemented as an additional step prior to and an additional post-decode step after a normal format 1 decode.
429 \item If all vectors 0 through \emph{ch}-1 are marked 'do not decode', allocate and clear a single vector \varname{[v]}of length \emph{ch*n} and skip step 2 below; proceed directly to the post-decode step.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/cxgb4/
H A Dcm.c1354 int step; local
1385 step = dev->rdev.lldi.ntxq / dev->rdev.lldi.nchan;
1386 txq_idx = cxgb4_port_idx(pdev) * step;
1388 step = dev->rdev.lldi.nrxq / dev->rdev.lldi.nchan;
1389 rss_qid = dev->rdev.lldi.rxq_ids[cxgb4_port_idx(pdev) * step];
1397 step = dev->rdev.lldi.ntxq / dev->rdev.lldi.nchan;
1398 txq_idx = cxgb4_port_idx(dst->neighbour->dev) * step;
1400 step = dev->rdev.lldi.nrxq / dev->rdev.lldi.nchan;
1402 cxgb4_port_idx(dst->neighbour->dev) * step];
1882 int step; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davf_showcqt.c596 int step = inlink->sample_rate / (s->fps * s->count); local
608 for (x = 0; x < (fft_len-step); x++)
609 s->fft_data[x] = s->fft_data[x+step];
610 s->remaining_fill += step;
633 for (m = 0; m < fft_len-step; m++)
634 s->fft_data[m] = s->fft_data[m+step];
635 s->remaining_fill = step;
H A Dvf_lut3d.c64 int step; member in struct:LUT3DContext
210 const int step = lut3d->step; \
224 for (x = 0; x < in->width * step; x += step) { \
232 if (!direct && step == 4) \
493 lut3d->step = av_get_padded_bits_per_pixel(desc) >> (3 + is16bit);
645 const int step = lut3d->clut_step; local
656 (data + y*linesize + x*step); \
H A Dvf_histogram.c47 int step; member in struct:HistogramContext
66 { "step", "set waveform step value", OFFSET(step), AV_OPT_TYPE_INT, {.i64=10}, 1, 255, FLAGS},
303 gen_waveform(h, in, out, k, h->step, offset, h->waveform_mode);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/block/
H A Dswim.c409 static inline int swim_seek(struct swim __iomem *base, int step) argument
411 if (step == 0)
414 if (step < 0) {
416 step = -step;
420 for ( ; step > 0; step--) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/scsi/
H A Dzfcp_erp.c799 act->step = ZFCP_ERP_STEP_PHYS_PORT_CLOSING;
816 switch (erp_action->step) {
839 erp_action->step = ZFCP_ERP_STEP_PORT_CLOSING;
852 erp_action->step = ZFCP_ERP_STEP_PORT_OPENING;
877 switch (act->step) {
916 switch (erp_action->step) {
949 erp_action->step = ZFCP_ERP_STEP_UNIT_CLOSING;
960 erp_action->step = ZFCP_ERP_STEP_UNIT_OPENING;
970 switch (erp_action->step) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Dengine.c100 static int append_buf(char **buf, const char *s, int *size, int step) argument
103 *size = step;
111 *size += step;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cpia2/
H A Dcpia2_v4l.c127 .step = 1,
136 .step = 1,
145 .step = 1,
154 .step = 1,
163 .step = 1,
172 .step = 1,
181 .step = 1,
190 .step = 1,
199 .step = 1,
208 .step
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Dengine.c100 static int append_buf(char **buf, const char *s, int *size, int step) argument
103 *size = step;
111 *size += step;

Completed in 324 milliseconds

1234567891011>>