Home
last modified time | relevance | path

Searched defs:huffmanNode (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/compress/bzip2/
Dhuffman.go29 type huffmanNode struct { struct
30 left, right uint16
31 leftValue, rightValue uint16