Searched refs:curr_pos (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/echo/
H A Dfir.h63 int curr_pos; member in struct:fir16_state_t
75 int curr_pos; member in struct:fir32_state_t
86 int curr_pos; member in struct:fir_float_state_t
95 fir->curr_pos = taps - 1;
150 fir->history[fir->curr_pos] = sample;
151 fir->history[fir->curr_pos + fir->taps] = sample;
152 y = dot_asm((int16_t *) fir->coeffs, &fir->history[fir->curr_pos],
159 fir->history[fir->curr_pos] = sample;
161 offset2 = fir->curr_pos;
169 if (fir->curr_pos <
[all...]
H A Decho.h136 int curr_pos; member in struct:oslec_state
H A Decho.c138 offset2 = ec->curr_pos;
209 offset2 = ec->curr_pos;
242 ec->curr_pos = ec->taps - 1;
319 ec->fir_state.curr_pos = ec->taps - 1;
320 ec->fir_state_bg.curr_pos = ec->taps - 1;
324 ec->curr_pos = ec->taps - 1;
408 old = (int)ec->fir_state.history[ec->fir_state.curr_pos] *
409 (int)ec->fir_state.history[ec->fir_state.curr_pos];
593 if (ec->curr_pos <= 0)
594 ec->curr_pos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/vga/
H A Dvgaarb.c828 char *kbuf, *curr_pos; local
843 curr_pos = kbuf;
846 if (strncmp(curr_pos, "lock ", 5) == 0) {
847 curr_pos += 5;
852 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
882 } else if (strncmp(curr_pos, "unlock ", 7) == 0) {
883 curr_pos += 7;
888 if (strncmp(curr_pos, "all", 3) == 0)
892 (curr_pos, remaining, &io_state)) {
932 } else if (strncmp(curr_pos, "tryloc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext3/
H A Ddir.c397 loff_t curr_pos; local
408 curr_pos = hash2pos(fname->hash, fname->minor_hash);
411 fname->name_len, curr_pos,
415 filp->f_pos = curr_pos;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Ddir.c404 loff_t curr_pos; local
416 curr_pos = hash2pos(fname->hash, fname->minor_hash);
419 fname->name_len, curr_pos,
423 filp->f_pos = curr_pos;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DExternalConn.cpp1158 for (CGapList::const_iterator curr_pos = gaplist.begin();
1159 curr_pos != gaplist.end(); ++curr_pos) {
1160 gaps.push_back(curr_pos.start());
1161 gaps.push_back(curr_pos.end());

Completed in 179 milliseconds