Searched refs:store_end (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ | ||
| H A D | backward_references_inc.h | 24 const size_t store_end = num_bytes >= FN(StoreLookahead)() ? local in function:EXPORT_FN 113 size_t range_end = BROTLI_MIN(size_t, position + sr.len, store_end); |
| H A D | backward_references_hq.c | 667 const size_t store_end = num_bytes >= StoreLookaheadH10() ? local in function:BrotliZopfliComputeShortestPath 707 size_t, pos + skip, store_end)); 748 const size_t store_end = num_bytes >= StoreLookaheadH10() ? local in function:BrotliCreateHqZopfliBackwardReferences 799 BROTLI_MIN(size_t, pos + match_len, store_end)); |
Completed in 4 milliseconds