Searched refs:UInt16 (Results 1 - 25 of 74) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c8 typedef unsigned short UInt16; typedef
10 typedef UInt16 UniChar;
/external/python/cpython2/Mac/Modules/ctl/
H A Dctlsupport.py55 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...]
/external/lzma/C/
H A DPpmd.h37 UInt16 Summ; /* Freq */
49 UInt16 SuccessorLow;
50 UInt16 SuccessorHigh;
H A DBcj2.h75 UInt16 probs[2 + 256];
128 UInt16 probs[2 + 256];
H A DCpuArch.h104 #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) | \
H A DPpmd7.c12 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 va
[all...]
H A DPpmd7.h34 UInt16 NumStats;
35 UInt16 SummFreq;
59 UInt16 BinSumm[128][64];
H A DPpmd7Dec.c124 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);
H A DPpmd7Enc.c119 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/
H A D7zMain.c51 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 *tem
[all...]
/external/lzma/CPP/Common/
H A DMyGuidDef.h10 UInt16 Data2;
11 UInt16 Data3;
/external/autotest/client/site_tests/platform_Firewall/
H A Dplatform_Firewall.py74 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/lzma/CPP/Windows/
H A DFileLink.cpp30 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)subOff
[all...]
/external/python/cpython2/Mac/Modules/carbonevt/
H A DCarbonEvtsupport.py50 EventMask = UInt16
73 MouseTrackingResult = UInt16
/external/speex/include/speex/
H A Dspeex_types.h55 typedef UInt16 spx_uint16_t;
/external/tremolo/Tremolo/
H A Dos_types.h88 typedef UInt16 ogg_uint16_t;
/external/bzip2/
H A Dblocksort.c350 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)bloc
[all...]
H A Dbzlib_private.h47 typedef unsigned short UInt16; typedef
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
/external/python/cpython2/Mac/Modules/cg/
H A DCFMLateImport.c169 UInt16 sectionIndex;
623 static void *GetSectionBaseAddress(const FragToFixInfo *fragToFix, UInt16 sectionIndex)
789 UInt16 relocHeaderIndex,
887 UInt16 sectionsLeftToRelocate;
889 UInt16 *relocInstrTable;
890 UInt16 opCode;
906 totalRelocs = (fragToFix->loaderSection->loaderStringsOffset - fragToFix->loaderSection->relocInstrOffset) / sizeof(UInt16);
911 relocInstrTable = (UInt16 *)((char *) fragToFix->loaderSection + fragToFix->loaderSection->relocInstrOffset);
976 UInt16 skipCount;
977 UInt16 relocCoun
[all...]
/external/autotest/client/cros/networking/
H A Dapmanager_proxy.py40 apmanager_constants.CONFIG_CHANNEL: dbus.UInt16,
47 apmanager_constants.CONFIG_SERVER_ADDRESS_INDEX: dbus.UInt16,
/external/lzma/CPP/7zip/Common/
H A DRegisterArc.h10 UInt16 Flags;
13 UInt16 SignatureOffset;
/external/autotest/client/cros/
H A Ddbus_util.py22 elif isinstance(value, dbus.UInt16):
/external/libchrome/crypto/
H A Dapple_keychain.h93 UInt16 port, SecProtocolType protocol,
/external/libogg/include/ogg/
H A Dos_types.h64 typedef UInt16 ogg_uint16_t;
/external/libopus/include/
H A Dopus_types.h74 typedef UInt16 opus_uint16;

Completed in 682 milliseconds

123