Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h18 #define HashToBinaryTree HASHER() macro
34 typedef struct HashToBinaryTree { struct
55 } HashToBinaryTree; typedef
57 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 …]