Searched refs:func2 (Results 1 - 7 of 7) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Deval.h36 * @param func2 NULL terminated array of function pointers for functions which take 2 arguments
39 * @param func2_name NULL terminated array of zero terminated strings of func2 identifers
42 * @param opaque a pointer which will be passed to all functions from func1 and func2
47 double (**func2)(void *, double, double), const char **func2_name,
56 * @param func2 NULL terminated array of function pointers for functions which take 2 arguments
59 * @param func2_name NULL terminated array of zero terminated strings of func2 identifers
66 double (**func2)(void *, double, double), const char **func2_name,
71 * @param opaque a pointer which will be passed to all functions from func1 and func2
H A Deval.c54 double (**func2)(void *, double a, double b); // NULL terminated member in struct:Parser
142 double (*func2)(void *, double, double); member in union:ff_expr_s::__anon524
153 case e_func2: return e->value * e->a.func2(p->opaque, eval_expr(p, e->param[0]), eval_expr(p, e->param[1]));
286 d->a.func2 = p->func2[i];
380 double (**func2)(void *, double, double), const char **func2_name,
395 p.func2 = func2;
417 double (**func2)(void *, double, double), const char **func2_name,
419 AVEvalExpr * e = ff_parse(s, const_name, func1, func1_name, func2, func2_nam
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/test/scr028/
H A Dt.c21 #define F(api, func1, func2, name) { \
22 if ((ret = api(func1, func2)) != 0) { \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/
H A Dsbpcd.c3642 static int check_allowed1(u_char func1, u_char func2) argument
3653 if (func2==tell_SubQ_run_tot) return (-1);
3654 if (func2==tell_cdsize) return (-1);
3655 if (func2==tell_TocDescrip) return (-1);
3656 if (func2==tell_TocEntry) return (-1);
3657 if (func2==tell_subQ_info) return (-1);
3658 if (fam1_drive) if (func2==tell_SubChanInfo) return (-1);
3659 if (func2==tell_UPC) return (-1);
3665 static int check_allowed2(u_char func1, u_char func2) argument
3675 if (func2
3683 check_allowed3(u_char func1, u_char func2) argument
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/mtools-4.0.10/
H A Dfile.c542 static unsigned int func2(void *Stream) function
564 make_ht(func1, func2, comp, 20, &filehash);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dgenerator.py828 (index2, func2, name2, ret2, args2, file2) = info2
830 if func1 < func2:
832 if func1 > func2:
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libswscale/
H A Dswscale.c768 #define YSCALE_YUV_2_ANYRGB_C(func, func2, func_g16, func_monoblack)\
872 func2\
880 func2\

Completed in 222 milliseconds