Home
last modified time | relevance | path

Searched defs:handle_ptr (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/chrome_cleaner/engines/broker/
H A Dengine_file_requests_impl.cc92 mojom::FindHandlePtr handle_ptr, in SandboxFindNextFile()
102 mojom::FindHandlePtr handle_ptr, in FindNextFile()
125 mojom::FindHandlePtr handle_ptr, in SandboxFindClose()
134 mojom::FindHandlePtr handle_ptr, in FindClose()
/dports/security/seal/SEAL-3.7.2/native/src/seal/c/
H A Dmemorymanager.cpp79 MemoryPoolHandle *handle_ptr = new MemoryPoolHandle(move(handle)); in MemoryManager_GetPool1() local
89 MemoryPoolHandle *handle_ptr = new MemoryPoolHandle(move(handle)); in MemoryManager_GetPool2() local
155 MemoryPoolHandle *handle_ptr = new MemoryPoolHandle(profile->get_pool(0)); in MMProf_GetPool() local
/dports/net/mpich/mpich-3.4.3/src/nameserv/pmi/
H A Dpmi_nameserv.c22 int MPID_NS_Create(const MPIR_Info * info_ptr, MPID_NS_Handle * handle_ptr) in MPID_NS_Create() argument
106 int MPID_NS_Free(MPID_NS_Handle * handle_ptr) in MPID_NS_Free()
/dports/net/mpich2/mpich2-1.5/src/nameserv/mpd/
H A Dmpd_nameserv.c33 int MPID_NS_Create( const MPID_Info *info_ptr, MPID_NS_Handle *handle_ptr ) in MPID_NS_Create() argument
101 int MPID_NS_Free( MPID_NS_Handle *handle_ptr ) in MPID_NS_Free()
/dports/net/mpich2/mpich2-1.5/src/nameserv/pmi/
H A Dpmi_nameserv.c29 int MPID_NS_Create( const MPID_Info *info_ptr, MPID_NS_Handle *handle_ptr ) in MPID_NS_Create()
122 int MPID_NS_Free( MPID_NS_Handle *handle_ptr ) in MPID_NS_Free()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/prims/
H A DupcallStubs.cpp43 jobject* handle_ptr = (jobject*)(void*)cb->content_begin(); variable
/dports/net/mpich/mpich-3.4.3/src/nameserv/file/
H A Dfile_nameserv.c64 int MPID_NS_Create(const MPIR_Info * info_ptr, MPID_NS_Handle * handle_ptr) in MPID_NS_Create() argument
268 int MPID_NS_Free(MPID_NS_Handle * handle_ptr) in MPID_NS_Free()
/dports/net/mpich2/mpich2-1.5/src/nameserv/file/
H A Dfile_nameserv.c42 int MPID_NS_Create( const MPID_Info *info_ptr, MPID_NS_Handle *handle_ptr ) in MPID_NS_Create() argument
262 int MPID_NS_Free( MPID_NS_Handle *handle_ptr ) in MPID_NS_Free()
/dports/sysutils/R-cran-processx/processx/src/win/
H A Dstdio.c12 static int processx__create_nul_handle(HANDLE *handle_ptr, DWORD access) { in processx__create_nul_handle()
34 static int processx__create_input_handle(HANDLE *handle_ptr, const char *file, in processx__create_input_handle()
62 static int processx__create_output_handle(HANDLE *handle_ptr, const char *file, in processx__create_output_handle()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libvtv/
H A Dvtv_rts.cc900 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
931 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
984 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1166 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1222 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1342 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/
H A DDamselUtil.cpp76 damsel_handle *handle_ptr; in container_to_range() local
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/sycl/capi/
H A Dcapi_memory.cpp50 void *handle_ptr = (handle == DNNL_MEMORY_ALLOCATE) ? nullptr : handle; in dnnl_sycl_interop_memory_create() local
/dports/math/onednn/oneDNN-2.5.1/src/sycl/capi/
H A Dcapi_memory.cpp50 void *handle_ptr = (handle == DNNL_MEMORY_ALLOCATE) ? nullptr : handle; in dnnl_sycl_interop_memory_create() local
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/capi/
H A Dmemory.cpp48 void *handle_ptr = (handle == DNNL_MEMORY_ALLOCATE) ? nullptr : handle; in dnnl_ocl_interop_memory_create() local
/dports/math/dbcsr/dbcsr-2.1.0/src/acc/hip/
H A Ddbcsr_hipblas.F32 TYPE(C_PTR) :: handle_ptr = c_null_ptr component
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/lang/gcc11/gcc-11.2.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/lang/gcc12-devel/gcc-12-20211205/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/lang/gcc10/gcc-10.3.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/lang/gcc11-devel/gcc-11-20211009/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/devel/avr-gcc/gcc-10.2.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/lang/gnat_util/gcc-6-20180516/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libvtv/
H A Dvtv_rts.cc1198 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_set_common() local
1229 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in register_pair_common() local
1282 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol_debug() local
1464 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointerDebug() local
1520 vtv_set_handle *handle_ptr = (vtv_set_handle *) set_handle_ptr; in init_set_symbol() local
1640 vtv_set_handle *handle_ptr; in __VLTVerifyVtablePointer() local

1234567