Home
last modified time | relevance | path

Searched refs:lpdbl (Results 1 – 9 of 9) sorted by relevance

/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dmapidefs.h295 double *lpdbl; member
H A Dwabdefs.h292 double *lpdbl; member
/dports/devel/upp/upp/bazaar/MAPIEx/plugin/include_MINGW32/
H A Dmapidefs.h295 double *lpdbl; member
H A Dwabdefs.h292 double *lpdbl; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwabdefs.h292 double *lpdbl; member
H A Dmapidefs.h295 double *lpdbl; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs966 pub lpdbl: *mut f64, field
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mapi/include/
H A Dmapidefs.h500 double FAR *lpdbl; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/AddressBook/
H A Dmod.rs4919 pub lpdbl: *mut f64, field
4929 …fmt.debug_struct("SDoubleArray").field("cValues", &self.cValues).field("lpdbl", &self.lpdbl).finis… in fmt()
4934 self.cValues == other.cValues && self.lpdbl == other.lpdbl in eq()