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

  /external/bzip2/
bzlib_private.h 122 #define BZ_G_SIZE 50
125 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
compress.c 349 ge = gs + BZ_G_SIZE - 1;
457 nSelectors <= (2 + (900000 / BZ_G_SIZE)),
550 ge = gs + BZ_G_SIZE - 1;
decompress.c 80 groupPos = BZ_G_SIZE; \
  /external/valgrind/main/VEX/switchback/
test_bzip2.c 488 #define BZ_G_SIZE 50
491 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
    [all...]
  /external/valgrind/main/exp-sgcheck/tests/
hackedbz2.c 511 #define BZ_G_SIZE 50
514 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
    [all...]
  /external/valgrind/main/memcheck/tests/
origin5-bz2.c 504 #define BZ_G_SIZE 50
507 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
    [all...]
varinfo6.c 542 #define BZ_G_SIZE 50
545 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
    [all...]
  /external/valgrind/main/perf/
bz2.c 504 #define BZ_G_SIZE 50
507 #define BZ_MAX_SELECTORS (2 + (900000 / BZ_G_SIZE))
    [all...]

Completed in 307 milliseconds