Searched defs:numZ (Results 1 - 7 of 7) sorted by relevance

/external/bzip2/
H A Dbzlib_private.h232 Int32 numZ; member in struct:__anon1745
/external/valgrind/main/VEX/switchback/
H A Dtest_bzip2.c598 Int32 numZ; member in struct:__anon32327
3452 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3453 s->numZ++;
3464 s->zbits[s->numZ] \
3466 s->numZ++; \
3906 nBytes = s->numZ;
3917 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3921 nBytes = s->numZ;
3929 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3932 nBytes = s->numZ;
[all...]
/external/valgrind/main/exp-sgcheck/tests/
H A Dhackedbz2.c621 Int32 numZ; member in struct:__anon32817
3476 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3477 s->numZ++;
3488 s->zbits[s->numZ] \
3490 s->numZ++; \
3930 nBytes = s->numZ;
3941 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3945 nBytes = s->numZ;
3953 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3956 nBytes = s->numZ;
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c614 Int32 numZ; member in struct:__anon33059
3467 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3468 s->numZ++;
3479 s->zbits[s->numZ] \
3481 s->numZ++; \
3921 nBytes = s->numZ;
3932 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3936 nBytes = s->numZ;
3944 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3947 nBytes = s->numZ;
[all...]
H A Dvarinfo6.c652 Int32 numZ; member in struct:__anon33075
3505 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3506 s->numZ++;
3517 s->zbits[s->numZ] \
3519 s->numZ++; \
3958 nBytes = s->numZ;
3969 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3973 nBytes = s->numZ;
3981 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3984 nBytes = s->numZ;
[all...]
/external/valgrind/main/perf/
H A Dbz2.c614 Int32 numZ; member in struct:__anon33256
3467 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
3468 s->numZ++;
3479 s->zbits[s->numZ] \
3481 s->numZ++; \
3921 nBytes = s->numZ;
3932 VPrintf1( " bytes: mapping %d, ", s->numZ-nBytes );
3936 nBytes = s->numZ;
3944 VPrintf1( "selectors %d, ", s->numZ-nBytes );
3947 nBytes = s->numZ;
[all...]
H A Dtest_input_for_tinycc.c1042 Int32 numZ; member in struct:__anon33269
2877 s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24);
2878 s->numZ++;
2888 { while (s->bsLive >= 8) { s->zbits[s->numZ] = (UChar)(s->bsBuff >> 24); s->numZ++; s->bsBuff <<= 8; s->bsLive -= 8; } };
3283 nBytes = s->numZ;
3294 vex_printf(" bytes: mapping %d, ",s->numZ-nBytes);
3298 nBytes = s->numZ;
3306 vex_printf("selectors %d, ",s->numZ-nBytes);
3309 nBytes = s->numZ;
[all...]

Completed in 155 milliseconds