Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DToolUtils.pas369 function LoWord(arg: SInt32): SInt16; inline; overload; in LoWord() function
370 function LoWord(arg: UInt32): UInt16; inline; overload; in LoWord() function
397 function LoWord(arg: SInt32): SInt16; inline; in LoWord() function
403 function LoWord(arg: UInt32): UInt16; inline; in LoWord() function
H A DMacOSAll.pas2020 function LoWord(arg: SInt32): SInt16; inline; in LoWord() function
2026 function LoWord(arg: UInt32): UInt16; inline; in LoWord() function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/data-dword-0.3.2/src/Data/DoubleWord/
H A DBase.hs16 type LoWord w type
31 type LoWord Word16 = Word8 type
45 type LoWord Word32 = Word16 type
59 type LoWord Word64 = Word32 type
73 type LoWord Int16 = Word8 type
87 type LoWord Int32 = Word16 type
101 type LoWord Int64 = Word32 type
/dports/devel/asl/asl-current/
H A Dbpemu.c271 unsigned LoWord(LongWord Src) in LoWord() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DNative.cs119 public static int LoWord (int dword) in LoWord() method in System.Windows.Forms.Design.Native
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dexpr.c276 static ExprNode* LoWord (ExprNode* Operand) in LoWord() function
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DScintillaWin.cxx561 static WORD LoWord(uptr_t l) { in LoWord() function