Searched refs:tindex (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/macintosh/
H A Dwindfarm_pid.c106 st->index = st->tindex = 0;
111 st->tindex = (st->tindex + 1) % 2;
112 st->temps[st->tindex] = new_temp;
126 deriv = st->temps[st->tindex] -
127 st->temps[(st->tindex + 2 - 1) % 2];
H A Dwindfarm_pid.h73 int tindex; /* index of current temp */ member in struct:wf_cpu_pid_state
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dwmaenc.c266 int run, tindex; local
268 tindex = (ch == 1 && s->ms_stereo);
278 if(abs_level <= s->coef_vlcs[tindex]->max_level){
279 if(run < s->coef_vlcs[tindex]->levels[abs_level-1])
280 code= run + s->int_table[tindex][abs_level-1];
283 assert(code < s->coef_vlcs[tindex]->n);
284 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[code], s->coef_vlcs[tindex]->huffcodes[code]);
304 put_bits(&s->pb, s->coef_vlcs[tindex]->huffbits[1], s->coef_vlcs[tindex]
[all...]
H A Dwmadec.c489 int level, run, sign, tindex; local
495 tindex = (ch == 1 && s->ms_stereo);
496 coef_vlc = &s->coef_vlc[tindex];
497 run_table = s->run_table[tindex];
498 level_table = s->level_table[tindex];
H A Dmpegaudiodec.c2112 int tindex, tindex2, slen[4], sl, sf; local
2116 tindex = g->switch_point ? 2 : 1;
2118 tindex = 0;
2151 n = lsf_nsf_table[tindex2][tindex][k];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx_old/
H A Daic7xxx_proc.c90 unsigned char tindex; local
263 tindex = sdptr->channel << 3 | sdptr->id;
304 p->user[tindex].period,
305 p->user[tindex].offset,
306 p->user[tindex].width,
307 p->user[tindex].options);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/xfs/linux-2.6/
H A Dxfs_aops.c621 pgoff_t tindex, tlast, tloff; local
634 tindex = startpage->index + 1;
640 while (!done && tindex <= tloff) {
641 unsigned len = min_t(pgoff_t, PAGEVEC_SIZE, tlast - tindex + 1);
643 if (!pagevec_lookup(&pvec, inode->i_mapping, tindex, len))
650 if (tindex == tlast) {
660 if (page->index == tindex && !TestSetPageLocked(page)) {
671 tindex++;
726 loff_t tindex,
742 if (page->index != tindex)
723 xfs_convert_page( struct inode *inode, struct page *page, loff_t tindex, xfs_iomap_t *mp, xfs_ioend_t **ioendp, struct writeback_control *wbc, int startio, int all_bh) argument
857 xfs_cluster_write( struct inode *inode, pgoff_t tindex, xfs_iomap_t *iomapp, xfs_ioend_t **ioendp, struct writeback_control *wbc, int startio, int all_bh, pgoff_t tlast) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Ddfa.c1104 dfa->tindex);
1107 dfa->multibyte_prop[dfa->tindex] = ((dfa->nmbcsets - 1) << 2) + 3;
1109 dfa->multibyte_prop[dfa->tindex]
1116 dfa->multibyte_prop[dfa->tindex] = 3;
1120 REALLOC_IF_NECESSARY(dfa->tokens, token, dfa->talloc, dfa->tindex);
1121 dfa->tokens[dfa->tindex++] = t;
1243 nsubtoks (int tindex) argument
1247 switch (dfa->tokens[tindex - 1])
1254 return 1 + nsubtoks(tindex - 1);
1258 ntoks1 = nsubtoks(tindex
1265 copytoks(int tindex, int ntokens) argument
1276 int tindex, ntokens, i; local
[all...]
H A Ddfa.h277 int tindex; /* Index for adding new tokens. */ member in struct:dfa
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daic7xxx_old.c2060 unsigned char tindex; local
2065 tindex = target | (channel << 3);
2066 target_mask = 0x01 << tindex;
2084 scsirate = aic_inb(p, TARG_SCSIRATE + tindex);
2107 aic_outb(p, offset, TARG_OFFSET + tindex);
2139 aic_outb(p, scsirate, TARG_SCSIRATE + tindex);
2173 p->user[tindex].period = period;
2174 p->user[tindex].offset = offset;
2175 p->user[tindex].options = options;
2190 unsigned char tindex; local
2681 int tindex = TARGET_INDEX(cmd); local
3889 unsigned char tindex = target; local
3919 unsigned char target, lun, tindex; local
4887 unsigned char target_scsirate, tindex; local
6218 unsigned char scb_index, tindex; local
6477 unsigned char tindex; local
6610 unsigned char tindex; local
10063 unsigned char tindex = TARGET_INDEX(cmd); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/test/
H A Dtest.tcl631 set tindex [lsearch $test_names(rep) $starttest]
632 if { $tindex == -1 } {
633 set tindex 0
635 set rlist [lrange $test_names(rep) $tindex end]
668 set tindex [lsearch $test_names(rep) $starttest]
669 if { $tindex == -1 } {
670 set tindex 0
672 set rlist [lrange $test_names(rep) $tindex end]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aacraid/
H A Daachba.c697 static void setinqstr(struct aac_dev *dev, void *data, int tindex) argument
735 if (tindex < ARRAY_SIZE(container_types)){
742 if (((findit - str->pid) + strlen(container_types[tindex]))
744 inqstrcpy (container_types[tindex], findit + 1);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/build-aux/
H A Dtexinfo.tex4248 % @tindex whatever
4340 \def\tindex {\tpindex}
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dtexinfo.tex4490 % @tindex whatever
4582 \def\tindex {\tpindex}

Completed in 247 milliseconds