Searched refs:handle_ptr (Results 1 – 12 of 12) sorted by relevance
/third_party/jerryscript/jerry-ext/handle-scope/ |
D | handle-scope.c | 41 if (prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr != NULL) in jerryx_handle_scope_release_handles() 43 jerryx_handle_t *a_handle = scope->handle_ptr; in jerryx_handle_scope_release_handles() 51 scope->handle_ptr = NULL; in jerryx_handle_scope_release_handles() 129 if (scope->prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr != NULL) in jerryx_hand_scope_escape_handle_from_prelist() 131 jerryx_handle_t *handle = scope->handle_ptr; in jerryx_hand_scope_escape_handle_from_prelist() 132 scope->handle_ptr = handle->sibling; in jerryx_hand_scope_escape_handle_from_prelist() 208 if (scope->prelist_handle_count <= JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr == NULL) in jerryx_escape_handle_internal() 217 jerryx_handle_t *handle = scope->handle_ptr; in jerryx_escape_handle_internal() 240 scope->handle_ptr = found_handle->sibling; in jerryx_escape_handle_internal() 318 handle->sibling = scope->handle_ptr; in jerryx_handle_scope_add_handle_to() [all …]
|
D | handle-scope-allocator.c | 22 .handle_ptr = NULL, 180 scope->handle_ptr = NULL; in jerryx_handle_scope_alloc()
|
/third_party/opencl-headers/src/ |
D | opencl_wrapper.cpp | 87 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath() argument 89 if (handle_ptr == nullptr) { in LoadLibraryFromPath() 93 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath() 94 if (*handle_ptr == nullptr) { in LoadLibraryFromPath() 100 func_name = reinterpret_cast<func_name##Func>(dlsym(*handle_ptr, #func_name)); \ in LoadLibraryFromPath() 174 bool LoadOpenCLLibrary(void **handle_ptr) in LoadOpenCLLibrary() argument 176 if (handle_ptr == nullptr) { in LoadOpenCLLibrary() 181 … [&](const std::string &lib_path) { return OHOS::LoadLibraryFromPath(lib_path, handle_ptr); }); in LoadOpenCLLibrary()
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-handle-scope-escape.c | 50 TEST_ASSERT (scope->handle_ptr == NULL); in create_object()
|
D | test-ext-handle-scope-remove.c | 50 TEST_ASSERT (scope->handle_ptr == NULL); in create_object()
|
D | test-ext-handle-scope-nested.c | 64 TEST_ASSERT (scope->handle_ptr == NULL); in create_object_nested()
|
/third_party/node/deps/uv/src/win/ |
D | process-stdio.c | 144 int uv__create_nul_handle(HANDLE* handle_ptr, in uv__create_nul_handle() argument 164 *handle_ptr = handle; in uv__create_nul_handle()
|
/third_party/libuv/src/win/ |
D | process-stdio.c | 144 int uv__create_nul_handle(HANDLE* handle_ptr, in uv__create_nul_handle() argument 164 *handle_ptr = handle; in uv__create_nul_handle()
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
D | handle-scope.h | 57 jerryx_handle_t *handle_ptr
|
/third_party/ffmpeg/libavfilter/ |
D | vf_frei0r.c | 174 static int load_path(AVFilterContext *ctx, void **handle_ptr, const char *prefix, const char *name) in load_path() argument 180 *handle_ptr = dlopen(path, RTLD_NOW|RTLD_LOCAL); in load_path()
|
/third_party/opencl-headers/include/ |
D | opencl_wrapper.h | 29 bool LoadOpenCLLibrary(void **handle_ptr);
|
/third_party/opencl-headers/CL/ |
D | cl_ext.h | 1265 void* handle_ptr, 1274 void* handle_ptr,
|