Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/hash/crc32/
Dcrc32.go85 castagnoliTable = simpleMakeTable(Castagnoli)
102 var IEEETable = simpleMakeTable(IEEE)
133 return simpleMakeTable(poly)
Dcrc32_test.go111 tab := simpleMakeTable(IEEE)
116 tab = simpleMakeTable(Castagnoli)
216 t1 := simpleMakeTable(poly)
Dcrc32_generic.go20 func simpleMakeTable(poly uint32) *Table { func