Home
last modified time | relevance | path

Searched refs:hash_bits (Results 1 – 25 of 26) sorted by relevance

12

/third_party/skia/third_party/externals/libwebp/src/utils/
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits) { in VP8LColorCacheInit() argument
24 const int hash_size = 1 << hash_bits; in VP8LColorCacheInit()
26 assert(hash_bits > 0); in VP8LColorCacheInit()
30 color_cache->hash_shift_ = 32 - hash_bits; in VP8LColorCacheInit()
31 color_cache->hash_bits_ = hash_bits; in VP8LColorCacheInit()
Dcolor_cache_utils.h75 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/
Dcolor_cache_utils.c23 int VP8LColorCacheInit(VP8LColorCache* const cc, int hash_bits) { in VP8LColorCacheInit() argument
24 const int hash_size = 1 << hash_bits; in VP8LColorCacheInit()
26 assert(hash_bits > 0); in VP8LColorCacheInit()
30 cc->hash_shift_ = 32 - hash_bits; in VP8LColorCacheInit()
31 cc->hash_bits_ = hash_bits; in VP8LColorCacheInit()
Dcolor_cache_utils.h75 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
/third_party/python/Include/
Dpyhash.h89 const int hash_bits; member
/third_party/skia/third_party/externals/zlib/
Ddeflate.c312 s->hash_bits = memLevel + 7;
313 if ((x86_cpu_enable_simd || arm_cpu_enable_crc32) && s->hash_bits < 15) {
314 s->hash_bits = 15;
317 s->hash_size = 1 << s->hash_bits;
319 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
749 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1315 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1460 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/node/deps/zlib/
Ddeflate.c310 s->hash_bits = 15;
312 s->hash_bits = memLevel + 7;
315 s->hash_size = 1 << s->hash_bits;
317 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
740 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1306 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1433 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/libwebsockets/win32port/zlib/
Ddeflate.h138 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c276 s->hash_bits = memLevel + 7;
277 s->hash_size = 1 << s->hash_bits;
279 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
547 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1109 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1236 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c316 s->hash_bits = (uInt)memLevel + 7;
317 s->hash_size = 1 << s->hash_bits;
319 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1270 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1397 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
/third_party/zlib/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c314 s->hash_bits = (uInt)memLevel + 7;
315 s->hash_size = 1 << s->hash_bits;
317 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
744 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1310 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1437 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
Ddeflate.c316 s->hash_bits = (uInt)memLevel + 7;
317 s->hash_size = 1 << s->hash_bits;
319 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
703 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1270 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1397 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
/third_party/flutter/skia/third_party/externals/zlib/
Ddeflate.c359 s->hash_bits = 15;
361 s->hash_bits = memLevel + 7;
364 s->hash_size = 1 << s->hash_bits;
366 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
789 if (s->w_bits != 15 || s->hash_bits != 8 + 7)
1355 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
1482 Assert(s->hash_bits >= 8 && MAX_MATCH == 258, "Code too clever");
Ddeflate.h144 uInt hash_bits; /* log2(hash_size) */ member
/third_party/node/deps/zlib/patches/
D0001-simd.patch653 - s->hash_bits = (uInt)memLevel + 7;
655 + s->hash_bits = 15;
657 + s->hash_bits = memLevel + 7;
660 s->hash_size = 1 << s->hash_bits;
662 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
/third_party/flutter/skia/third_party/externals/zlib/patches/
D0001-simd.patch653 - s->hash_bits = (uInt)memLevel + 7;
655 + s->hash_bits = 15;
657 + s->hash_bits = memLevel + 7;
660 s->hash_size = 1 << s->hash_bits;
662 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
/third_party/skia/third_party/externals/zlib/patches/
D0001-simd.patch653 - s->hash_bits = (uInt)memLevel + 7;
655 + s->hash_bits = 15;
657 + s->hash_bits = memLevel + 7;
660 s->hash_size = 1 << s->hash_bits;
662 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
/third_party/python/Lib/test/
Dtest_sys.py510 self.assertIn(sys.hash_info.hash_bits, {32, 64})
/third_party/python/Python/
Dsysmodule.c1415 PyLong_FromLong(hashfunc->hash_bits)); in get_hash_info()
/third_party/python/Doc/library/
Dsys.rst871 | :const:`hash_bits` | internal output size of the hash algorithm |
880 Added *algorithm*, *hash_bits* and *seed_bits*

12