Searched refs:HashToBinaryTree (Results 1 – 1 of 1) sorted by relevance
18 #define HashToBinaryTree HASHER() macro34 typedef struct HashToBinaryTree { struct55 } HashToBinaryTree; typedef57 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) { in FN()58 return (HashToBinaryTree*)&(GetHasherCommon(handle)[1]); in FN()61 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) { in FN()67 HashToBinaryTree* self = FN(Self)(handle); in FN()74 HashToBinaryTree* self = FN(Self)(handle); in FN()92 return sizeof(HashToBinaryTree) + 2 * sizeof(uint32_t) * num_nodes; in FN()95 static BROTLI_INLINE size_t FN(LeftChildIndex)(HashToBinaryTree* self, in FN()[all …]