Home
last modified time | relevance | path

Searched refs:ll16 (Results 1 – 9 of 9) sorted by relevance

/external/clang/test/SemaCXX/
Dvector.cpp13 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f0_test() argument
15 f0(ll16); in f0_test()
23 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f1_test() argument
25 float &fr1 = f1(ll16); in f1_test()
33 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { in f2_test() argument
35 f2(ll16); in f2_test()
43 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, in conditional() argument
47 __typeof__(Cond? ll16 : ll16) *ll16p1 = &ll16; in conditional()
54 __typeof__(Cond? ll16 : ll16e) *ll16ep2 = &ll16e; in conditional()
55 __typeof__(Cond? ll16e : ll16) *ll16ep3 = &ll16e; in conditional()
[all …]
/external/bzip2/
Dbzlib_private.h384 UInt16 *ll16; member
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
473 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
Ddecompress.c212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
405 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
479 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
531 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
Dbzlib.c522 s->ll16 = NULL; in BZ_API()
871 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()
/external/valgrind/perf/
Dtest_input_for_tinycc.c1134 UInt16 *ll16; member
1534 s->ll16 = (strm->bzalloc)(strm->opaque,(s->blockSize100k * 100000 * sizeof(UInt16)),1); in BZ2_decompress()
1538 …if (s->ll16 == ((void *)0) || s->ll4 == ((void *)0)) { retVal = (-3); goto save_state_and_return; … in BZ2_decompress()
1720 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1794 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
1833 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
1834 …{ s->ll16[i] = (UInt16)(s->cftabCopy[uc] & 0x0000ffff); { if (((i) & 0x1) == 0) s->ll4[(i) >> 1] =… in BZ2_decompress()
1840 … j = (((UInt32)s->ll16[i]) | (((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF) << 16)); in BZ2_decompress()
1842 …Int32 tmp = (((UInt32)s->ll16[j]) | (((((UInt32)(s->ll4[(j) >> 1])) >> (((j) << 2) & 0x4)) & 0xF) … in BZ2_decompress()
1843 …{ s->ll16[j] = (UInt16)(i & 0x0000ffff); { if (((j) & 0x1) == 0) s->ll4[(j) >> 1] = (s->ll4[(j) >>… in BZ2_decompress()
[all …]
Dbz2.c766 UInt16 *ll16; member
846 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
851 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
1575 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1579 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
1761 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1835 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
1874 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
4886 s->ll16 = NULL; in BZ_API()
5219 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()
/external/valgrind/memcheck/tests/
Dvarinfo6.c804 UInt16 *ll16; member
884 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
889 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
1615 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1619 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
1802 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1876 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
1915 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
4926 s->ll16 = NULL; in BZ_API()
5259 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()
Dorigin5-bz2.c766 UInt16 *ll16; member
846 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
851 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
1577 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1581 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
1763 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1837 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
1876 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
4888 s->ll16 = NULL; in BZ_API()
5221 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c773 UInt16 *ll16; member
853 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
858 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
1586 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
1590 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
1772 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
1846 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
1885 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
4897 s->ll16 = NULL; in BZ_API()
5230 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()