Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
Dhash_to_binary_tree_inc.h91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in FN() argument
129 size_t node_left = FN(LeftChildIndex)(self, cur_ix); in FN()
169 forest[node_left] = forest[FN(LeftChildIndex)(self, prev_ix)]; in FN()
186 node_right = FN(LeftChildIndex)(self, prev_ix); in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash_to_binary_tree_inc.h91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in FN() argument
129 size_t node_left = FN(LeftChildIndex)(self, cur_ix); in FN()
169 forest[node_left] = forest[FN(LeftChildIndex)(self, prev_ix)]; in FN()
186 node_right = FN(LeftChildIndex)(self, prev_ix); in FN()