Searched refs:hlog (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/sys/contrib/zstd/lib/compress/ |
| D | zstd_fast.c | 45 U32 const hlog, U32 const stepSize, U32 const mls) in ZSTD_compressBlock_fast_generic() argument 69 size_t const h = ZSTD_hashPtr(ip, hlog, mls); in ZSTD_compressBlock_fast_generic() 100 …hashTable[ZSTD_hashPtr(base+current+2, hlog, mls)] = current+2; /* here because current+2 could b… in ZSTD_compressBlock_fast_generic() 101 hashTable[ZSTD_hashPtr(ip-2, hlog, mls)] = (U32)(ip-2-base); in ZSTD_compressBlock_fast_generic() 109 hashTable[ZSTD_hashPtr(ip, hlog, mls)] = (U32)(ip-base); in ZSTD_compressBlock_fast_generic() 129 U32 const hlog = cParams->hashLog; in ZSTD_compressBlock_fast() local 136 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, hlog, stepSize, 4); in ZSTD_compressBlock_fast() 138 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, hlog, stepSize, 5); in ZSTD_compressBlock_fast() 140 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, hlog, stepSize, 6); in ZSTD_compressBlock_fast() 142 return ZSTD_compressBlock_fast_generic(ms, seqStore, rep, src, srcSize, hlog, stepSize, 7); in ZSTD_compressBlock_fast() [all …]
|
| /freebsd-12-stable/contrib/binutils/bfd/ |
| D | ecoff.c | 2818 unsigned int hlog) in ecoff_armap_hash() argument 2822 if (hlog == 0) in ecoff_armap_hash() 2829 return hash >> (32 - hlog); in ecoff_armap_hash() 2924 unsigned int hlog; in _bfd_ecoff_slurp_armap() local 2928 hlog = 0; in _bfd_ecoff_slurp_armap() 2930 hlog++; in _bfd_ecoff_slurp_armap() 2944 hlog); in _bfd_ecoff_slurp_armap()
|
| D | ChangeLog-9697 | 4400 * ecoff.c (ecoff_armap_hash): If hlog is 0, just return 0, rather
|
| /freebsd-12-stable/sys/contrib/zstd/programs/ |
| D | zstd.1.md | 313 - `hashLog`=_hlog_, `hlog`=_hlog_:
|