Home
last modified time | relevance | path

Searched refs:val (Results 1 – 3 of 3) sorted by relevance

/RevoEX-2.3/include/revolution/net/
DNETDigest.h69 inline static u16 NETSwapBytes16( u16 val ) in NETSwapBytes16() argument
71 return (u16)( (((val) >> 8UL) & 0x00FFUL) | in NETSwapBytes16()
72 (((val) << 8UL) & 0xFF00UL) ); in NETSwapBytes16()
75 inline static u32 NETSwapBytes32( u32 val ) in NETSwapBytes32() argument
77 return (u32)( (((val) >> 24UL) & 0x000000FFUL) | in NETSwapBytes32()
78 (((val) >> 8UL) & 0x0000FF00UL) | in NETSwapBytes32()
79 (((val) << 8UL) & 0x00FF0000UL) | in NETSwapBytes32()
80 (((val) << 24UL) & 0xFF000000UL) ); in NETSwapBytes32()
94 inline static void NETWriteSwappedBytes16( u16* dst, u16 val ) in NETWriteSwappedBytes16() argument
96 __sthbrx(val, (void*)(dst), 0); in NETWriteSwappedBytes16()
[all …]
/RevoEX-2.3/build/tools/makeChjp/
Dmain.c190 static void OutputIntForBin(unsigned int val, unsigned int byte, FILE *fp) in OutputIntForBin() argument
196 tmp = val >> i * 8; in OutputIntForBin()
198 val = val - (tmp << i * 8); in OutputIntForBin()
/RevoEX-2.3/build/demos/nwc24demo/data/ChannelJump/
DChannelJump.ddf115 ; <Priority>="<File Name>",<laypout val>
118 ; <layout val> value.
119 ; If the <layout val> value is negative, the files are laid out from the inside of the disk, …