Home | History | Annotate | Download | only in big

Lines Matching refs:Repeat

76 		natFromString(strings.Repeat("1", 70000)),
77 natFromString("1" + strings.Repeat(strings.Repeat("0", 699)+"1", 99)),
78 natFromString(strings.Repeat("1", 700)),
84 natFromString(strings.Repeat("1", 20000)),
85 natFromString("1" + strings.Repeat("0", 9999) + "1"),
86 natFromString(strings.Repeat("1", 10000)),
598 {"0x3" + strings.Repeat("0", 32), 127, 0},
599 {"0x3" + strings.Repeat("0", 32), 128, 1},
600 {"0x3" + strings.Repeat("0", 32), 129, 1},
601 {"0x3" + strings.Repeat("0", 32), 130, 0},
632 {"0x1" + strings.Repeat("0", 100), 400, 0},
633 {"0x1" + strings.Repeat("0", 100), 401, 1},