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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dinit.c430 char *id, *spos; local
432 id = spos = card->shortname;
435 spos = id + 1;
439 while (*spos != '\0' && !isalnum(*spos))
440 spos++;
441 if (isdigit(*spos))
443 while (*spos != '\0' && (size_t)(id - card->id) < sizeof(card->id) - 1) {
444 if (isalnum(*spos))
445 *id++ = *spos;
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dtgafb.c1067 unsigned long dpos, spos, i, n64; local
1077 spos = (sy + height) * width;
1081 spos -= 64;
1083 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1089 spos = sy * width;
1093 __raw_writel(spos, tga_regs+TGA_COPY64_SRC);
1097 spos += 64;
1161 unsigned long dpos, spos, dalign, salign, yincr; local
1178 spos = sy * line_length + sx;
1180 salign = spos
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/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-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dmegaraid.c1690 struct scsi_pointer* spos = (struct scsi_pointer *)pos; local
1692 cmd = list_entry(spos, Scsi_Cmnd, SCp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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 175 milliseconds