Searched refs:im (Results 1 - 25 of 33) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_map.c47 struct idxmap *im, **imp; local
64 for (imp=&idxmap[h]; (im=*imp)!=NULL; imp = &im->next)
65 if (im->index == ifi->ifi_index)
68 if (im == NULL) {
69 im = malloc(sizeof(*im));
70 if (im == NULL)
72 im->next = *imp;
73 im
95 struct idxmap *im; local
116 struct idxmap *im; local
128 struct idxmap *im; local
143 struct idxmap *im; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dll_map.c34 struct idxmap *im; local
36 for (im = idxmap[idx & 0xF]; im; im = im->next)
37 if (im->index == idx)
38 return im;
46 struct idxmap *im, **imp; local
62 for (imp = &idxmap[h]; (im = *imp) != NULL; imp = &im
89 struct idxmap *im; local
111 struct idxmap *im; local
124 struct idxmap *im; local
144 struct idxmap *im; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/nfs/
H A Didmap.c225 struct idmap_msg *im; local
230 im = &idmap->idmap_im;
256 memset(im, 0, sizeof(*im));
257 memcpy(im->im_name, name, namelen);
259 im->im_type = h->h_type;
260 im->im_conv = IDMAP_CONV_NAMETOID;
263 msg.data = im;
264 msg.len = sizeof(*im);
279 if (im
299 struct idmap_msg *im; local
382 struct idmap_msg im_in, *im = &idmap->idmap_im; local
461 struct idmap_msg *im = msg->data; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Digmp.c142 static void igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im);
152 static void ip_ma_put(struct ip_mc_list *im) argument
154 if (atomic_dec_and_test(&im->refcnt)) {
155 in_dev_put(im->interface);
156 kfree(im);
166 static __inline__ void igmp_stop_timer(struct ip_mc_list *im) argument
168 spin_lock_bh(&im->lock);
169 if (del_timer(&im->timer))
170 atomic_dec(&im->refcnt);
171 im
178 igmp_start_timer(struct ip_mc_list *im, int max_delay) argument
204 igmp_mod_timer(struct ip_mc_list *im, int max_delay) argument
755 struct ip_mc_list *im=(struct ip_mc_list *)data; local
841 struct ip_mc_list *im; local
863 struct ip_mc_list *im; local
1054 igmpv3_add_delrec(struct in_device *in_dev, struct ip_mc_list *im) argument
1153 igmp_group_dropped(struct ip_mc_list *im) argument
1195 igmp_group_added(struct ip_mc_list *im) argument
1236 struct ip_mc_list *im; local
1292 ip_mc_rejoin_group(struct ip_mc_list *im) argument
2290 struct ip_mc_list *im; local
2330 struct ip_mc_list *im = NULL; local
2351 igmp_mc_get_next(struct seq_file *seq, struct ip_mc_list *im) argument
2376 struct ip_mc_list *im = igmp_mc_get_first(seq); local
2391 struct ip_mc_list *im; local
2418 struct ip_mc_list *im = (struct ip_mc_list *)v; local
2483 struct ip_mc_list *im; member in struct:igmp_mcf_iter_state
2491 struct ip_mc_list *im = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfft.c139 s->exptab[i].im = s1;
154 q->re = -s->exptab[l].im;
155 q->im = s->exptab[l].re;
157 q->re = -s->exptab[l + nblocks].im;
158 q->im = s->exptab[l + nblocks].re;
227 BF(a3.im, a1.im, a1.im, t3);\
230 BF(a2.im, a0.im, a
[all...]
H A Drdft.c101 od.im = -k2*(data[i1 ]-data[i2 ]);
102 ev.im = k1*(data[i1+1]-data[i2+1]);
105 data[i1 ] = ev.re + od.re*tcos[i] - od.im*tsin[i];
106 data[i1+1] = ev.im + od.im*tcos[i] + od.re*tsin[i];
107 data[i2 ] = ev.re - od.re*tcos[i] + od.im*tsin[i];
108 data[i2+1] = -ev.im + od.im*tcos[i] + od.re*tsin[i];
H A Dmdct.c138 CMUL(z[j].re, z[j].im, *in2, *in1, tcos[k], tsin[k]);
148 CMUL(r0, i1, z[n8-k-1].im, z[n8-k-1].re, tsin[n8-k-1], tcos[n8-k-1]);
149 CMUL(r1, i0, z[n8+k ].im, z[n8+k ].re, tsin[n8+k ], tcos[n8+k ]);
151 z[n8-k-1].im = i0;
153 z[n8+k ].im = i1;
185 FFTSample re, im; local
200 im = -input[n4+2*i] + input[n4-1-2*i];
202 CMUL(x[j].re, x[j].im, re, im, -tcos[i], tsin[i]);
205 im
[all...]
H A Dac3enc.c88 short re,im; member in struct:IComplex
150 BF(p[0].re, p[0].im, p[1].re, p[1].im,
151 p[0].re, p[0].im, p[1].re, p[1].im);
160 BF(p[0].re, p[0].im, p[2].re, p[2].im,
161 p[0].re, p[0].im, p[2].re, p[2].im);
162 BF(p[1].re, p[1].im,
200 int i, re, im, re1, im1; local
[all...]
H A Dfft-test.c63 exptab[i].im = s1;
83 s = -exptab[k - n2].im;
86 s = exptab[k].im;
88 CMAC(tmp_re, tmp_im, c, s, q->re, q->im);
92 tabr[i].im = tmp_im;
239 tab1[i].im = frandom();
H A Dqdm2.c102 float im; member in struct:__anon556
142 int fft_frame_size; ///< size of fft frame, in components (1 comples = re + im)
1501 c.im = level * sin(tone->phase*iscale);
1506 tone->complex[0].im += c.im;
1508 tone->complex[1].im -= c.im;
1519 tone->complex[fft_cutoff_index_table[tone->cutoff][i]].im += c.im *((tone->cutoff <= i) ? -f[i] : f[i]);
1523 tone->complex[i].im
[all...]
H A Dimc.c553 float re, im; local
559 q->samples[i].im = (q->pre_coef2[i] * q->CWdecoded[COEFFS-1-i*2]) -
569 re = (q->samples[i].re * q->post_cos[i]) + (-q->samples[i].im * q->post_sin[i]);
570 im = (-q->samples[i].im * q->post_cos[i]) - (q->samples[i].re * q->post_sin[i]);
573 q->last_fft_im[i] = im;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Danycast.c418 struct ifacaddr6 *im = NULL; local
428 im = idev->ac_list;
429 if (im) {
436 return im;
439 static struct ifacaddr6 *ac6_get_next(struct seq_file *seq, struct ifacaddr6 *im) argument
443 im = im->aca_next;
444 while (!im) {
458 im = state->idev->ac_list;
460 return im;
465 struct ifacaddr6 *im = ac6_get_first(seq); local
480 struct ifacaddr6 *im; local
498 struct ifacaddr6 *im = (struct ifacaddr6 *)v; local
[all...]
H A Dmcast.c768 static void mld_add_delrec(struct inet6_dev *idev, struct ifmcaddr6 *im) argument
782 spin_lock_bh(&im->mca_lock);
784 pmc->idev = im->idev;
786 pmc->mca_addr = im->mca_addr;
788 pmc->mca_sfmode = im->mca_sfmode;
792 pmc->mca_tomb = im->mca_tomb;
793 pmc->mca_sources = im->mca_sources;
794 im->mca_tomb = im->mca_sources = NULL;
798 spin_unlock_bh(&im
2347 struct ifmcaddr6 *im = NULL; local
2368 igmp6_mc_get_next(struct seq_file *seq, struct ifmcaddr6 *im) argument
2394 struct ifmcaddr6 *im = igmp6_mc_get_first(seq); local
2409 struct ifmcaddr6 *im; local
2429 struct ifmcaddr6 *im = (struct ifmcaddr6 *)v; local
2482 struct ifmcaddr6 *im; member in struct:igmp6_mcf_iter_state
2490 struct ifmcaddr6 *im = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ieee1394/
H A Ddv1394-private.h149 static inline void fill_input_more(struct input_more *im, argument
162 im->q[0] = cpu_to_le32(temp);
163 im->q[1] = cpu_to_le32(data_phys_addr);
164 im->q[2] = 0; /* branchAddress and Z not use in packet-per-buffer mode */
165 im->q[3] = 0; /* xferStatus & resCount, resCount must be initialize to data_size */
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-iop3xx.c372 int im = 0; local
380 for (im = 0; ret == 0 && im != num; im++) {
381 ret = iop3xx_i2c_handle_msg(i2c_adap, &msgs[im]);
389 return im;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A Damba-pl011.c73 unsigned int im; /* interrupt mask */ member in struct:uart_amba_port
81 uap->im &= ~UART011_TXIM;
82 writew(uap->im, uap->port.membase + UART011_IMSC);
89 uap->im |= UART011_TXIM;
90 writew(uap->im, uap->port.membase + UART011_IMSC);
97 uap->im &= ~(UART011_RXIM|UART011_RTIM|UART011_FEIM|
99 writew(uap->im, uap->port.membase + UART011_IMSC);
106 uap->im |= UART011_RIMIM|UART011_CTSMIM|UART011_DCDMIM|UART011_DSRMIM;
107 writew(uap->im, uap->port.membase + UART011_IMSC);
366 uap->im
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/input/serio/
H A Dhp_sdc.c392 hp_sdc_status_out8(hp_sdc.im | HP_SDC_CMD_SET_IM);
663 hp_sdc.im &= ~HP_SDC_IM_FH;
664 hp_sdc.im &= ~HP_SDC_IM_PT;
665 hp_sdc.im &= ~HP_SDC_IM_TIMERS;
686 hp_sdc.im &= ~(HP_SDC_IM_HIL | HP_SDC_IM_RESET);
708 hp_sdc.im &= ~(HP_SDC_IM_HIL | HP_SDC_IM_RESET);
728 hp_sdc.im |= HP_SDC_IM_TIMERS;
729 hp_sdc.im |= HP_SDC_IM_FH;
730 hp_sdc.im |= HP_SDC_IM_PT;
750 hp_sdc.im |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sunrpc/
H A Dsvcauth_unix.c95 struct ip_map *im = container_of(item, struct ip_map,h); local
99 auth_domain_put(&im->m_client->h);
100 kfree(im);
152 struct ip_map *im = container_of(h, struct ip_map, h); local
153 __be32 addr = im->m_addr.s_addr;
161 qword_add(bpp, blen, im->m_class);
239 struct ip_map *im; local
247 im = container_of(h, struct ip_map, h);
249 addr = im->m_addr;
253 dom = im
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/x86/
H A Dfft_3dn2.c52 FFSWAP(FFTSample, z[i].im, z[i+1].re);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dsmtc.c1056 int im; local
1083 for (im = 0; im < 8; im++)
1084 imstuckcount[vpe][im] = 0;
1106 im = read_c0_status();
1114 if (!(im & (0x100 << bit)))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ali5451/
H A Dali5451.c1935 struct snd_ali_image *im; local
1938 im = chip->image;
1939 if (!im)
1950 im->regs[ALI_MISCINT >> 2] = inl(ALI_REG(chip, ALI_MISCINT));
1951 /* im->regs[ALI_START >> 2] = inl(ALI_REG(chip, ALI_START)); */
1952 im->regs[ALI_STOP >> 2] = inl(ALI_REG(chip, ALI_STOP));
1960 im->regs[i] = inl(ALI_REG(chip, i*4));
1966 im->channel_regs[i][j] = inl(ALI_REG(chip, j*4 + 0xe0));
1984 struct snd_ali_image *im; local
1987 im
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/include/ctf/
H A Dhndctf.h65 #define ctf_ipc_delete_multi(ci, i, im, v6) \
66 (CTF_ENAB(ci) ? (ci)->fn.ipc_delete_multi(ci, i, im, v6) : BCME_OK)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dhp_sdc.h270 uint8_t im; /* Interrupt mask */ member in struct:__anon9843
H A Digmp.h242 extern void ip_mc_rejoin_group(struct ip_mc_list *im);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dkernel_socket.c724 } im;
771 ifm_read (&buf.im.ifm);
720 } im; member in union:__anon3139

Completed in 232 milliseconds

12