Home
last modified time | relevance | path

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

12

/external/lzma/C/Util/7z/
D7zMain.c37 static Bool Utf16_To_Utf8(Byte *dest, size_t *destLen, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8()
86 static SRes Utf16_To_Utf8Buf(CBuf *dest, const UInt16 *src, size_t srcLen) in Utf16_To_Utf8Buf()
100 static SRes Utf16_To_Char(CBuf *buf, const UInt16 *s, int fileMode) in Utf16_To_Char()
134 static WRes MyCreateDir(const UInt16 *name) in MyCreateDir()
160 static WRes OutFile_OpenUtf16(CSzFile *p, const UInt16 *name) in OutFile_OpenUtf16()
175 static SRes PrintString(const UInt16 *s) in PrintString()
292 UInt16 *temp = NULL; in main()
375 temp = (UInt16 *)SzAlloc(NULL, tempSize * sizeof(temp[0])); in main()
433 UInt16 *name = (UInt16 *)temp; in main()
434 const UInt16 *destPath = (const UInt16 *)name; in main()
/external/lzma/C/
DPpmd7.c10 static const UInt16 kInitBinEsc[] = { 0x3CDD, 0x1F3F, 0x59BF, 0x48F3, 0x64A1, 0x5ABC, 0x6632, 0x605…
46 UInt16 Stamp; /* must be at offset 0 as CPpmd7_Context::NumStats. Stamp=0 means free */
47 UInt16 NU;
160 UInt16 nu = I2U(i); in GlueFreeBlocks()
170 node->NU = (UInt16)nu; in GlueFreeBlocks()
192 node->NU = (UInt16)nu; in GlueFreeBlocks()
281 (p)->SuccessorLow = (UInt16)((UInt32)(v) & 0xFFFF); in SetSuccessor()
282 (p)->SuccessorHigh = (UInt16)(((UInt32)(v) >> 16) & 0xFFFF); in SetSuccessor()
317 UInt16 *dest = p->BinSumm[i] + k; in RestartModel()
318 UInt16 val = (UInt16)(PPMD_BIN_SCALE - kInitBinEsc[k] / (i + 2)); in RestartModel()
[all …]
DPpmd.h35 UInt16 Summ; /* Freq */
47 UInt16 SuccessorLow;
48 UInt16 SuccessorHigh;
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])
DPpmd7Enc.c117 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7_EncodeSymbol()
122 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob); in Ppmd7_EncodeSymbol()
130 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob); in Ppmd7_EncodeSymbol()
183 see->Summ = (UInt16)(see->Summ + sum + escFreq); in Ppmd7_EncodeSymbol()
DPpmd7Dec.c122 UInt16 *prob = Ppmd7_GetBinSumm(p); in Ppmd7_DecodeSymbol()
126 *prob = (UInt16)PPMD_UPDATE_PROB_0(*prob); in Ppmd7_DecodeSymbol()
131 *prob = (UInt16)PPMD_UPDATE_PROB_1(*prob); in Ppmd7_DecodeSymbol()
184 see->Summ = (UInt16)(see->Summ + freqSum); in Ppmd7_DecodeSymbol()
DPpmd7.h34 UInt16 NumStats;
35 UInt16 SummFreq;
59 UInt16 BinSumm[128][64];
/external/clang/test/CodeGen/
Dpascal-wchar-string.c8 typedef unsigned short UInt16; typedef
10 typedef UInt16 UniChar;
/external/bzip2/
Dblocksort.c350 UInt16* quadrant, in mainGtU()
356 UInt16 s1, s2; in mainGtU()
487 UInt16* quadrant, in mainSimpleSort()
623 UInt16* quadrant, in mainQSort3()
753 UInt16* quadrant, in mainSort()
766 UInt16 s; in mainSort()
776 j = (j >> 8) | ( ((UInt16)block[i]) << 8); in mainSort()
779 j = (j >> 8) | ( ((UInt16)block[i-1]) << 8); in mainSort()
782 j = (j >> 8) | ( ((UInt16)block[i-2]) << 8); in mainSort()
785 j = (j >> 8) | ( ((UInt16)block[i-3]) << 8); in mainSort()
[all …]
Dbzlib_private.h47 typedef unsigned short UInt16; typedef
218 UInt16* mtfv;
384 UInt16 *ll16;
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
Dcompress.c152 UInt16* mtfv = s->mtfv; in generateMTFValues()
256 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues()
259 UInt16* mtfv = s->mtfv; in sendMTFValues()
361 register UInt16 icv; in sendMTFValues()
390 UInt16 icv = mtfv[i]; in sendMTFValues()
556 UInt16 mtfv_i; in sendMTFValues()
/external/lzma/CPP/Common/
DMyGuidDef.h10 UInt16 Data2;
11 UInt16 Data3;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBTypes.h449 UInt16, enumerator
470 uint16_t UInt16; member
489 VARIANT_EQUAL_CASE(UInt16)
/external/lzma/CPP/Windows/
DTime.cpp22 …return BOOLToBool(::DosDateTimeToFileTime((UInt16)(dosTime >> 16), (UInt16)(dosTime & 0xFFFF), &ft… in DosTimeToFileTime()
/external/valgrind/VEX/switchback/
Dtest_bzip2.c413 typedef unsigned short UInt16; typedef
584 UInt16* mtfv;
750 UInt16 *ll16;
830 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1560 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1746 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1820 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2370 UInt16* quadrant, in mainGtU()
2376 UInt16 s1, s2; in mainGtU()
2507 UInt16* quadrant, in mainSimpleSort()
[all …]
/external/clang/test/Analysis/Inputs/
Dsystem-header-simulator-objc.h9 typedef unsigned short UInt16; typedef
15 typedef UInt16 UniChar;
/external/lzma/CPP/7zip/Archive/
DDllExports2.cpp45 static const UInt16 kDecodeId = 0x2790;
/external/tremolo/Tremolo/
Dos_types.h88 typedef UInt16 ogg_uint16_t;
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c436 typedef unsigned short UInt16; typedef
607 UInt16* mtfv;
773 UInt16 *ll16;
853 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1586 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1772 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1846 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2396 UInt16* quadrant, in mainGtU()
2402 UInt16 s1, s2; in mainGtU()
2533 UInt16* quadrant, in mainSimpleSort()
[all …]
/external/valgrind/memcheck/tests/
Dorigin5-bz2.c429 typedef unsigned short UInt16; typedef
600 UInt16* mtfv;
766 UInt16 *ll16;
846 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1577 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1763 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1837 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2387 UInt16* quadrant, in mainGtU()
2393 UInt16 s1, s2; in mainGtU()
2524 UInt16* quadrant, in mainSimpleSort()
[all …]
Dvarinfo6.c467 typedef unsigned short UInt16; typedef
638 UInt16* mtfv;
804 UInt16 *ll16;
884 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1615 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1802 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1876 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2424 UInt16* quadrant, in mainGtU()
2430 UInt16 s1, s2; in mainGtU()
2561 UInt16* quadrant, in mainSimpleSort()
[all …]
/external/valgrind/perf/
Dbz2.c429 typedef unsigned short UInt16; typedef
600 UInt16* mtfv;
766 UInt16 *ll16;
846 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
1575 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1761 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1835 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
2385 UInt16* quadrant, in mainGtU()
2391 UInt16 s1, s2; in mainGtU()
2522 UInt16* quadrant, in mainSimpleSort()
[all …]
/external/speex/include/speex/
Dspeex_types.h55 typedef UInt16 spx_uint16_t;
/external/libogg/include/ogg/
Dos_types.h64 typedef UInt16 ogg_uint16_t;
/external/libopus/include/
Dopus_types.h74 typedef UInt16 opus_uint16;

12