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

/external/bzip2/
H A Dcompress.c152 UInt16* mtfv = s->mtfv; local
178 mtfv[wr] = BZ_RUNB; wr++;
181 mtfv[wr] = BZ_RUNA; wr++;
206 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
216 mtfv[wr] = BZ_RUNB; wr++;
219 mtfv[wr] = BZ_RUNA; wr++;
228 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
259 UInt16* mtfv = s->mtfv; local
[all...]
H A Dbzlib_private.h218 UInt16* mtfv; member in struct:__anon741
/external/valgrind/main/exp-ptrcheck/tests/
H A Dhackedbz2.c607 UInt16* mtfv; member in struct:__anon11199
3579 UInt16* mtfv = s->mtfv; local
3605 mtfv[wr] = BZ_RUNB; wr++;
3608 mtfv[wr] = BZ_RUNA; wr++;
3633 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3643 mtfv[wr] = BZ_RUNB; wr++;
3646 mtfv[wr] = BZ_RUNA; wr++;
3655 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3686 UInt16* mtfv local
[all...]
/external/valgrind/main/memcheck/tests/
H A Dorigin5-bz2.c600 UInt16* mtfv; member in struct:__anon11372
3570 UInt16* mtfv = s->mtfv; local
3596 mtfv[wr] = BZ_RUNB; wr++;
3599 mtfv[wr] = BZ_RUNA; wr++;
3624 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3634 mtfv[wr] = BZ_RUNB; wr++;
3637 mtfv[wr] = BZ_RUNA; wr++;
3646 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3677 UInt16* mtfv local
[all...]
H A Dvarinfo6.c638 UInt16* mtfv; member in struct:__anon11386
3607 UInt16* mtfv = s->mtfv; local
3633 mtfv[wr] = BZ_RUNB; wr++;
3636 mtfv[wr] = BZ_RUNA; wr++;
3661 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3671 mtfv[wr] = BZ_RUNB; wr++;
3674 mtfv[wr] = BZ_RUNA; wr++;
3683 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3714 UInt16* mtfv local
[all...]
/external/valgrind/main/perf/
H A Dbz2.c600 UInt16* mtfv; member in struct:__anon11468
3570 UInt16* mtfv = s->mtfv; local
3596 mtfv[wr] = BZ_RUNB; wr++;
3599 mtfv[wr] = BZ_RUNA; wr++;
3624 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3634 mtfv[wr] = BZ_RUNB; wr++;
3637 mtfv[wr] = BZ_RUNA; wr++;
3646 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3677 UInt16* mtfv local
[all...]
H A Dtest_input_for_tinycc.c1028 UInt16* mtfv; member in struct:__anon11481
2943 UInt16* mtfv = s->mtfv; local
2969 mtfv[wr] = 1; wr++;
2972 mtfv[wr] = 0; wr++;
2997 mtfv[wr] = j+1; wr++; s->mtfFreq[j+1]++;
3007 mtfv[wr] = 1; wr++;
3010 mtfv[wr] = 0; wr++;
3019 mtfv[wr] = EOB; wr++; s->mtfFreq[EOB]++;
3039 UInt16* mtfv local
[all...]

Completed in 108 milliseconds