| /third_party/ffmpeg/libavcodec/ |
| H A D | golomb.h | 565 static inline int get_ue(GetBitContext *s, const char *file, const char *func, in get_ue() argument 580 static inline int get_se(GetBitContext *s, const char *file, const char *func, in get_se() argument 595 static inline int get_te(GetBitContext *s, int r, char *file, const char *func, in get_te() argument
|
| H A D | jacosubdec.c | 68 int (*func)(AVBPrint *dst, const char *in, const char *arg); member
|
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | h264dsp.c | 242 int bit_depth, i, y, func; in check_idct_multiple() local
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_platform_dependents.cpp | 59 LPTHREAD_START_ROUTINE func = reinterpret_cast<LPTHREAD_START_ROUTINE>(threadfunc); in pthread_create() local 182 void (*func)(int, int, void*); member 204 launch_threads( const char* operation, int thread_count, void (*func)(int, int, void*), void *payload ) launch_threads() argument
|
| /third_party/backends/backend/genesys/ |
| H A D | error.cpp | 118 DebugMessageHelper::DebugMessageHelper(const char* func) in DebugMessageHelper() argument 126 DebugMessageHelper::DebugMessageHelper(const char* func, const char* format, ...) in DebugMessageHelper() argument
|
| H A D | error.h | 131 SANE_Status wrap_exceptions_to_status_code(const char* func, F&& function) in wrap_exceptions_to_status_code() argument 153 SANE_Status wrap_exceptions_to_status_code_return(const char* func, F&& function) in wrap_exceptions_to_status_code_return() argument 174 catch_all_exceptions(const char* func, F&& function) catch_all_exceptions() argument [all...] |
| /third_party/backends/sanei/ |
| H A D | sanei_thread.c | 85 int (*func)( void* ); member [all...] |
| /third_party/benchmark/src/ |
| H A D | check.h | 47 CheckHandler(const char* check, const char* file, const char* func, int line) in CheckHandler() argument
|
| /third_party/googletest/googletest/include/gtest/hwext/ |
| H A D | gtest-multithread.h | 32 TestTask(std::string ts, std::string tc, PF func) : m_testsuite(ts), m_testcase(tc), m_func(func){} in TestTask() argument 83 inline void addPostTest(unsigned thread_id, PF func, std::string testsuite = "NA", std::string testcase = "NA") in addPostTest() argument
|
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_busdma.h | 108 usb_dma_callback_t *func; /* load complete callback function */ member
|
| H A D | usb_process.c | 159 usb_os_task_creat(pthread_t *taskid, TSK_ENTRY_FUNC func, uint32_t prio, const char *nm, UINTPTR para) in usb_os_task_creat() argument
|
| /third_party/FreeBSD/sys/sys/ |
| H A D | kernel.h | 119 sysinit_cfunc_t func; /* function */ member
|
| H A D | kobj.h | 48 kobjop_t func; member
|
| /third_party/mbedtls/tests/src/ |
| H A D | psa_crypto_helpers.c | 107 mbedtls_test_record_status(psa_status_t status, const char *func, const char *file, int line, const char *expr) mbedtls_test_record_status() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-resource-name.cpp | 80 jerry_value_t func = jerry_create_external_function (resource_name_handler); in HWTEST_F() local
|
| /third_party/mesa3d/src/compiler/spirv/ |
| H A D | nir_spirv.h | 107 void (*func)(void *private_data, member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | ir_function_detect_recursion.cpp | 132 class function *func; member
|
| /third_party/ltp/testcases/kernel/fs/doio/ |
| H A D | write_log.c | 262 wlog_scan_backward(struct wlog_file *wfile, int nrecs, int (*func)(), long data) wlog_scan_backward() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_clip.h | 47 struct brw_codegen func; member
|
| /third_party/node/deps/v8/third_party/wasm-api/example/ |
| H A D | hostref.cc | 46 void call_r_v(const wasm::Func* func, const wasm::Ref* ref) { in call_r_v() argument 79 void call_ir_v(const wasm::Func* func, int32_t i, const wasm::Ref* ref) { in call_ir_v() argument [all...] |
| H A D | reflect.c | 150 wasm_func_t* func = wasm_extern_as_func(exports.data[i]); in main() local
|
| H A D | table.c | 51 void check_call(wasm_func_t* func, int32_t arg1, int32_t arg2, int32_t expected) { in check_call() argument 63 void check_trap(wasm_func_t* func, int32_t arg1, int32_t arg2) { in check_trap() argument
|
| H A D | threads.c | 42 own wasm_func_t* func = wasm_func_new(store, func_type, callback); in run() local
|
| /third_party/node/test/node-api/test_async_context/ |
| H A D | binding.c | 19 napi_value func = args[2]; in MakeCallback() local
|
| /third_party/musl/porting/linux/user/src/exit/ |
| H A D | atexit.c | 19 void (*func)(void *); member 200 atexit(void (*func)(void)) atexit() argument [all...] |