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

123

/external/chromium_org/content/browser/geolocation/
H A Dosx_wifi.h70 typedef UInt16 WINetworkInfoFlags;
74 UInt16 channel; // Channel for the network.
78 UInt16 beaconInterval; // Beacon interval in milliseconds
80 UInt16 nameLen;
/external/clang/test/CodeGen/
H A Dpascal-wchar-string.c8 typedef unsigned short UInt16; typedef
10 typedef UInt16 UniChar;
/external/chromium_org/third_party/WebKit/Source/platform/fonts/opentype/
H A DOpenTypeTypes.h40 struct UInt16 { struct in namespace:blink::OpenType
41 UInt16(uint16_t u) : v(htons(u)) { } function in struct:blink::OpenType::UInt16
59 typedef UInt16 Offset;
60 typedef UInt16 GlyphID;
H A DOpenTypeVerticalData.cpp66 OpenType::UInt16 numberOfHMetrics;
83 OpenType::UInt16 numOfLongVerMetrics;
88 OpenType::UInt16 advanceWidth;
95 OpenType::UInt16 advanceHeight;
101 OpenType::UInt16 majorVersion;
102 OpenType::UInt16 minorVersion;
104 OpenType::UInt16 numVertOriginYMetrics;
106 OpenType::UInt16 glyphIndex;
114 OpenType::UInt16 coverageFormat;
118 OpenType::UInt16 glyphCoun
[all...]
/external/lzma/C/
H A DPpmd.h35 UInt16 Summ; /* Freq */
47 UInt16 SuccessorLow;
48 UInt16 SuccessorHigh;
H A 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])
H A DPpmd7.c10 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x6051};
46 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */
47 UInt16 NU;
160 UInt16 nu = I2U(i);
170 node->NU = (UInt16)nu;
192 node->NU = (UInt16)nu;
281 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF);
282 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF);
317 UInt16 *dest = p->BinSumm[i] + k;
318 UInt16 va
[all...]
H A DPpmd7.h34 UInt16 NumStats;
35 UInt16 SummFreq;
59 UInt16 BinSumm[128][64];
H A DPpmd7Dec.c122 UInt16 *prob = Ppmd7_GetBinSumm(p);
126 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob);
131 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob);
184 see->Summ = (UInt16)(see->Summ + freqSum);
H A DPpmd7Enc.c117 UInt16 *prob = Ppmd7_GetBinSumm(p);
122 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob);
130 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob);
183 see->Summ = (UInt16)(see->Summ + sum + escFreq);
/external/lzma/CPP/Common/
H A DMyGuidDef.h10 UInt16 Data2;
11 UInt16 Data3;
/external/lzma/C/Util/7z/
H A D7zMain.c37 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen)
86 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode)
134 static WRes MyCreateDir(const UInt16 *name)
160 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
175 static SRes PrintString(const UInt16 *s)
292 UInt16 *temp = NULL;
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
433 UInt16 *name = (UInt16 *)tem
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DCpuArch.h66 #define GetUi16(p) (*(const UInt16 *)(p))
69 #define SetUi16(p, d) *(UInt16 *)(p) = (d);
75 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
120 #define GetBe16(p) (((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1])
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_macos.h35 typedef UInt16 uint16_t;
/external/chromium_org/third_party/speex/include/speex/
H A Dspeex_types.h55 typedef UInt16 spx_uint16_t;
/external/chromium_org/win8/metro_driver/
H A Dwinrt_utils.h39 DECLARE_CREATE_PROPERTY(UInt16, UINT16);
/external/lzma/CPP/7zip/Archive/
H A DDllExports2.cpp45 static const UInt16 kDecodeId = 0x2790;
/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/chromium_org/crypto/
H A Dmock_apple_keychain.h90 UInt16 port, SecProtocolType protocol,
162 UInt16 port,
H A Dapple_keychain.h92 UInt16 port, SecProtocolType protocol,
/external/lzma/CPP/Windows/
H A DTime.cpp22 return BOOLToBool(::DosDateTimeToFileTime((UInt16)(dosTime >> 16), (UInt16)(dosTime & 0xFFFF), &ft));
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Ddarwin_usb.h117 UInt16 address;

Completed in 614 milliseconds

123