OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_bits
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stackdepot.cc
24
atomic_uint32_t hash_and_use_count; //
hash_bits
: 12; use_count : 20;
39
u32
hash_bits
=
local in function:__sanitizer::StackDepotNode::eq
41
if ((hash & kHashMask) !=
hash_bits
|| args.size != size || args.tag != tag)
/src/common/dist/zlib/
deflate.h
150
uInt
hash_bits
; /* log2(hash_size) */
member in struct:internal_state
157
* hash_shift * MIN_MATCH >=
hash_bits
deflate.c
446
s->
hash_bits
= (uInt)memLevel + 7;
447
s->hash_size = 1 << s->
hash_bits
;
449
s->hash_shift = ((s->
hash_bits
+ MIN_MATCH-1) / MIN_MATCH);
891
if (s->w_bits != 15 || s->
hash_bits
!= 8 + 7)
892
return (s->w_bits <= s->
hash_bits
&& s->level ? fixedlen : storelen) +
1378
/* The code is optimized for
HASH_BITS
>= 8 and MAX_MATCH-2 multiple of 16.
1381
Assert(s->
hash_bits
>= 8 && MAX_MATCH == 258, "Code too clever");
1416
* are equal and that
HASH_BITS
>= 8. Compare 2 bytes at a time at
1452
* the hash keys are equal and that
HASH_BITS
>= 8.
1504
/* The code is optimized for
HASH_BITS
>= 8 and MAX_MATCH-2 multiple of 16
[
all
...]
/src/sys/net/
zlib.c
411
uInt
hash_bits
; /* log2(hash_size) */
member in struct:deflate_state
418
* hash_shift * MIN_MATCH >=
hash_bits
864
s->
hash_bits
= memLevel + 7;
865
s->hash_size = 1 << s->
hash_bits
;
867
s->hash_shift = ((s->
hash_bits
+MIN_MATCH-1)/MIN_MATCH);
1380
/* The code is optimized for
HASH_BITS
>= 8 and MAX_MATCH-2 multiple of 16.
1383
Assert(s->
hash_bits
>= 8 && MAX_MATCH == 258, "Code too clever");
1412
* are equal and that
HASH_BITS
>= 8. Compare 2 bytes at a time at
1447
* the hash keys are equal and that
HASH_BITS
>= 8.
1500
/* The code is optimized for
HASH_BITS
>= 8 and MAX_MATCH-2 multiple of 16
[
all
...]
Completed in 15 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025