Home
last modified time | relevance | path

Searched defs:func (Results 576 - 600 of 4174) sorted by relevance

1...<<21222324252627282930>>...167

/third_party/jerryscript/tests/jerry/
H A Darray-prototype-map.js46 var func = function(val, idx) { function
/third_party/mesa3d/src/amd/compiler/tests/
H A Dframework.h38 void (*func)(); member
/third_party/ltp/lib/
H A Dtst_clocks.c32 static mysyscall func; in tst_clock_getres() local
62 static mysyscall func; in tst_clock_gettime() local
92 static mysyscall func; tst_clock_settime() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_debug.c61 _nine_debug_printf( unsigned long flag, const char *func, const char *fmt, ... ) _nine_debug_printf() argument
110 _nine_stub( const char *file, const char *func, unsigned line ) _nine_stub() argument
[all...]
/third_party/node/test/node-api/test_make_callback_recurse/
H A Dbinding.c11 napi_value func = args[1]; in MakeCallback() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dreflect.cc122 auto func = exports[i]->func(); in run() local
/third_party/musl/porting/linux/user/src/exit/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
/third_party/musl/porting/linux/user/src/network/
H A Dsocket.c29 AllowFunc func = (AllowFunc)dlsym(handler, ALLOW_SOCKET_FUNC_NAME); in is_allow_internet() local
/third_party/musl/porting/liteos_a/user/src/network/
H A Dsocket.c29 AllowFunc func = (AllowFunc)dlsym(handler, ALLOW_SOCKET_FUNC_NAME); in is_allow_internet() local
/third_party/musl/src/network/
H A Dsocket.c32 AllowFunc func = (AllowFunc)dlsym(handler, ALLOW_SOCKET_FUNC_NAME); in is_allow_internet() local
/third_party/musl/src/exit/linux/
H A Dassert.c16 void __assert_fail(const char *expr, const char *file, int line, const char *func) in __assert_fail() argument
/third_party/musl/src/exit/
H A Dcxa_thread_atexit_impl.c76 int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *dso_handle) in __cxa_thread_atexit_impl() argument
104 int __cxa_thread_atexit_impl(void (*func)(void*), void *arg, void *dso_handle) in __cxa_thread_atexit_impl() argument
/third_party/musl/src/linux/
H A Dclone.c11 int (*func)(void *); member
/third_party/mesa3d/src/mapi/
H A Dtable.c39 table_set_noop_handler(nop_handler_proc func) in table_set_noop_handler() argument
H A Dtable.h64 table_set_func(struct _glapi_table *tbl, int slot, mapi_func func) in table_set_func() argument
/third_party/mesa3d/src/mesa/main/
H A Ddepth.c65 depth_func(struct gl_context *ctx, GLenum func, bool no_error) in depth_func() argument
95 _mesa_DepthFunc_no_error(GLenum func) in _mesa_DepthFunc_no_error() argument
103 _mesa_DepthFunc(GLenum func) in _mesa_DepthFunc() argument
H A Dconservativeraster.c39 conservative_raster_parameter(GLenum pname, GLfloat param, bool no_error, const char *func) conservative_raster_parameter() argument
/third_party/mesa3d/src/util/tests/
H A Dhalf_float_test.cpp65 test_half_to_float_limits(float (*func)(uint16_t)) in test_half_to_float_limits() argument
96 test_float_to_half_limits(uint16_t (*func)(float)) in test_float_to_half_limits() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_alpha.c49 lp_build_alpha_test(struct gallivm_state *gallivm, unsigned func, struct lp_type type, const struct util_format_description *cbuf_format_desc, struct lp_build_mask_context *mask, LLVMValueRef alpha, LLVMValueRef ref, boolean do_branch) lp_build_alpha_test() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_gldefs.h44 nvgl_blend_eqn(unsigned func) in nvgl_blend_eqn() argument
63 nvgl_logicop_func(unsigned func) in nvgl_logicop_func() argument
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_unlock/
H A D2-1.c68 static void *func(void *parm PTS_ATTRIBUTE_UNUSED) in func() function
/third_party/lwip/test/unit/
H A Dlwip_check.h18 TFun func; member
/third_party/node/deps/v8/src/tasks/
H A Dtask-utils.cc16 CancelableFuncTask(Isolate* isolate, std::function<void()> func) in CancelableFuncTask() argument
18 CancelableFuncTask(CancelableTaskManager* manager, std::function<void()> func) in CancelableFuncTask() argument
28 CancelableIdleFuncTask(Isolate* isolate, std::function<void(double)> func) in CancelableIdleFuncTask() argument
30 CancelableIdleFuncTask(CancelableTaskManager* manager, std::function<void(double)> func) CancelableIdleFuncTask() argument
43 MakeCancelableTask(Isolate* isolate, std::function<void()> func) MakeCancelableTask() argument
48 MakeCancelableTask( CancelableTaskManager* manager, std::function<void()> func) MakeCancelableTask() argument
53 MakeCancelableIdleTask( Isolate* isolate, std::function<void(double)> func) MakeCancelableIdleTask() argument
58 MakeCancelableIdleTask( CancelableTaskManager* manager, std::function<void(double)> func) MakeCancelableIdleTask() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_zsa.c54 update_lrz_stencil(struct fd6_zsa_stateobj *so, enum pipe_compare_func func, in update_lrz_stencil() argument
/third_party/mesa3d/src/gallium/drivers/i915/
H A Di915_state_inlines.h37 i915_translate_compare_func(unsigned func) in i915_translate_compare_func() argument
62 i915_translate_shadow_compare_func(unsigned func) in i915_translate_shadow_compare_func() argument

Completed in 7 milliseconds

1...<<21222324252627282930>>...167