Home
last modified time | relevance | path

Searched defs:func (Results 376 - 400 of 1104) sorted by relevance

1...<<11121314151617181920>>...45

/third_party/mbedtls/tests/src/
H A Dpsa_crypto_helpers.c107 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 Dtest-resource-name.cpp80 jerry_value_t func = jerry_create_external_function (resource_name_handler); in HWTEST_F() local
/third_party/mesa3d/src/compiler/spirv/
H A Dnir_spirv.h107 void (*func)(void *private_data, member
/third_party/mesa3d/src/compiler/glsl/
H A Dir_function_detect_recursion.cpp132 class function *func; member
/third_party/ltp/testcases/kernel/fs/doio/
H A Dwrite_log.c262 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 Dbrw_clip.h47 struct brw_codegen func; member
H A Dtest_vec4_register_coalesce.cpp120 _register_coalesce(vec4_visitor *v, const char *func) in _register_coalesce() argument
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dhostref.cc46 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 Dreflect.c150 wasm_func_t* func = wasm_extern_as_func(exports.data[i]); in main() local
H A Dtable.c51 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 Dthreads.c42 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 Dbinding.c19 napi_value func = args[2]; in MakeCallback() local
/third_party/musl/porting/linux/user/src/exit/
H A Datexit.c19 void (*func)(void *); member
200 atexit(void (*func)(void)) atexit() argument
[all...]
/third_party/musl/porting/linux/user/src/network/
H A Dresolvconf.c136 GetConfig func = load_config_getter(); in get_resolv_conf_ext() local
271 BindSocket_Ext func = dlsym(libhandler, OHOS_BIND_SOCKET_FUNC_NAME); in res_bind_socket() local
H A Dres_cache.c55 SetCache func = load_cache_setter(); in dns_set_addr_info_to_netsys_cache2() local
80 GetCache func = load_cache_getter(); in dns_get_addr_info_from_netsys_cache2() local
145 PostDnsResult func = load_result_poster(); in dns_post_result_to_netsys_cache() local
169 GetDefaultNet func in dns_get_default_network() local
[all...]
/third_party/musl/src/network/
H A Dresolvconf.c122 GetConfig func = load_config_getter(); in get_resolv_conf_ext() local
265 BindSocket_Ext func = dlsym(libhandler, OHOS_BIND_SOCKET_FUNC_NAME); in res_bind_socket() local
H A Dres_cache.c55 SetCache func = load_cache_setter(); in dns_set_addr_info_to_netsys_cache2() local
80 GetCache func = load_cache_getter(); in dns_get_addr_info_from_netsys_cache2() local
145 PostDnsResult func = load_result_poster(); in dns_post_result_to_netsys_cache() local
169 GetDefaultNet func in dns_get_default_network() local
[all...]
/third_party/musl/src/exit/linux/
H A Datexit.c19 void (*func)(void *); member
199 atexit(void (*func)(void)) atexit() argument
[all...]
/third_party/mesa3d/src/mapi/
H A Dmapi_glapi.c251 _glapi_set_nop_handler(_glapi_nop_handler_proc func) in _glapi_set_nop_handler() argument
272 _glapi_set_warning_func(_glapi_proc func) in _glapi_set_warning_func() argument
/third_party/mesa3d/src/microsoft/compiler/
H A Ddxil_function.c100 const struct dxil_func *func; member
160 dxil_add_function(struct rb_tree *functions, const struct dxil_func *func, in dxil_add_function() argument
237 const struct dxil_func *func = dxil_add_function_decl(mod, full_name, func_type, attr); in dxil_alloc_func_with_rettype() local
/third_party/mesa3d/src/mesa/main/
H A Dstencil.c80 validate_stencil_func(struct gl_context *ctx, GLenum func) in validate_stencil_func() argument
186 stencil_func(struct gl_context *ctx, GLenum func, GLint ref, GLuint mask) in stencil_func() argument
220 _mesa_StencilFunc_no_error(GLenum func, GLint ref, GLuint mask) _mesa_StencilFunc_no_error() argument
228 _mesa_StencilFunc(GLenum func, GLint ref, GLuint mask) _mesa_StencilFunc() argument
466 stencil_func_separate(struct gl_context *ctx, GLenum face, GLenum func, GLint ref, GLuint mask) stencil_func_separate() argument
490 _mesa_StencilFuncSeparate_no_error(GLenum face, GLenum func, GLint ref, GLuint mask) _mesa_StencilFuncSeparate_no_error() argument
499 _mesa_StencilFuncSeparate(GLenum face, GLenum func, GLint ref, GLuint mask) _mesa_StencilFuncSeparate() argument
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_save_loopback.c85 attr_func func; member
/third_party/mesa3d/src/mesa/math/
H A Dm_debug_norm.c196 static int test_norm_function( normal_func func, int mtype, long *cycles ) in test_norm_function() argument
358 normal_func func = _mesa_normal_tab[norm_types[mtype]]; in _math_test_all_normal_transform_functions() local
H A Dm_debug_xform.c167 static int test_transform_function( transform_func func, int psize, in test_transform_function() argument
312 transform_func func = _mesa_transform_tab[psize][mtypes[mtype]]; in _math_test_all_transform_functions() local
/third_party/node/deps/icu-small/source/i18n/
H A Dutrans.cpp44 const UReplaceableCallbacks *func; member in ReplaceableGlue

Completed in 12 milliseconds

1...<<11121314151617181920>>...45