Home
last modified time | relevance | path

Searched defs:func (Results 751 - 775 of 4166) sorted by relevance

1...<<31323334353637383940>>...167

/third_party/musl/porting/liteos_a/user/src/linux/
H A Dclone.c11 int (*func)(void *); member
/third_party/mesa3d/src/mapi/glapi/
H A Dglapi_nop.c58 _glapi_set_warning_func(_glapi_proc func) in _glapi_set_warning_func() argument
74 _glapi_set_nop_handler(_glapi_nop_handler_proc func) in _glapi_set_nop_handler() argument
84 nop(const char *func) in nop() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_fence.h18 void (*func)(void *); member
/third_party/icu/icu4c/source/test/perf/normperf/
H A Ddtfmtrtperf.cpp42 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(1); in RoundTripLocale1() local
47 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(10); in RoundTripLocale10() local
52 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(11); in RoundTripLocale11() local
57 DateTimeRoundTripFunction* func= new DateTimeRoundTripFunction(21); in RoundTripLocale21() local
/third_party/icu/icu4c/source/test/perf/strsrchperf/
H A Dstrsrchperf.cpp99 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUForwardSearch, srch, src, srcLen, pttrn, pttrnLen); in Test_ICU_Forward_Search() local
104 StringSearchPerfFunction* func = new StringSearchPerfFunction(ICUBackwardSearch, srch, src, srcLen, pttrn, pttrnLen); in Test_ICU_Backward_Search() local
/third_party/libevdev/test/
H A Dtest-common.c14 test_logfunc_abort_on_error(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) test_logfunc_abort_on_error() argument
24 test_logfunc_ignore_error(enum libevdev_log_priority priority, void *data, const char *file, int line, const char *func, const char *format, va_list args) test_logfunc_ignore_error() argument
/third_party/ltp/testcases/kernel/syscalls/clock_getres/
H A Dclock_getres01.c40 int (*func)(clockid_t clk_id, void *ts); member
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_attr_setschedpolicy/
H A Dcommon.h83 char *func; in init_attr() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_blend.c40 blend_func(unsigned func) in blend_func() argument
/third_party/musl/libc-test/src/functionalext/supplement/ldso/ldso_gtest/
H A Dldso_dlsym_test.cpp111 FuncTypeRetInt func = reinterpret_cast<FuncTypeRetInt>(dlsym(handle, "DlsymGetTheSymbol")); in HWTEST_F() local
/third_party/musl/libc-test/src/functionalext/symver/
H A Ddlvsym.c38 functype func = (functype)dlvsym(handle, dso_no_symver_symbol, dso_version_invalid); in dlvsym_no_symver_0100() local
70 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_no_symver_0200() local
102 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_stable); in dlvsym_easy_symver_0100() local
135 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_easy_symver_version_old); in dlvsym_easy_symver_0200() local
168 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); in dlvsym_easy_symver_0300() local
200 functype func = (functype)dlvsym(handle, dso_easy_symver_symbol, dso_version_invalid); in dlvsym_easy_symver_0400() local
232 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_stable); in dlvsym_hard_symver_0100() local
265 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_hard_symver_version_old); dlvsym_hard_symver_0200() local
298 functype func = (functype)dlvsym(handle, dso_symbol_invalid, dso_version_invalid); dlvsym_hard_symver_0300() local
330 functype func = (functype)dlvsym(handle, dso_hard_symver_if_symbol, dso_version_invalid); dlvsym_hard_symver_0400() local
[all...]
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_hyperz.c66 unsigned func = dsa->dsa.depth_func; in r300_get_sc_hz_max() local
74 unsigned func = dsa->dsa.depth_func; in r300_is_hiz_func_valid() local
[all...]
/third_party/node/deps/openssl/openssl/crypto/modes/
H A Dctr128.c150 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) CRYPTO_ctr128_encrypt_ctr32() argument
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr_blocks.c29 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
/third_party/python/Include/
H A Dabstract.h146 PyAPI_FUNC(PyObject *) PyObject_CallNoArgs(PyObject *func); variable
/third_party/python/Lib/ctypes/test/
H A Dtest_refcounts.py42 def func(*args): function
92 def func(a, b): global() function
108 def func(): global() function
[all...]
H A Dtest_funcptr.py17 def func(*args): function
30 def func(a, b): function
/third_party/python/Include/internal/
H A Dpycore_call.h81 vectorcallfunc func; in _PyObject_VectorcallTstate() local
98 _PyObject_CallNoArgsTstate(PyThreadState *tstate, PyObject *func) { in _PyObject_CallNoArgsTstate() argument
105 _PyObject_CallNoArgs(PyObject *func) { in _PyObject_CallNoArgs() argument
112 _PyObject_FastCallTstate(PyThreadState *tstate, PyObject *func, PyObject *const *args, Py_ssize_t nargs) in _PyObject_FastCallTstate() argument
[all...]
H A Dpycore_pystate.h91 _Py_EnsureFuncTstateNotNULL(const char *func, PyThreadState *tstate) in _Py_EnsureFuncTstateNotNULL() argument
/third_party/openssl/crypto/modes/
H A Dctr128.c150 CRYPTO_ctr128_encrypt_ctr32(const unsigned char *in, unsigned char *out, size_t len, const void *key, unsigned char ivec[16], unsigned char ecount_buf[16], unsigned int *num, ctr128_f func) CRYPTO_ctr128_encrypt_ctr32() argument
/third_party/openssl/crypto/err/
H A Derr_blocks.c29 void ERR_set_debug(const char *file, int line, const char *func) in ERR_set_debug() argument
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DReplaceShadowingVariables.cpp57 const TFunction *func = node->getFunctionPrototype()->getFunction(); variable
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Drelax_float_ops_pass.cpp65 bool RelaxFloatOpsPass::ProcessFunction(Function* func) { in ProcessFunction() argument
H A Dremove_unused_interface_variables_pass.cpp28 bool processFunction(Function* func) { in processFunction() argument
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Drelax_float_ops_pass.cpp65 bool RelaxFloatOpsPass::ProcessFunction(Function* func) { in ProcessFunction() argument

Completed in 13 milliseconds

1...<<31323334353637383940>>...167