Home
last modified time | relevance | path

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

/third_party/node/deps/brotli/c/enc/
Dbackward_references_inc.h24 const size_t store_end = num_bytes >= FN(StoreLookahead)() ? in EXPORT_FN() local
113 size_t range_end = BROTLI_MIN(size_t, position + sr.len, store_end); in EXPORT_FN()
Dbackward_references_hq.c667 const size_t store_end = num_bytes >= StoreLookaheadH10() ? in BrotliZopfliComputeShortestPath() local
707 size_t, pos + skip, store_end)); in BrotliZopfliComputeShortestPath()
748 const size_t store_end = num_bytes >= StoreLookaheadH10() ? in BrotliCreateHqZopfliBackwardReferences() local
799 BROTLI_MIN(size_t, pos + match_len, store_end)); in BrotliCreateHqZopfliBackwardReferences()
/third_party/skia/third_party/externals/brotli/c/enc/
Dbackward_references_inc.h24 const size_t store_end = num_bytes >= FN(StoreLookahead)() ? in EXPORT_FN() local
113 size_t range_end = BROTLI_MIN(size_t, position + sr.len, store_end); in EXPORT_FN()
Dbackward_references_hq.c667 const size_t store_end = num_bytes >= StoreLookaheadH10() ? in BrotliZopfliComputeShortestPath() local
707 size_t, pos + skip, store_end)); in BrotliZopfliComputeShortestPath()
748 const size_t store_end = num_bytes >= StoreLookaheadH10() ? in BrotliCreateHqZopfliBackwardReferences() local
799 BROTLI_MIN(size_t, pos + match_len, store_end)); in BrotliCreateHqZopfliBackwardReferences()