Home
last modified time | relevance | path

Searched defs:routine (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/mpi/src/
Dexception.cpp14 exception::exception(const char* routine, int result_code) in exception()
/third_party/boost/boost/mpi/
Dexception.hpp59 const char* routine() const { return routine_; } in routine() function in boost::mpi::exception
/third_party/ffmpeg/libavcodec/arm/
Dmlpdsp_init_arm.c97 …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/
Dpthread.h246 void (*routine)(void *); /**< General execution function*/ member
/third_party/ffmpeg/libavutil/
Dthread.h160 #define ff_thread_once(control, routine) pthread_once(control, routine) argument
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djdmarker.c1367 jpeg_marker_parser_method routine) in jpeg_set_marker_processor()
/third_party/libjpeg/
Djdmarker.c1495 jpeg_marker_parser_method routine) in jpeg_set_marker_processor()
/third_party/python/Lib/test/
Dtest_inspect.py769 def assertArgSpecEquals(self, routine, args_e, varargs_e=None, argument
782 def assertFullArgSpecEquals(self, routine, args_e, varargs_e=None, argument