Searched refs:hash_shift (Results 1 – 21 of 21) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | lagarithrac.c | 48 l->hash_shift = FFMAX(l->scale, 10) - 10; in ff_lag_rac_init() 52 unsigned r = i << l->hash_shift; in ff_lag_rac_init()
|
D | lagarithrac.h | 43 unsigned hash_shift; /**< Number of bits to shift to calculate hash for radix search. */ member 91 low_scaled = l->low / (range_scaled<<(l->hash_shift)); in lag_get_rac()
|
/third_party/node/deps/zlib/contrib/optimizations/ |
D | insert_string.h | 41 #define UPDATE_HASH(s, h, c) (h = (((h) << s->hash_shift) ^ (c)) & s->hash_mask)
|
/third_party/skia/third_party/externals/zlib/contrib/optimizations/ |
D | insert_string.h | 82 #define UPDATE_HASH(s, h, c) (h = (((h) << s->hash_shift) ^ (c)) & s->hash_mask)
|
/third_party/node/deps/v8/third_party/zlib/contrib/optimizations/ |
D | insert_string.h | 82 #define UPDATE_HASH(s, h, c) (h = (((h) << s->hash_shift) ^ (c)) & s->hash_mask)
|
/third_party/libwebsockets/win32port/zlib/ |
D | deflate.h | 141 uInt hash_shift; member
|
D | deflate.c | 164 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) 279 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
|
/third_party/zlib/ |
D | deflate.h | 147 uInt hash_shift; member
|
D | deflate.c | 157 #define UPDATE_HASH(s,h,c) (h = (((h) << s->hash_shift) ^ (c)) & s->hash_mask) 313 s->hash_shift = ((s->hash_bits + MIN_MATCH-1) / MIN_MATCH);
|
/third_party/skia/third_party/externals/zlib/ |
D | deflate.h | 147 uInt hash_shift; member
|
D | deflate.c | 319 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
|
/third_party/node/deps/v8/third_party/zlib/ |
D | deflate.h | 147 uInt hash_shift; member
|
D | deflate.c | 324 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
|
/third_party/node/deps/zlib/ |
D | deflate.h | 151 uInt hash_shift; member
|
D | deflate.c | 477 s->hash_shift = ((s->hash_bits + MIN_MATCH-1) / MIN_MATCH); in deflateInit2_()
|
/third_party/node/deps/v8/third_party/zlib/patches/ |
D | 0001-simd.patch | 589 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) 662 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
|
/third_party/skia/third_party/externals/zlib/patches/ |
D | 0001-simd.patch | 589 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) 662 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
|
/third_party/node/deps/zlib/patches/ |
D | 0001-simd.patch | 589 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask) 662 s->hash_shift = ((s->hash_bits+MIN_MATCH-1)/MIN_MATCH);
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 14768 unsigned int hash_shift; member 49408 int hash_shift; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v0.abi | 19457 …<var-decl name="hash_shift" type-id="f0981eeb" visibility="default" filepath="include/net/neighbou… 56938 …<var-decl name="hash_shift" type-id="f0981eeb" visibility="default" filepath="include/net/neighbou…
|
D | test-PR27569-v1.abi | 19465 …<var-decl name="hash_shift" type-id="f0981eeb" visibility="default" filepath="include/net/neighbou… 56953 …<var-decl name="hash_shift" type-id="f0981eeb" visibility="default" filepath="include/net/neighbou…
|