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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavutil/
H A Deval.c131 double (*func0)(double); member in union:AVExpr::__anon2303
143 case e_func0: return e->value * e->a.func0(eval_expr(p, e->param[0]));
260 if (strmatch(next, "sinh" )) d->a.func0 = sinh;
261 else if (strmatch(next, "cosh" )) d->a.func0 = cosh;
262 else if (strmatch(next, "tanh" )) d->a.func0 = tanh;
263 else if (strmatch(next, "sin" )) d->a.func0 = sin;
264 else if (strmatch(next, "cos" )) d->a.func0 = cos;
265 else if (strmatch(next, "tan" )) d->a.func0 = tan;
266 else if (strmatch(next, "atan" )) d->a.func0 = atan;
267 else if (strmatch(next, "asin" )) d->a.func0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Deval.c155 double (*func0)(double); member in union:AVExpr::__anon3680
173 case e_func0: return e->value * e->a.func0(eval_expr(p, e->param[0]));
394 if (strmatch(next, "sinh" )) d->a.func0 = sinh;
395 else if (strmatch(next, "cosh" )) d->a.func0 = cosh;
396 else if (strmatch(next, "tanh" )) d->a.func0 = tanh;
397 else if (strmatch(next, "sin" )) d->a.func0 = sin;
398 else if (strmatch(next, "cos" )) d->a.func0 = cos;
399 else if (strmatch(next, "tan" )) d->a.func0 = tan;
400 else if (strmatch(next, "atan" )) d->a.func0 = atan;
401 else if (strmatch(next, "asin" )) d->a.func0
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pcmcia/
H A Dti113x.h358 /* irqrouting for func0, probes PCI interrupt and ISA interrupts */
475 /* changes the irq of func1 to match that of func0 */
478 struct pci_dev *func0; local
480 /* find func0 device */
481 func0 = pci_get_slot(socket->dev->bus, socket->dev->devfn & ~0x07);
482 if (!func0)
487 socket->cb_irq = socket->dev->irq = func0->irq;
489 pci_dev_put(func0);
533 * care of in func0 already.
546 /* if IRQs are configured as tied, align irq of func1 with func0 */
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/cxt1e1/
H A Dpmcc4_drv.c609 c4_init (ci_t * ci, u_char *func0, u_char *func1) argument
621 ci->reg = (struct musycc_globalr *) func0;
/netgear-R7000-V1.0.7.12_1.2.5/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 456 milliseconds