Searched refs:ix (Results 1 - 25 of 54) sorted by relevance

123

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/math-emu/
H A Dsp_sqrt.c32 int ix, s, q, m, t, i; local
71 ix = x.bits;
74 m = (ix >> 23);
76 for (i = 0; (ix & 0x00800000) == 0; i++)
77 ix <<= 1;
81 ix = (ix & 0x007fffff) | 0x00800000;
83 ix += ix;
87 ix
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dfortunet.c187 int ix,iy; local
188 for(iy=ix=0;ix<MAX_NUM_REGIONS;ix++)
190 if(map_regions_parts[ix]&&(!map_regions_set[ix]))
193 ix);
194 memset(&map_regions[ix],0,sizeof(map_regions[ix]));
195 memcpy(&map_regions[ix]
258 int ix; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/instr/
H A Dainstr_fm.c36 struct fm_xinstrument ix; local
42 if (len < (long)sizeof(ix))
44 if (copy_from_user(&ix, instr_data, sizeof(ix)))
46 if (ix.stype != FM_STRU_INSTR)
49 ip->share_id[0] = le32_to_cpu(ix.share_id[0]);
50 ip->share_id[1] = le32_to_cpu(ix.share_id[1]);
51 ip->share_id[2] = le32_to_cpu(ix.share_id[2]);
52 ip->share_id[3] = le32_to_cpu(ix.share_id[3]);
53 ip->type = ix
79 struct fm_xinstrument ix; local
[all...]
H A Dainstr_simple.c58 struct simple_xinstrument ix; local
67 if (len < (long)sizeof(ix))
69 if (copy_from_user(&ix, instr_data, sizeof(ix)))
71 if (ix.stype != SIMPLE_STRU_INSTR)
73 instr_data += sizeof(ix);
74 len -= sizeof(ix);
76 ip->share_id[0] = le32_to_cpu(ix.share_id[0]);
77 ip->share_id[1] = le32_to_cpu(ix.share_id[1]);
78 ip->share_id[2] = le32_to_cpu(ix
108 struct simple_xinstrument ix; local
[all...]
H A Dainstr_gf1.c145 struct gf1_xinstrument ix; local
153 if (len < (long)sizeof(ix))
155 if (copy_from_user(&ix, instr_data, sizeof(ix)))
157 if (ix.stype != GF1_STRU_INSTR)
159 instr_data += sizeof(ix);
160 len -= sizeof(ix);
162 ip->exclusion = le16_to_cpu(ix.exclusion);
163 ip->exclusion_group = le16_to_cpu(ix.exclusion_group);
164 ip->effect1 = ix
259 struct gf1_xinstrument ix; local
[all...]
H A Dainstr_iw.c234 struct iwffff_xinstrument ix; local
244 if (len < (long)sizeof(ix))
246 if (copy_from_user(&ix, instr_data, sizeof(ix)))
248 if (ix.stype != IWFFFF_STRU_INSTR)
250 instr_data += sizeof(ix);
251 len -= sizeof(ix);
253 ip->exclusion = le16_to_cpu(ix.exclusion);
254 ip->layer_type = le16_to_cpu(ix.layer_type);
255 ip->exclusion_group = le16_to_cpu(ix
454 struct iwffff_xinstrument ix; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dvt1211.c67 /* Voltages (in) numbered 0-5 (ix) */
68 #define VT1211_REG_IN(ix) (0x21 + (ix))
69 #define VT1211_REG_IN_MIN(ix) ((ix) == 0 ? 0x3e : 0x2a + 2 * (ix))
70 #define VT1211_REG_IN_MAX(ix) ((ix) == 0 ? 0x3d : 0x29 + 2 * (ix))
72 /* Temperatures (temp) numbered 0-6 (ix) */
244 int ix, val; local
340 int ix = sensor_attr_2->index; local
371 int ix = sensor_attr_2->index; local
409 int ix = sensor_attr_2->index; local
440 int ix = sensor_attr_2->index; local
480 int ix = sensor_attr_2->index; local
511 int ix = sensor_attr_2->index; local
573 int ix = sensor_attr_2->index; local
604 int ix = sensor_attr_2->index; local
721 int ix = sensor_attr_2->index; local
735 int ix = sensor_attr_2->index; local
779 int ix = sensor_attr_2->index; local
792 int ix = sensor_attr_2->index; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dscales.h37 } ix; local
38 ix.f = x;
39 ix.i = (ix.i & 0x80000000U) | (0x3f800000U);
40 return ix.f;
48 } ix; local
49 ix.f = *x;
50 ix.i = ix.i&0x7fffffff;
51 return (float)(ix
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dbinoffset.c63 int ix, err, tmp; local
67 for (ix = 0; ix < pat_count; ix++)
68 fprintf (stderr, " pat # %d: [%s]\n", ix, pats[ix]);
71 for (ix = 0; ix < pat_count; ix++) {
73 err = sscanf (pats[ix], "
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dgdb-io.c115 unsigned ix, nix; local
117 ix = gdbstub_rx_inp;
120 nix = (ix + 2) & 0xfff;
124 gdbstub_rx_buffer[ix++] = __UART(LSR);
125 gdbstub_rx_buffer[ix++] = __UART(RX);
126 ix = nix;
129 gdbstub_rx_inp = ix;
142 unsigned ix; local
157 ix = gdbstub_rx_outp;
158 if (ix
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/qnx4/
H A Ddir.c31 int ix, ino; local
46 ix = (int)(filp->f_pos >> QNX4_DIR_ENTRY_SIZE_BITS) % QNX4_INODES_PER_BLOCK;
47 while (ix < QNX4_INODES_PER_BLOCK) {
48 offset = ix * QNX4_DIR_ENTRY_SIZE;
60 ino = blknum * QNX4_INODES_PER_BLOCK + ix - 1;
73 ix++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/misc/
H A Dyealink.c296 int ix, len; local
312 ix = 0;
313 while (size != ix) {
314 len = size - ix;
318 p->offset = cpu_to_be16(ix);
319 memcpy(p->data, &buf[ix], len);
321 ix += len;
331 int i, ix, len; local
333 ix = yld->stat_ix;
341 if (ix >
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/shell/
H A Dlash.c687 static char * strsep_space(char *string, int * ix) argument
690 if (!string || ! string[*ix])
694 while (string[*ix] && !isspace(string[*ix]) ) {
695 (*ix)++;
700 while (string[*ix] && (isspace)(string[*ix]) ) {
701 (*ix)++;
704 if (!*ix) {
709 return xstrndup(string, *ix);
716 int total_length = 0, length, i, retval, ix = 0; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxmlstring.c775 int ix; local
788 for (ix = 0; (c = utf[ix]);) { /* string is 0-terminated */
790 ix++;
792 if ((utf[ix+1] & 0xc0 ) != 0x80)
794 ix += 2;
796 if (((utf[ix+1] & 0xc0) != 0x80) ||
797 ((utf[ix+2] & 0xc0) != 0x80))
799 ix += 3;
801 if (((utf[ix
[all...]
H A Duri.c2134 int ix; local
2218 for (ix = 0; bptr[ix] != 0; ix++) {
2219 if (bptr[ix] == '/')
2246 ix = pos;
2247 if ((ref->path[ix] == '/') && (ix > 0))
2248 ix--;
2249 else if ((ref->path[ix]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxmlstring.c775 int ix; local
788 for (ix = 0; (c = utf[ix]);) { /* string is 0-terminated */
790 ix++;
792 if ((utf[ix+1] & 0xc0 ) != 0x80)
794 ix += 2;
796 if (((utf[ix+1] & 0xc0) != 0x80) ||
797 ((utf[ix+2] & 0xc0) != 0x80))
799 ix += 3;
801 if (((utf[ix
[all...]
H A Duri.c2227 int ix; local
2312 for (ix = 0; bptr[ix] != 0; ix++) {
2313 if (bptr[ix] == '/')
2340 ix = pos;
2341 if ((ref->path[ix] == '/') && (ix > 0))
2342 ix--;
2343 else if ((ref->path[ix]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxmlstring.c775 int ix; local
788 for (ix = 0; (c = utf[ix]);) { /* string is 0-terminated */
790 ix++;
792 if ((utf[ix+1] & 0xc0 ) != 0x80)
794 ix += 2;
796 if (((utf[ix+1] & 0xc0) != 0x80) ||
797 ((utf[ix+2] & 0xc0) != 0x80))
799 ix += 3;
801 if (((utf[ix
[all...]
H A Duri.c2134 int ix; local
2218 for (ix = 0; bptr[ix] != 0; ix++) {
2219 if (bptr[ix] == '/')
2246 ix = pos;
2247 if ((ref->path[ix] == '/') && (ix > 0))
2248 ix--;
2249 else if ((ref->path[ix]
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/coreutils/
H A Dtr.c153 int i, j, ix; local
156 ix = 0;
162 conv[ix++] = i & ASCII;
164 memcpy(buffer, conv, ix);
165 return ix;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hpfs/
H A Dhpfs.h186 unsigned short ix; /* index */ member in struct:code_page_directory::__anon7454
210 to start of c_p_data[ix] */
212 unsigned short ix; /* index */ member in struct:code_page_data::__anon7455
299 unsigned char ix; /* code page index (of filename), see member in struct:hpfs_dirent
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dlibata-acpi.c524 int ix; local
547 for (ix = 0; ix < gtf_count; ix++) {
549 (gtf_address + ix * REGS_PER_GTF);
568 int ix; local
584 for (ix = 0; ix < ATA_MAX_DEVICES; ix++) {
585 struct ata_device *dev = &ap->device[ix];
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/char/
H A Dcon3215.c185 int len, count, ix, lines; local
210 ix = req->start;
211 while (lines < RAW3215_MAX_NEWLINE && ix != raw->head) {
212 if (raw->buffer[ix] == 0x15)
214 ix = (ix + 1) & (RAW3215_BUFFER_SIZE - 1);
216 len = ((ix - 1 - req->start) & (RAW3215_BUFFER_SIZE - 1)) + 1;
223 req->delayable = (ix == raw->head) && (len < RAW3215_MIN_WRITE);
225 ix = req->start;
232 (__u32) __pa(raw->buffer + ix);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/core/
H A Ddevices.c157 int ix; local
159 for (ix = 0; clas_info[ix].class != -1; ix++)
160 if (clas_info[ix].class == class)
162 return clas_info[ix].class_name;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/perl/DB_File/t/
H A Ddb-recno.t1088 for my $ix ( 0 .. 2 )
1090 my $key = $ix . "data" ;
1091 my $value = "value$ix" ;
1101 for my $ix ( 3 .. 5 )
1103 my $key = $ix . "data" ;
1104 my $value = "value$ix" ;
1105 $remember{$ix} = $value ;
1106 $db->put($ix, substr($value,0)) ;
1115 for my $ix ( 6 .. 8 )
1117 my $key = $ix
[all...]

Completed in 203 milliseconds

123