Searched refs:spos (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/coreutils/
H A Dcut.c62 int spos; local
67 spos = cut_lists[cl_pos].startpos;
68 while (spos < strlen(line)) {
69 if (!printed[spos]) {
70 printed[spos] = 'X';
71 putchar(line[spos]);
73 spos++;
74 if (spos > cut_lists[cl_pos].endpos
80 spos = cut_lists[cl_pos].startpos;
84 if (linenum < spos || cl_po
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dinit.c490 const char *spos, *src; local
495 spos = src = id;
498 spos = id + 1;
502 spos = src = nid;
505 while (*spos != '\0' && !isalnum(*spos))
506 spos++;
507 if (isdigit(*spos))
509 while (*spos != '\0' && (size_t)(id - card->id) < sizeof(card->id) - 1) {
510 if (isalnum(*spos))
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/ctxfi/
H A Dctdaio.h72 int (*set_spos)(struct dao *dao, unsigned int spos);
74 int (*get_spos)(struct dao *dao, unsigned int *spos);
H A Dcthardware.h150 int (*dao_set_spos)(void *blk, unsigned int spos);
152 int (*dao_get_spos)(void *blk, unsigned int *spos);
H A Dcthw20k1.c773 u16 spos:1; member in struct:dao_dirty::__anon19165
781 unsigned int spos; /* S/PDIF Output Channel Status Register */ member in struct:dao_ctrl_blk
927 static int dao_set_spos(void *blk, unsigned int spos) argument
929 ((struct dao_ctrl_blk *)blk)->spos = spos;
930 ((struct dao_ctrl_blk *)blk)->dirty.bf.spos = 1;
938 if (ctl->dirty.bf.spos) {
941 hw_write_20kx(hw, SPOS+0x4*idx, ctl->spos);
943 ctl->dirty.bf.spos = 0;
949 static int dao_get_spos(void *blk, unsigned int *spos) argument
[all...]
H A Dctdaio.c150 static int dao_spdif_get_spos(struct dao *dao, unsigned int *spos) argument
152 ((struct hw *)dao->hw)->dao_get_spos(dao->ctrl_blk, spos);
156 static int dao_spdif_set_spos(struct dao *dao, unsigned int spos) argument
158 ((struct hw *)dao->hw)->dao_set_spos(dao->ctrl_blk, spos);
H A Dcthw20k2.c909 static int dao_set_spos(void *blk, unsigned int spos) argument
911 ((struct dao_ctrl_blk *)blk)->atxcsl = spos;
932 static int dao_get_spos(void *blk, unsigned int *spos) argument
934 *spos = ((struct dao_ctrl_blk *)blk)->atxcsl;
H A Dctatc.c1075 unsigned int spos = 0; local
1083 spos = IEC958_DEFAULT_CON;
1093 dao->ops->set_spos(dao, spos);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dtgafb.c1062 unsigned long dpos, spos, i, n64; local
1072 spos = (sy + height) * width;
1076 spos -= 64;
1078 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1084 spos = sy * width;
1088 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1092 spos += 64;
1156 unsigned long dpos, spos, dalign, salign, yincr; local
1173 spos = sy * line_length + sx;
1175 salign = spos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Davfilter.c915 const char *spos = strchr(p + 1, ':'); local
916 const int next_token_is_opt = epos && (!spos || epos < spos);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libiptc/
H A Dlibiptc.c1118 int spos; local
1127 spos = *(int *)GET_TARGET(e)->data;
1128 DEBUGP("r=%p, spos=%d'\n", r, spos);
1129 return standard_target_map(spos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iptables-1.4.12.1/libiptc/
H A Dlibiptc.c1601 int spos; local
1611 spos = *(const int *)data;
1612 DEBUGP("r=%p, spos=%d'\n", r, spos);
1613 return standard_target_map(spos);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libiptc/
H A Dlibiptc.c1600 int spos; local
1610 spos = *(const int *)data;
1611 DEBUGP("r=%p, spos=%d'\n", r, spos);
1612 return standard_target_map(spos);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dmegaraid.c1675 struct scsi_pointer* spos = (struct scsi_pointer *)pos; local
1677 cmd = list_entry(spos, Scsi_Cmnd, SCp);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dres_func.S104 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
378 | For cases fabs, fneg, fsmove, and fdmove goto spos (do not normalize)
394 beqs spos
396 spos: label

Completed in 246 milliseconds