Home | History | Annotate | Download | only in adler32

Lines Matching refs:Repeat

48 	{0x211297c8, strings.Repeat("\xff", 5548) + "8"},
49 {0xbaa198c8, strings.Repeat("\xff", 5549) + "9"},
50 {0x553499be, strings.Repeat("\xff", 5550) + "0"},
51 {0xf0c19abe, strings.Repeat("\xff", 5551) + "1"},
52 {0x8d5c9bbe, strings.Repeat("\xff", 5552) + "2"},
53 {0x2af69cbe, strings.Repeat("\xff", 5553) + "3"},
54 {0xc9809dbe, strings.Repeat("\xff", 5554) + "4"},
55 {0x69189ebe, strings.Repeat("\xff", 5555) + "5"},
56 {0x86af0001, strings.Repeat("\x00", 1e5)},
57 {0x79660b4d, strings.Repeat("a", 1e5)},
58 {0x110588ee, strings.Repeat("ABCDEFGHIJKLMNOPQRSTUVWXYZ", 1e4)},