Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/brotli/research/
Dfind_opt_references.cc54 void BuildLCP(input_type* storage, sarray_type* sarray, lcp_type* lcp, in BuildLCP()
75 inline void PrintReference(sarray_type* sarray, lcp_type* lcp, size_t size, in PrintReference()
91 inline void GoLeft(sarray_type* sarray, lcp_type* lcp, int idx, int left_ix, in GoLeft()
103 inline void GoRight(sarray_type* sarray, lcp_type* lcp, int idx, size_t size, in GoRight()
115 inline void StoreReference(sarray_type* sarray, lcp_type* lcp, size_t size, in StoreReference()
130 void ProcessReferences(sarray_type* sarray, lcp_type* lcp, size_t size, in ProcessReferences()
217 sarray_type* sarray = new sarray_type[input_size]; in main() local