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

1 2 3

  /external/clang/test/CodeGen/
pascal-wchar-string.c 8 typedef unsigned short UInt16;
10 typedef UInt16 UniChar;
  /external/lzma/CPP/7zip/Common/
RegisterArc.h 18 UInt16 SignatureOffset;
20 UInt16 Flags;
  /external/lzma/C/
Ppmd.h 37 UInt16 Summ; /* Freq */
49 UInt16 SuccessorLow;
50 UInt16 SuccessorHigh;
CpuArch.h 65 #define GetUi16(p) (*(const UInt16 *)(const void *)(p))
68 #define SetUi16(p, d) *(UInt16 *)(p) = (d);
74 #define GetUi16(p) (((const Byte *)(p))[0] | ((UInt16)((const Byte *)(p))[1] << 8))
121 #define GetBe16(p) ((UInt16)(((UInt16)((const Byte *)(p))[0] << 8) | ((const Byte *)(p))[1]))
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/CPP/Common/
MyGuidDef.h 10 UInt16 Data2;
11 UInt16 Data3;
  /system/connectivity/shill/test-scripts/
set-device-property 14 device.SetProperty(property_key, dbus.UInt16(value))
  /external/lzma/C/Util/7z/
7zMain.c 40 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen)
89 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen)
104 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s
147 static WRes MyCreateDir(const UInt16 *name)
173 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name)
188 static SRes PrintString(const UInt16 *s)
316 UInt16 *temp = NULL;
410 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0]));
478 UInt16 *name = (UInt16 *)temp;
    [all...]
  /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);
146 Set16(p + 4, (UInt16)(size - 8));
157 Set16(p + 0, (UInt16)subOffs);
    [all...]
  /system/core/adb/
usb_osx.cpp 98 UInt16 vendor, UInt16 product);
133 UInt16 vendor;
134 UInt16 product;
221 UInt16 buffer[256];
222 UInt16 languages[128];
311 CheckInterface(IOUSBInterfaceInterface190 **interface, UInt16 vendor, UInt16 product)
356 UInt16 maxPacketSize;
  /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/lzma/CPP/7zip/Archive/
DllExports2.cpp 45 static const UInt16 kDecodeId = 0x2790;
  /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...]
bzlib_private.h 47 typedef unsigned short UInt16;
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
  /external/avahi/avahi-sharp/
EntryGroup.cs 93 byte[] domain, byte[] host, UInt16 port,
195 UInt16 port, params string[] txt)
201 UInt16 port, params string[] txt)
207 string host, UInt16 port, params string[] txt)
221 string host, UInt16 port, params byte[][] txt)
235 string domain, string host, UInt16 port, IntPtr list)
  /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/autotest/client/cros/
dbus_util.py 22 elif isinstance(value, dbus.UInt16):
  /external/libchrome/crypto/
apple_keychain.h 93 UInt16 port, SecProtocolType protocol,
  /external/libogg/include/ogg/
os_types.h 64 typedef UInt16 ogg_uint16_t;
  /external/libopus/include/
opus_types.h 74 typedef UInt16 opus_uint16;

Completed in 1890 milliseconds

1 2 3