OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_in_lo32
(Results
1 - 7
of
7
) sorted by null
/external/bzip2/
bzlib.h
52
unsigned int
total_in_lo32
;
member in struct:__anon7335
/external/valgrind/VEX/switchback/
test_bzip2.c
167
unsigned int
total_in_lo32
;
member in struct:__anon26195
[
all
...]
/external/valgrind/exp-sgcheck/tests/
hackedbz2.c
190
unsigned int
total_in_lo32
;
member in struct:__anon26727
[
all
...]
/external/valgrind/memcheck/tests/
origin5-bz2.c
183
unsigned int
total_in_lo32
;
member in struct:__anon27015
[
all
...]
varinfo6.c
221
unsigned int
total_in_lo32
;
member in struct:__anon27031
[
all
...]
/external/valgrind/perf/
bz2.c
183
unsigned int
total_in_lo32
;
member in struct:__anon27178
[
all
...]
test_input_for_tinycc.c
923
unsigned int
total_in_lo32
;
member in struct:__anon27191
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_lo32
== 0) s->strm->total_in_hi32++; };
1525
case 12: s->state = 12; 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++; }
1528
case 13: s->state = 13; while (((Bool)1)) { if (s->bsLive >= 8) { UInt32 v; v = (s->bsBuff >> (s->bsLive-8)) & ((1 << 8)-1); s->bsLive -= 8; s->blockSize100k = 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++;
[
all
...]
Completed in 313 milliseconds