Home
last modified time | relevance | path

Searched refs:EXPORT_FUNC (Results 1 - 6 of 6) sorted by relevance

/third_party/python/PC/
H A Dpython3dll.c12 #define EXPORT_FUNC(name) \ macro
17 EXPORT_FUNC(_Py_BuildValue_SizeT)
18 EXPORT_FUNC(_Py_CheckRecursiveCall)
19 EXPORT_FUNC(_Py_Dealloc)
20 EXPORT_FUNC(_Py_DecRef)
21 EXPORT_FUNC(_Py_IncRef)
22 EXPORT_FUNC(_Py_NegativeRefcount)
23 EXPORT_FUNC(_Py_VaBuildValue_SizeT)
24 EXPORT_FUNC(_PyArg_Parse_SizeT)
25 EXPORT_FUNC(_PyArg_ParseTuple_Size
[all...]
/third_party/node/benchmark/napi/function_args/
H A Dnapi_binding.c194 #define EXPORT_FUNC(env, exports, name, func) \ macro
214 EXPORT_FUNC(env, exports, "callWithString", CallWithString); in NAPI_MODULE_INIT()
215 EXPORT_FUNC(env, exports, "callWithLongString", CallWithString); in NAPI_MODULE_INIT()
217 EXPORT_FUNC(env, exports, "callWithArray", CallWithArray); in NAPI_MODULE_INIT()
218 EXPORT_FUNC(env, exports, "callWithLargeArray", CallWithArray); in NAPI_MODULE_INIT()
219 EXPORT_FUNC(env, exports, "callWithHugeArray", CallWithArray); in NAPI_MODULE_INIT()
221 EXPORT_FUNC(env, exports, "callWithNumber", CallWithNumber); in NAPI_MODULE_INIT()
223 EXPORT_FUNC(env, exports, "callWithObject", CallWithObject); in NAPI_MODULE_INIT()
224 EXPORT_FUNC(env, exports, "callWithTypedarray", CallWithTypedarray); in NAPI_MODULE_INIT()
226 EXPORT_FUNC(en in NAPI_MODULE_INIT()
[all...]
/third_party/node/benchmark/napi/string/
H A Dbinding.c11 #define EXPORT_FUNC(env, exports, name, func) \ macro
52 EXPORT_FUNC(env, exports, "createStringLatin1", CreateStringLatin1); in DECLARE_BINDING()
53 EXPORT_FUNC(env, exports, "createStringUtf8", CreateStringUtf8); in DECLARE_BINDING()
54 EXPORT_FUNC(env, exports, "createStringUtf16", CreateStringUtf16); in DECLARE_BINDING()
/third_party/node/benchmark/napi/type-tag/
H A Dbinding.c11 #define EXPORT_FUNC(env, exports, name, func) \ macro
81 EXPORT_FUNC(env, exports, "tagObject", TagObject); in NAPI_MODULE_INIT()
82 EXPORT_FUNC(env, exports, "checkObjectTag", CheckObjectTag); in NAPI_MODULE_INIT()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkSemaphore.hpp175 template<typename ALLOC_FUNC, typename EXPORT_FUNC>
176 VkResult exportPayload(ALLOC_FUNC alloc_func, EXPORT_FUNC export_func);
H A DVkSemaphore.cpp273 template<typename ALLOC_FUNC, typename EXPORT_FUNC>
274 VkResult BinarySemaphore::exportPayload(ALLOC_FUNC alloc_func, EXPORT_FUNC export_func) in exportPayload()

Completed in 3 milliseconds