Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.h109 #define HASH_BITS 18 macro
110 #define HASH_SIZE (1 << HASH_BITS)
Dbackward_references_enc.c233 key = key >> (32 - HASH_BITS); in GetPixPairHash64()
/third_party/flutter/skia/third_party/externals/libwebp/src/enc/
Dbackward_references_enc.h108 #define HASH_BITS 18 macro
109 #define HASH_SIZE (1 << HASH_BITS)
Dbackward_references_enc.c202 key = key >> (32 - HASH_BITS); in GetPixPairHash64()
/third_party/selinux/libselinux/src/
Dmatchpathcon.c185 #define HASH_BITS 16 macro
186 #define HASH_BUCKETS (1 << HASH_BITS)
210 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in matchpathcon_filespec_add()
Dselinux_restorecon.c399 #define HASH_BITS 16 macro
400 #define HASH_BUCKETS (1 << HASH_BITS)
434 h = (ino + (ino >> HASH_BITS)) & HASH_MASK; in filespec_add()
/third_party/boost/boost/beast/zlib/detail/
Ddeflate_stream.ipp1733 /* The code is optimized for HASH_BITS >= 8 and maxMatch-2 multiple of 16.
1772 * the hash keys are equal and that HASH_BITS >= 8.
/third_party/boost/libs/beast/include/boost/beast/zlib/detail/
Ddeflate_stream.ipp1733 /* The code is optimized for HASH_BITS >= 8 and maxMatch-2 multiple of 16.
1772 * the hash keys are equal and that HASH_BITS >= 8.