Home
last modified time | relevance | path

Searched refs:tdLayoutMask (Results 1 – 4 of 4) sorted by relevance

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcorhdr.h22 tdLayoutMask = 0x18, enumerator
898 #define IsTdAutoLayout(x) (((x) & tdLayoutMask) == tdAutoLayout)
899 #define IsTdSequentialLayout(x) (((x) & tdLayoutMask) == tdSequentialLayout)
900 #define IsTdExplicitLayout(x) (((x) & tdLayoutMask) == tdExplicitLayout)
H A Dcorreg.h76 …tdPublic = 0x0001,tdLayoutMask = 0x0006,tdAutoLayout = 0x0000,tdLayoutSequential = 0x0002,tdExplic… enumerator
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcorhdr.h22 tdLayoutMask = 0x18, enumerator
898 #define IsTdAutoLayout(x) (((x) & tdLayoutMask) == tdAutoLayout)
899 #define IsTdSequentialLayout(x) (((x) & tdLayoutMask) == tdSequentialLayout)
900 #define IsTdExplicitLayout(x) (((x) & tdLayoutMask) == tdExplicitLayout)
H A Dcorreg.h76 …tdPublic = 0x0001,tdLayoutMask = 0x0006,tdAutoLayout = 0x0000,tdLayoutSequential = 0x0002,tdExplic… enumerator