type hash/crc32.Table
14 uses
hash/crc32 (current package)
crc32.go#L43: type Table [256]uint32
crc32.go#L77: var castagnoliTable *Table
crc32.go#L128: func MakeTable(poly uint32) *Table {
crc32.go#L143: tab *Table
crc32.go#L151: func New(tab *Table) hash.Hash32 {
crc32.go#L214: func Update(crc uint32, tab *Table, p []byte) uint32 {
crc32.go#L251: func Checksum(data []byte, tab *Table) uint32 { return Update(0, tab, data) }
crc32.go#L261: func tableSum(t *Table) uint32 {
crc32_amd64.go#L41: type sse42Table [4]Table
crc32_generic.go#L18: func simpleMakeTable(poly uint32) *Table {
crc32_generic.go#L19: t := new(Table)
crc32_generic.go#L26: func simplePopulateTable(poly uint32, t *Table) {
crc32_generic.go#L42: func simpleUpdate(crc uint32, tab *Table, p []byte) uint32 {
crc32_generic.go#L54: type slicing8Table [8]Table
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)