HomeSort by relevance Sort by last modified time
    Searched refs:HashTypeLength (Results 1 - 6 of 6) sorted by null

  /external/brotli/c/enc/
backward_references_inc.h 37 while (position + FN(HashTypeLength)() < pos_end) {
71 position + FN(HashTypeLength)() < pos_end) {
hash_longest_match_quickly_inc.h 18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; }
103 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) {
hash_forgetful_chain_inc.h 27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; }
129 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) {
hash_longest_match64_inc.h 19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; }
133 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) {
hash_longest_match_inc.h 19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; }
126 if (num_bytes >= FN(HashTypeLength)() - 1 && position >= 3) {
hash_to_binary_tree_inc.h 22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; }
298 if (num_bytes >= FN(HashTypeLength)() - 1 &&

Completed in 130 milliseconds