Home
last modified time | relevance | path

Searched refs:genUint64Dist (Results 1 – 1 of 1) sorted by relevance

/external/golang-protobuf/proto/
Ddecode_test.go100 dist := genUint64Dist([11]int{0, 3, 1}, 1<<i)
125 dist := genUint64Dist([11]int{0, 1, 1, 2, 4, 8, 16, 32, 16, 1, 1}, 1<<i)
150 dist := genUint64Dist([11]int{0, 0, 0, 4, 6, 4, 0, 0, 0, 0, 0}, int(i))
209 func genUint64Dist(dist [11]int, count int) (dest []uint64) { func