Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dhash_composite_inc.h18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { in FN() argument
19 size_t a = FN_A(HashTypeLength)(); in FN()
20 size_t b = FN_B(HashTypeLength)(); in FN()
Dbackward_references_inc.h36 while (position + FN(HashTypeLength)() < pos_end) { in EXPORT_FN()
71 position + FN(HashTypeLength)() < pos_end) { in EXPORT_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_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_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_to_binary_tree_inc.h22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() argument
300 if (num_bytes >= FN(HashTypeLength)() - 1 && in FN()
Dhash_rolling_inc.h23 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() argument