Searched refs:AddMatch (Results 1 - 1 of 1) sorted by relevance
| /xsrc/external/mit/brotli/dist/c/enc/ |
| H A D | static_dict.c | 26 static BROTLI_INLINE void AddMatch(size_t distance, size_t len, size_t len_code, function in typeref:typename:BROTLI_INLINE void 100 AddMatch(id, l, l, matches); 106 AddMatch(id + 12 * n, l - 1, l, matches); 110 AddMatch(id + 49 * n, l + 3, l, matches); 122 AddMatch(id + transform_id * n, len, l, matches); 131 AddMatch(id + n, l + 1, l, matches); 134 AddMatch(id + 28 * n, l + 3, l, matches); 136 if (s[3] == ' ') AddMatch(id + 46 * n, l + 4, l, matches); 138 if (s[3] == ' ') AddMatch(id + 60 * n, l + 4, l, matches); 141 AddMatch(i [all...] |
Completed in 5 milliseconds