Searched refs:zp (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Dsoundfont.c44 struct snd_soundfont *sf, struct snd_sf_zone *zp);
65 static void delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp);
348 struct snd_sf_zone *zp)
350 zp->counter = sflist->zone_counter++;
361 struct snd_sf_zone *zp; local
363 if ((zp = kzalloc(sizeof(*zp), GFP_KERNEL)) == NULL)
365 zp->next = sf->zones;
366 sf->zones = zp;
368 init_voice_info(&zp
347 set_zone_counter(struct snd_sf_list *sflist, struct snd_soundfont *sf, struct snd_sf_zone *zp) argument
425 struct snd_sf_zone *zp, *prevp; local
1187 delete_preset(struct snd_sf_list *sflist, struct snd_sf_zone *zp) argument
1250 struct snd_sf_zone *zp; local
1270 struct snd_sf_zone *zp; local
1350 struct snd_sf_zone *zp, *nextzp; local
1438 struct snd_sf_zone *zp, *nextzp; local
[all...]
H A Demux_synth.c83 struct snd_sf_zone *zp = table[i]; local
84 if (zp && zp->v.exclusiveClass)
85 exclusive_note_off(emu, port, zp->v.exclusiveClass);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Diirfilter.c81 complex zp; local
83 zp = cexp(I*th) * wa;
84 zp = (zp + 2.0) / (zp - 2.0);
87 p[j] = zp*p[j] + p[j - 1];
88 p[0] *= zp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dnc_bloaty.c514 char *zp = zp; /* gcc */ /* stdin buf ptr */ local
600 zp = bigbuf_in;
631 rr = findline(zp, rzleft);
634 rr = write(netfd, zp, rr); /* one line, or the whole buffer */
637 oprint('>', zp, rr); /* log what got sent */
638 zp += rr;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/hisax/
H A Dhfc_pci.c279 z_type *zp; local
283 zp = &bz->za[bz->f2]; /* point to Z-Regs */
284 new_z2 = zp->z2 + count; /* new position in fifo */
289 (*(bdata + (zp->z1 - B_SUB_VAL)))) {
305 if (zp->z2 + count <= B_FIFO_SIZE + B_SUB_VAL)
308 maxlen = B_FIFO_SIZE + B_SUB_VAL - zp->z2; /* maximum */
310 ptr1 = bdata + (zp->z2 - B_SUB_VAL); /* start of data */
339 z_type *zp; local
347 zp = &df->za[df->f2 & D_FREG_MASK];
348 rcnt = zp
460 z_type *zp; local
840 z_type *zp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/tools/misc/
H A Depi_ttcp.c494 static int gettimeofday(struct timeval *tp, struct timezone *zp);
2190 gettimeofday(struct timeval *tp, struct timezone *zp) argument

Completed in 86 milliseconds