Searched refs:func0 (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deval.c140 double (*func0)(double); member in union:ff_expr_s::__anon524
151 case e_func0: return e->value * e->a.func0(eval_expr(p, e->param[0]));
250 if( strmatch(next, "sinh" ) ) d->a.func0 = sinh;
251 else if( strmatch(next, "cosh" ) ) d->a.func0 = cosh;
252 else if( strmatch(next, "tanh" ) ) d->a.func0 = tanh;
253 else if( strmatch(next, "sin" ) ) d->a.func0 = sin;
254 else if( strmatch(next, "cos" ) ) d->a.func0 = cos;
255 else if( strmatch(next, "tan" ) ) d->a.func0 = tan;
256 else if( strmatch(next, "atan" ) ) d->a.func0 = atan;
257 else if( strmatch(next, "asin" ) ) d->a.func0
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/pcmcia/
H A Dti113x.h325 /* irqrouting for func0, probes PCI interrupt and ISA interrupts */
441 /* changes the irq of func1 to match that of func0 */
444 struct pci_dev *func0; local
446 /* find func0 device */
447 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07);
448 if (!func0)
453 socket->cb_irq = socket->dev->irq = func0->irq;
455 pci_dev_put(func0);
499 * care of in func0 already.
511 /* if IRQs are configured as tied, align irq of func1 with func0 */
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/rpc_client/
H A Dgen_client.c781 __dbcl_db_associate(dbp, txnp, sdbp, func0, flags)
785 int (*func0) __P((DB *, const DBT *, const DBT *, DBT *));
801 if (func0 != NULL) {

Completed in 100 milliseconds