Home
last modified time | relevance | path

Searched defs:FARPROC (Results 1 – 7 of 7) sorted by relevance

/external/rust/android-crates-io/crates/parking_lot_core/src/thread_parker/windows/
Dbindings.rs18 pub type FARPROC = Option<unsafe extern "system" fn() -> isize>; typedef
/external/rust/android-crates-io/crates/libloading/src/os/windows/
Dmod.rs300 pub fn into_raw(self) -> FARPROC { in into_raw()
338 unsafe { &*((&self.pointer) as *const FARPROC as *const T) } in deref() constant
404 type FARPROC = Option<unsafe extern "system" fn() -> isize>; typedef
/external/clang/test/Analysis/
Dmisc-ps.m528 typedef long (*FARPROC)(); typedef
/external/angle/src/third_party/volk/
Dvolk.c12 typedef __int64 (__stdcall* FARPROC)(void); typedef
14 typedef int (__stdcall* FARPROC)(void); typedef
/external/swiftshader/include/vulkan/
Dvulkan.hpp41 using FARPROC = int64_t( __stdcall * )(); typedef
43 using FARPROC = int( __stdcall * )(); typedef
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Foundation/
Dmod.rs10364 pub type FARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>; typedef
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Foundation/
Dmod.rs10364 pub type FARPROC = ::core::option::Option<unsafe extern "system" fn() -> isize>; typedef