Searched refs:ll16 (Results 1 - 10 of 10) sorted by relevance

/external/clang/test/SemaCXX/
H A Dvector.cpp10 void f0_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
12 f0(ll16);
20 void f1_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
22 float &fr1 = f1(ll16);
30 void f2_test(char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e) { argument
32 f2(ll16);
40 void conditional(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, argument
44 __typeof__(Cond? ll16 : ll16) *ll16p1 = &ll16;
61 casts(longlong16 ll16, longlong16_e ll16e) argument
108 test_implicit_conversions(bool Cond, char16 c16, longlong16 ll16, char16_e c16e, longlong16_e ll16e, convertible_to<char16> to_c16, convertible_to<longlong16> to_ll16, convertible_to<char16_e> to_c16e, convertible_to<longlong16_e> to_ll16e, convertible_to<char16&> rto_c16, convertible_to<char16_e&> rto_c16e) argument
[all...]
/external/bzip2/
H A Dbzlib_private.h384 UInt16 *ll16; member in struct:__anon1746
468 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
473 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
H A Ddecompress.c212 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
405 s->ll16[nblock] = (UInt16)uc;
479 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
531 uc = (UChar)(s->ll16[i]);
H A Dbzlib.c522 s->ll16 = NULL;
871 if (s->ll16 != NULL) BZFREE(s->ll16);
/external/valgrind/main/perf/
H A Dtest_input_for_tinycc.c1134 UInt16 *ll16; member in struct:__anon33270
1534 s->ll16 = (strm->bzalloc)(strm->opaque,(s->blockSize100k * 100000 * sizeof(UInt16)),1);
1538 if (s->ll16 == ((void *)0) || s->ll4 == ((void *)0)) { retVal = (-3); goto save_state_and_return; };;
1720 s->ll16[nblock] = (UInt16)uc;
1794 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
1833 uc = (UChar)(s->ll16[i]);
1834 { s->ll16[i] = (UInt16)(s->cftabCopy[uc] & 0x0000ffff); { if (((i) & 0x1) == 0) s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (s->cftabCopy[uc] >> 16); else s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((s->cftabCopy[uc] >> 16) << 4); }; };
1840 j = (((UInt32)s->ll16[i]) | (((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF) << 16));
1842 Int32 tmp = (((UInt32)s->ll16[j]) | (((((UInt32)(s->ll4[(j) >> 1])) >> (((j) << 2) & 0x4)) & 0xF) << 16));
1843 { s->ll16[
[all...]
H A Dbz2.c766 UInt16 *ll16; member in struct:__anon33257
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) );
1581 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
1763 s->ll16[nblock] = (UInt16)uc;
1837 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
1876 uc = (UChar)(s->ll16[i]);
4888 s->ll16 = NULL;
5221 if (s->ll16 !
[all...]
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c750 UInt16 *ll16; member in struct:__anon32328
830 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
835 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
1562 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) );
1566 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
1748 s->ll16[nblock] = (UInt16)uc;
1822 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
1861 uc = (UChar)(s->ll16[i]);
4873 s->ll16 = NULL;
5206 if (s->ll16 !
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c773 UInt16 *ll16; member in struct:__anon32818
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) );
1590 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
1772 s->ll16[nblock] = (UInt16)uc;
1846 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
1885 uc = (UChar)(s->ll16[i]);
4897 s->ll16 = NULL;
5230 if (s->ll16 !
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c766 UInt16 *ll16; member in struct:__anon33060
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) );
1581 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
1763 s->ll16[nblock] = (UInt16)uc;
1837 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
1876 uc = (UChar)(s->ll16[i]);
4888 s->ll16 = NULL;
5221 if (s->ll16 !
[all...]
H A Dvarinfo6.c804 UInt16 *ll16; member in struct:__anon33076
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) );
1619 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
1802 s->ll16[nblock] = (UInt16)uc;
1876 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else
1915 uc = (UChar)(s->ll16[i]);
4926 s->ll16 = NULL;
5259 if (s->ll16 !
[all...]

Completed in 1926 milliseconds