Searched refs:MakeTable (Results 1 – 10 of 10) sorted by relevance
57 tabISO := MakeTable(ISO)58 tabECMA := MakeTable(ECMA)78 table := MakeTable(ISO)110 table := MakeTable(ECMA)144 h1 := New(MakeTable(ISO))145 h2 := New(MakeTable(ECMA))163 h := New(MakeTable(poly))
49 func MakeTable(poly uint64) *Table { func205 return Checksum(b, MakeTable(ISO))
22 go MakeTable(Castagnoli)155 table := MakeTable(Castagnoli)190 h2 := New(MakeTable(Castagnoli))268 castagnoliTab := MakeTable(Castagnoli)297 b.Run("poly=Castagnoli", benchmarkAll(New(MakeTable(Castagnoli))))298 b.Run("poly=Koopman", benchmarkAll(New(MakeTable(Koopman))))
24 crc32q := crc32.MakeTable(0xD5828281)
124 func MakeTable(poly uint32) *Table { func
42 …{"crc64", func() hash.Hash { return crc64.New(crc64.MakeTable(crc64.ISO)) }, fromHex("6372630273ba…
832 std::unique_ptr<Table> MakeTable(size_t slice_bits) const { in MakeTable() function in TableBuilder1101 auto raw = MakeTable(slice_bits); in Choose()
882 std::unique_ptr<Table> MakeTable(size_t slice_bits) const { in MakeTable() function in TableBuilder1153 auto raw = MakeTable(slice_bits); in Choose()
1940 h := crc32.New(crc32.MakeTable(0x12345678))
3337 pkg hash/crc32, func MakeTable(uint32) *Table3347 pkg hash/crc64, func MakeTable(uint64) *Table