Home
last modified time | relevance | path

Searched refs:HashTypeLength (Results 1 – 6 of 6) sorted by relevance

/external/brotli/enc/
Dbackward_references_inc.h36 while (position + FN(HashTypeLength)() < pos_end) { in FN()
70 position + FN(HashTypeLength)() < pos_end) { in FN()
Dhash_longest_match_quickly_inc.h18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() argument
103 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) { in FN()
Dhash_longest_match64_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() argument
133 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) { in FN()
Dhash_longest_match_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() argument
126 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) { in FN()
Dhash_forgetful_chain_inc.h27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() argument
129 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) { in FN()
Dhash_to_binary_tree_inc.h22 static size_t FN(HashTypeLength)(void) { return 4; } in FN() argument
294 if (num_bytes >= FN(HashTypeLength)() - 1 && in FN()