/third_party/skia/third_party/externals/libwebp/src/utils/ |
D | color_cache_utils.c | 23 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()
|
D | color_cache_utils.h | 75 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
|
/third_party/flutter/skia/third_party/externals/libwebp/src/utils/ |
D | color_cache_utils.c | 23 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()
|
D | color_cache_utils.h | 75 int VP8LColorCacheInit(VP8LColorCache* const color_cache, int hash_bits);
|
/third_party/python/Include/ |
D | pyhash.h | 89 const int hash_bits; member
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.c | 312 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");
|
D | deflate.h | 144 uInt hash_bits; /* log2(hash_size) */ member
|
/third_party/node/deps/zlib/ |
D | deflate.c | 310 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");
|
D | deflate.h | 144 uInt hash_bits; /* log2(hash_size) */ member
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 138 uInt hash_bits; /* log2(hash_size) */ member
|
D | deflate.c | 276 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/ |
D | deflate.h | 144 uInt hash_bits; /* log2(hash_size) */ member
|
D | deflate.c | 316 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/ |
D | deflate.h | 144 uInt hash_bits; /* log2(hash_size) */ member
|
D | deflate.c | 314 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/ |
D | deflate.h | 144 uInt hash_bits; /* log2(hash_size) */ member
|
D | deflate.c | 316 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/ |
D | deflate.c | 359 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");
|
D | deflate.h | 144 uInt hash_bits; /* log2(hash_size) */ member
|
/third_party/node/deps/zlib/patches/ |
D | 0001-simd.patch | 653 - 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/ |
D | 0001-simd.patch | 653 - 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/ |
D | 0001-simd.patch | 653 - 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/ |
D | test_sys.py | 510 self.assertIn(sys.hash_info.hash_bits, {32, 64})
|
/third_party/python/Python/ |
D | sysmodule.c | 1415 PyLong_FromLong(hashfunc->hash_bits)); in get_hash_info()
|
/third_party/python/Doc/library/ |
D | sys.rst | 871 | :const:`hash_bits` | internal output size of the hash algorithm | 880 Added *algorithm*, *hash_bits* and *seed_bits*
|