Home
last modified time | relevance | path

Searched defs:hash_bits (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/libwebp/src/utils/
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits) { in VP8LColorCacheInit()
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit()
/third_party/python/Include/
Dpyhash.h89 const int hash_bits; member
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h138 uInt hash_bits; /* log2(hash_size) */ member
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/zlib/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/skia/third_party/externals/zlib/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/node/deps/zlib/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/quickjs/
Dquickjs.c4287 static uint32_t get_shape_hash(uint32_t h, int hash_bits) in get_shape_hash()