Home
last modified time | relevance | path

Searched refs:ll4 (Results 1 – 12 of 12) sorted by relevance

/external/bzip2/
Dbzlib_private.h385 UChar *ll4; member
460 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
461 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
465 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
Ddecompress.c213 s->ll4 = BZALLOC( in BZ2_decompress()
216 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
Dbzlib.c521 s->ll4 = NULL; in BZ_API()
872 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()
/external/valgrind/perf/
Dtest_input_for_tinycc.c1135 UChar *ll4; member
1535 … s->ll4 = (strm->bzalloc)(strm->opaque,(((1 + s->blockSize100k * 100000) >> 1) * sizeof(UChar)),1); in BZ2_decompress()
1538 …if (s->ll16 == ((void *)0) || s->ll4 == ((void *)0)) { retVal = (-3); goto save_state_and_return; … in BZ2_decompress()
1834 … if (((i) & 0x1) == 0) s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (s->cftabCopy[uc] >> 16); el… 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 …fff); { if (((j) & 0x1) == 0) s->ll4[(j) >> 1] = (s->ll4[(j) >> 1] & 0xf0) | (i >> 16); else s->ll… in BZ2_decompress()
1853 …>tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)(s->ll4[(s->tPos) >> 1])) >… in BZ2_decompress()
1856 …>tPos, s->cftab ); s->tPos = (((UInt32)s->ll16[s->tPos]) | (((((UInt32)(s->ll4[(s->tPos) >> 1])) >… in BZ2_decompress()
3979 s->ll4 = ((void *)0); in BZ2_bzDecompressInit()
[all …]
Dbz2.c767 UChar *ll4; member
838 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
839 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
843 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
1576 s->ll4 = BZALLOC( in BZ2_decompress()
1579 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
4885 s->ll4 = NULL; in BZ_API()
5220 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
Dp7-0x.cpp179 unsigned long long ll4 = { us }; // OK in shrink_int() local
/external/clang/test/ARCMT/
Dobjcmt-ns-macros.m380 ll4
Dobjcmt-ns-macros.m.result359 ll4
/external/valgrind/memcheck/tests/
Dvarinfo6.c805 UChar *ll4; member
876 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
877 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
881 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
1616 s->ll4 = BZALLOC( in BZ2_decompress()
1619 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
4925 s->ll4 = NULL; in BZ_API()
5260 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()
Dorigin5-bz2.c767 UChar *ll4; member
838 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
839 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
843 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
1578 s->ll4 = BZALLOC( in BZ2_decompress()
1581 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
4887 s->ll4 = NULL; in BZ_API()
5222 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()
/external/valgrind/exp-sgcheck/tests/
Dhackedbz2.c774 UChar *ll4; member
845 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
846 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
850 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
1587 s->ll4 = BZALLOC( in BZ2_decompress()
1590 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR); in BZ2_decompress()
4896 s->ll4 = NULL; in BZ_API()
5231 if (s->ll4 != NULL) BZFREE(s->ll4); in BZ_API()
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp250 …constexpr long long ll4 = ll3 - 1; // expected-error {{constant}} expected-note {{ -92233720368547… variable