Home
last modified time | relevance | path

Searched defs:HiWord (Results 1 – 8 of 8) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DToolUtils.pas367 function HiWord(arg: SInt32): SInt16; inline; overload; in HiWord() function
368 function HiWord(arg: UInt32): UInt16; inline; overload; in HiWord() function
385 function HiWord(arg: SInt32): SInt16; inline; in HiWord() function
391 function HiWord(arg: UInt32): UInt16; inline; in HiWord() function
H A DMacOSAll.pas2008 function HiWord(arg: SInt32): SInt16; inline; in HiWord() function
2014 function HiWord(arg: UInt32): UInt16; inline; in HiWord() function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/data-dword-0.3.2/src/Data/DoubleWord/
H A DBase.hs18 type HiWord w type
32 type HiWord Word16 = Word8 type
46 type HiWord Word32 = Word16 type
60 type HiWord Word64 = Word32 type
74 type HiWord Int16 = Int8 type
88 type HiWord Int32 = Int16 type
102 type HiWord Int64 = Int32 type
/dports/lang/nbc/
H A DuCommonUtils.pas72 function HiWord(L: Cardinal): Word; in HiWord() function
223 function HiWord(L: Cardinal): Word; in HiWord() function
/dports/devel/asl/asl-current/
H A Dbpemu.c276 unsigned HiWord(LongWord Src) in HiWord() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.Windows.Forms.Design/
H A DNative.cs113 public static int HiWord (int dword) in HiWord() method in System.Windows.Forms.Design.Native
/dports/devel/cc65/cc65-2.19/src/ca65/
H A Dexpr.c296 static ExprNode* HiWord (ExprNode* Operand) in HiWord() function
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/win32/
H A DScintillaWin.cxx565 static WORD HiWord(uptr_t l) { in HiWord() function