HomeSort by relevance Sort by last modified time
    Searched refs:bsLive (Results 1 - 16 of 16) sorted by null

  /external/valgrind/main/perf/
test_input_for_tinycc.c 1052 Int32 bsLive;
1113 Int32 bsLive;
1519 case 10: s->state = 10; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo32 == 0) s->strm->total_in_hi32++; };
1522 case 11: s->state = 11; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; uc = v; break; } if (s->strm->avail_in == 0) { retVal = 0; goto save_state_and_return; };; s->bsBuff = (s->bsBuff << 8) | ((UInt32) (*((UChar*)(s->strm->next_in)))); s->bsLive += 8; s->strm->next_in++; s->strm->avail_in--; s->strm->total_in_lo32++; if (s->strm->total_in_lo3 (…)
    [all...]
bz2.c 624 Int32 bsLive;
745 Int32 bsLive;
    [all...]
  /external/bzip2/
compress.c 39 s->bsLive = 0;
48 while (s->bsLive > 0) {
52 s->bsLive -= 8;
60 while (s->bsLive >= 8) { \
65 s->bsLive -= 8; \
76 s->bsBuff |= (v << (32 - s->bsLive - n));
77 s->bsLive += n;
bzlib_private.h 242 Int32 bsLive;
363 Int32 bsLive;
decompress.c 46 if (s->bsLive >= nnn) { \
49 (s->bsLive-nnn)) & ((1 << nnn)-1); \
50 s->bsLive -= nnn; \
59 s->bsLive += 8; \
bzlib.c 513 s->bsLive = 0;
    [all...]
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 608 Int32 bsLive;
729 Int32 bsLive;
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 631 Int32 bsLive;
752 Int32 bsLive;
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 624 Int32 bsLive;
745 Int32 bsLive;
    [all...]
varinfo6.c 662 Int32 bsLive;
783 Int32 bsLive;
    [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 58 milliseconds