Home
last modified time | relevance | path

Searched refs:ll16 (Results 1 – 7 of 7) 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/u-boot/lib/bzip2/
Dbzlib_private.h412 UInt16 *ll16; member
491 { s->ll16[i] = (UInt16)(n & 0x0000ffff); \
496 (((UInt32)s->ll16[i]) | (GET_LL4(i) << 16))
Dbzlib_decompress.c255 s->ll16 = BZALLOC( s->blockSize100k * 100000 * sizeof(UInt16) ); in BZ2_decompress()
259 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
444 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
521 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
554 uc = (UChar)(s->ll16[i]); in BZ2_decompress()
Dbzlib.c573 s->ll16 = NULL; in BZ_API()
900 if (s->ll16 != NULL) BZFREE(s->ll16); in BZ_API()
/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()
406 s->ll16[nblock] = (UInt16)uc; in BZ2_decompress()
480 s->ll16[nblock] = (UInt16)(s->seqToUnseq[uc]); else in BZ2_decompress()
532 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()