Lines Matching defs:B

83 func bmMemmove(n int, b *testing.B) {
92 func BenchmarkMemmove0(b *testing.B) { bmMemmove(0, b) }
93 func BenchmarkMemmove1(b *testing.B) { bmMemmove(1, b) }
94 func BenchmarkMemmove2(b *testing.B) { bmMemmove(2, b) }
95 func BenchmarkMemmove3(b *testing.B) { bmMemmove(3, b) }
96 func BenchmarkMemmove4(b *testing.B) { bmMemmove(4, b) }
97 func BenchmarkMemmove5(b *testing.B) { bmMemmove(5, b) }
98 func BenchmarkMemmove6(b *testing.B) { bmMemmove(6, b) }
99 func BenchmarkMemmove7(b *testing.B) { bmMemmove(7, b) }
100 func BenchmarkMemmove8(b *testing.B) { bmMemmove(8, b) }
101 func BenchmarkMemmove9(b *testing.B) { bmMemmove(9, b) }
102 func BenchmarkMemmove10(b *testing.B) { bmMemmove(10, b) }
103 func BenchmarkMemmove11(b *testing.B) { bmMemmove(11, b) }
104 func BenchmarkMemmove12(b *testing.B) { bmMemmove(12, b) }
105 func BenchmarkMemmove13(b *testing.B) { bmMemmove(13, b) }
106 func BenchmarkMemmove14(b *testing.B) { bmMemmove(14, b) }
107 func BenchmarkMemmove15(b *testing.B) { bmMemmove(15, b) }
108 func BenchmarkMemmove16(b *testing.B) { bmMemmove(16, b) }
109 func BenchmarkMemmove32(b *testing.B) { bmMemmove(32, b) }
110 func BenchmarkMemmove64(b *testing.B) { bmMemmove(64, b) }
111 func BenchmarkMemmove128(b *testing.B) { bmMemmove(128, b) }
112 func BenchmarkMemmove256(b *testing.B) { bmMemmove(256, b) }
113 func BenchmarkMemmove512(b *testing.B) { bmMemmove(512, b) }
114 func BenchmarkMemmove1024(b *testing.B) { bmMemmove(1024, b) }
115 func BenchmarkMemmove2048(b *testing.B) { bmMemmove(2048, b) }
116 func BenchmarkMemmove4096(b *testing.B) { bmMemmove(4096, b) }