HomeSort by relevance Sort by last modified time
    Searched refs:UInt16 (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /external/clang/test/CodeGen/
pascal-wchar-string.c 8 typedef unsigned short UInt16;
10 typedef UInt16 UniChar;
  /external/python/cpython2/Mac/Modules/ctl/
ctlsupport.py 55 ControlTabSize = UInt16
56 ControlTabDirection = UInt16
57 ControlPopupArrowOrientation = UInt16
58 ControlPopupArrowSize = UInt16
59 ControlClockType = UInt16
69 DataBrowserSortOrder = UInt16
79 ControlDisclosureTriangleOrientation = UInt16
91 ControlBevelThickness = UInt16
92 ControlBevelButtonBehavior = UInt16
93 ControlBevelButtonMenuBehavior = UInt16
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
CpuArch.h 23 #define GetUi16(p) (*(const UInt16 *)(p))
30 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
LzmaDec.h 16 #define CLzmaProb UInt16
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 23 #define GetUi16(p) (*(const UInt16 *)(p))
30 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
CpuArch.h 23 #define GetUi16(p) (*(const UInt16 *)(p))
30 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
67 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
  /external/lzma/C/
Ppmd.h 37 UInt16 Summ; /* Freq */
49 UInt16 SuccessorLow;
50 UInt16 SuccessorHigh;
Bcj2.h 75 UInt16 probs[2 + 256];
128 UInt16 probs[2 + 256];
CpuArch.h 104 #define GetUi16(p) (*(const UInt16 *)(const void *)(p))
108 #define SetUi16(p, v) { *(UInt16 *)(p) = (v); }
114 #define GetUi16(p) ( (UInt16) ( \
116 ((UInt16)((const Byte *)(p))[1] << 8) ))
182 #define GetBe16(p) ( (UInt16) ( \
183 ((UInt16)((const Byte *)(p))[0] << 8) | \
Ppmd7.c 12 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x6051};
48 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */
49 UInt16 NU;
162 UInt16 nu = I2U(i);
172 node->NU = (UInt16)nu;
194 node->NU = (UInt16)nu;
283 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF);
284 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF);
319 UInt16 *dest = p->BinSumm[i] + k;
320 UInt16 val = (UInt16)(PPMD_BIN_SCALE - kInitBinEsc[k] / (i + 2));
    [all...]
Ppmd7.h 34 UInt16 NumStats;
35 UInt16 SummFreq;
59 UInt16 BinSumm[128][64];
Ppmd7Dec.c 124 UInt16 *prob = Ppmd7_GetBinSumm(p);
128 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob);
133 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob);
186 see->Summ = (UInt16)(see->Summ + freqSum);
Ppmd7Enc.c 119 UInt16 *prob = Ppmd7_GetBinSumm(p);
124 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob);
132 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob);
185 see->Summ = (UInt16)(see->Summ + sum + escFreq);
  /external/lzma/C/Util/7z/
7zMain.c 51 static size_t Utf16_To_Utf8_Calc(const UInt16 *src, const UInt16 *srcLim)
87 static Byte *Utf16_To_Utf8(Byte *dest, const UInt16 *src, const UInt16 *srcLim)
134 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
146 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
189 static WRes MyCreateDir(const UInt16 *name)
215 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
230 static SRes PrintString(const UInt16 *s)
356 UInt16 *temp = NULL;
    [all...]
  /external/lzma/CPP/Common/
MyGuidDef.h 10 UInt16 Data2;
11 UInt16 Data3;
  /external/lzma/CPP/Windows/
FileLink.cpp 30 UInt16 Size; // not including starting 8 bytes
31 UInt16 Reserved; // = 0
33 UInt16 SubstituteOffset; // offset in bytes from start of namesChars
34 UInt16 SubstituteLen; // size in bytes, it doesn't include tailed NUL
35 UInt16 PrintOffset; // offset in bytes from start of namesChars
36 UInt16 PrintLen; // size in bytes, it doesn't include tailed NUL
40 UInt16 namesChars[]
100 Set16(dest, (UInt16)c);
148 Set16(p + 4, (UInt16)(size - 8));
159 Set16(p + 0, (UInt16)subOffs);
    [all...]
  /external/autotest/client/site_tests/platform_Firewall/
platform_Firewall.py 74 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT), "",
81 ret = pb.RequestUdpPortAccess(dbus.UInt16(self._PORT), "",
88 ret = pb.RequestTcpPortAccess(dbus.UInt16(self._PORT),
113 ret = pb.ReleaseTcpPort(dbus.UInt16(self._PORT), "")
118 ret = pb.ReleaseUdpPort(dbus.UInt16(self._PORT), "")
  /external/python/cpython2/Mac/Modules/carbonevt/
CarbonEvtsupport.py 50 EventMask = UInt16
73 MouseTrackingResult = UInt16
  /external/speex/include/speex/
speex_types.h 55 typedef UInt16 spx_uint16_t;
  /external/tremolo/Tremolo/
os_types.h 88 typedef UInt16 ogg_uint16_t;
  /external/bzip2/
blocksort.c 350 UInt16* quadrant,
356 UInt16 s1, s2;
487 UInt16* quadrant,
623 UInt16* quadrant,
753 UInt16* quadrant,
766 UInt16 s;
776 j = (j >> 8) | ( ((UInt16)block[i]) << 8);
779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8);
782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8);
785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8)
    [all...]
  /external/python/cpython2/Mac/Modules/cg/
CFMLateImport.c 169 UInt16 sectionIndex;
623 static void *GetSectionBaseAddress(const FragToFixInfo *fragToFix, UInt16 sectionIndex)
    [all...]
  /system/core/adb/client/
usb_osx.cpp 110 UInt16 vendor, UInt16 product);
145 UInt16 vendor;
146 UInt16 product;
238 UInt16 buffer[256];
239 UInt16 languages[128];
329 CheckInterface(IOUSBInterfaceInterface190 **interface, UInt16 vendor, UInt16 product)
374 UInt16 maxPacketSize;
  /external/autotest/client/cros/networking/
apmanager_proxy.py 40 apmanager_constants.CONFIG_CHANNEL: dbus.UInt16,
47 apmanager_constants.CONFIG_SERVER_ADDRESS_INDEX: dbus.UInt16,
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 10 UInt16 Flags;
13 UInt16 SignatureOffset;

Completed in 683 milliseconds

1 2 3 4 5