Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_to_binary_tree_inc.h95 static BROTLI_INLINE size_t FN(LeftChildIndex)(HashToBinaryTree* self, in FN() argument
130 size_t node_left = FN(LeftChildIndex)(self, cur_ix); in FN()
170 forest[node_left] = forest[FN(LeftChildIndex)(self, prev_ix)]; in FN()
187 node_right = FN(LeftChildIndex)(self, prev_ix); in FN()