Searched defs:ll4 (Results 1 - 9 of 9) sorted by relevance

/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.list/
H A Dp7-0x.cpp176 unsigned long long ll4 = { us }; // OK local
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp250 constexpr long long ll4 = ll3 - 1; // expected-error {{constant}} expected-note {{ -9223372036854775809 }} member in namespace:UndefinedBehavior::Overflow
/external/bzip2/
H A Dbzlib_private.h385 UChar *ll4; member in struct:__anon1746
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)
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c751 UChar *ll4; member in struct:__anon32328
822 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0xf0) | (n); else \
823 s->ll4[(i) >> 1] = (s->ll4[(i) >> 1] & 0x0f) | ((n) << 4); \
827 ((((UInt32)(s->ll4[(i) >> 1])) >> (((i) << 2) & 0x4)) & 0xF)
1563 s->ll4 = BZALLOC(
1566 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
4872 s->ll4 = NULL;
5207 if (s->ll4 !
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c774 UChar *ll4; member in struct:__anon32818
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(
1590 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
4896 s->ll4 = NULL;
5231 if (s->ll4 !
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c767 UChar *ll4; member in struct:__anon33060
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(
1581 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
4887 s->ll4 = NULL;
5222 if (s->ll4 !
[all...]
H A Dvarinfo6.c805 UChar *ll4; member in struct:__anon33076
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(
1619 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
4925 s->ll4 = NULL;
5260 if (s->ll4 !
[all...]
/external/valgrind/main/perf/
H A Dbz2.c767 UChar *ll4; member in struct:__anon33257
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(
1581 if (s->ll16 == NULL || s->ll4 == NULL) RETURN(BZ_MEM_ERROR);
4887 s->ll4 = NULL;
5222 if (s->ll4 !
[all...]
H A Dtest_input_for_tinycc.c1135 UChar *ll4; member in struct:__anon33270
1535 s->ll4 = (strm->bzalloc)(strm->opaque,(((1 + s->blockSize100k * 100000) >> 1) * sizeof(UChar)),1);
1538 if (s->ll16 == ((void *)0) || s->ll4 == ((void *)0)) { retVal = (-3); goto save_state_and_return; };;
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[j] = (UInt16)(i & 0x0000ffff); { if (((j) & 0x1) == 0) s->ll4[(
[all...]

Completed in 3156 milliseconds