go/src/compress/bzip2/bzip2_test.go

func mustDecodeHex(s string) []byte {}

func mustLoadFile(f string) []byte {}

func trim(b []byte) string {}

func TestReader(t *testing.T) {}

func TestBitReader(t *testing.T) {}

func TestMTF(t *testing.T) {}

func TestZeroRead(t *testing.T) {}

var digits

var newton

var random

func benchmarkDecode(b *testing.B, compressed []byte) {}

func BenchmarkDecodeDigits(b *testing.B) {}

func BenchmarkDecodeNewton(b *testing.B) {}

func BenchmarkDecodeRand(b *testing.B)   {}