Searched refs:funcptr (Results 1 – 8 of 8) sorted by relevance
/third_party/optimized-routines/math/test/rtest/ |
D | dotest.c | 466 {"sin", (funcptr)mpfr_sin, args1, {NULL}, 468 {"sinf", (funcptr)mpfr_sin, args1f, {NULL}, 470 {"cos", (funcptr)mpfr_cos, args1, {NULL}, 472 {"cosf", (funcptr)mpfr_cos, args1f, {NULL}, 474 {"tan", (funcptr)mpfr_tan, args1, {NULL}, 476 {"tanf", (funcptr)mpfr_tan, args1f, {NULL}, 478 {"sincosf_sinf", (funcptr)mpfr_sin, args1f, {NULL}, 480 {"sincosf_cosf", (funcptr)mpfr_cos, args1f, {NULL}, 486 {"asin", (funcptr)mpfr_asin, args1, {NULL}, 488 {"asinf", (funcptr)mpfr_asin, args1f, {NULL}, [all …]
|
D | intern.h | 18 typedef void (*funcptr)(void); typedef 77 funcptr func;
|
/third_party/python/Objects/ |
D | methodobject.c | 404 typedef void (*funcptr)(void); typedef 406 static inline funcptr 412 return (funcptr)PyCFunction_GET_FUNCTION(func); in cfunction_enter_call()
|
D | descrobject.c | 281 typedef void (*funcptr)(void); typedef 283 static inline funcptr 289 return (funcptr)((PyMethodDescrObject *)func)->d_method->ml_meth; in method_enter_call()
|
/third_party/boost/libs/python/doc/ |
D | faq.qbk | 10 typedef boost::function<void (string s) > funcptr; 12 void foo(funcptr fp)
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 4719 added the caps_nego_failed signal funcptr gstscheduler.c: added the 5163 * gst/gstinfo.h: re-enabled the funcptr hash table
|
/third_party/gstreamer/gstreamer/ |
D | ChangeLog | 81323 queue: Register debug funcptr only once. 81325 global funcptr lock. 81331 basesrc/basesink: Register debug funcptr only once. 81333 contention on the global funcptr lock 81338 gstghostpad: Register debug funcptr only once. 81340 over the global funcptr lock. 81347 gstpad: Only register debug funcptr once. 81349 over the debug funcptr global lock.
|
/third_party/gstreamer/gstplugins_good/ |
D | ChangeLog | 15290 rtpstorage: Add debug funcptr to chain function
|