Searched defs:routine (Results 1 – 8 of 8) sorted by relevance
| /third_party/boost/libs/mpi/src/ |
| D | exception.cpp | 14 exception::exception(const char* routine, int result_code) in exception()
|
| /third_party/boost/boost/mpi/ |
| D | exception.hpp | 59 const char* routine() const { return routine_; } in routine() function in boost::mpi::exception
|
| /third_party/ffmpeg/libavcodec/arm/ |
| D | mlpdsp_init_arm.c | 97 …static int32_t (*const routine[2*3*7])(int32_t, uint16_t, int32_t (*)[], void *, uint8_t*, int8_t … in mlp_select_pack_output_armv6() local
|
| /third_party/musl/porting/liteos_a/kernel/include/ |
| D | pthread.h | 246 void (*routine)(void *); /**< General execution function*/ member
|
| /third_party/ffmpeg/libavutil/ |
| D | thread.h | 160 #define ff_thread_once(control, routine) pthread_once(control, routine) argument
|
| /third_party/flutter/skia/third_party/externals/libjpeg-turbo/ |
| D | jdmarker.c | 1367 jpeg_marker_parser_method routine) in jpeg_set_marker_processor()
|
| /third_party/libjpeg/ |
| D | jdmarker.c | 1495 jpeg_marker_parser_method routine) in jpeg_set_marker_processor()
|
| /third_party/python/Lib/test/ |
| D | test_inspect.py | 769 def assertArgSpecEquals(self, routine, args_e, varargs_e=None, argument 782 def assertFullArgSpecEquals(self, routine, args_e, varargs_e=None, argument
|