Home
last modified time | relevance | path

Searched refs:UInt16 (Results 1 – 7 of 7) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/szfile/
DCpuArch.h65 #define GetUi16(p) (*(const UInt16 *)(p))
68 #define SetUi16(p, d) *(UInt16 *)(p) = (d);
74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
119 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
D7z.h173 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest);
D7zTypes.h57 typedef unsigned short UInt16; typedef
D7zIn.c906 size_t SzArEx_GetFileNameUtf16(const CSzArEx *p, size_t fileIndex, UInt16 *dest) in SzArEx_GetFileNameUtf16()
/CafeSDK-2.12.13-1/system/include/
DLzmaDec.h20 #define CLzmaProb UInt16
DLzmaTypes.h57 typedef unsigned short UInt16; typedef
/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCharacter stream dumper.cs192 public UInt16 Attributes;