HomeSort by: relevance | last modified time | path
    Searched refs:rowHashLog (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/zstd/dist/lib/compress/
zstd_lazy.c 843 U32 const hashLog = ms->rowHashLog;
892 U32 const hashLog = ms->rowHashLog;
1126 * - Generate a hash for current input position and split it into a one byte of tag and `rowHashLog` bits of index.
1151 const U32 hashLog = ms->rowHashLog;
1196 U32 const dmsHash = (U32)ZSTD_hashPtr(ip, dms->rowHashLog + ZSTD_ROW_HASH_TAG_BITS, mls);
zstd_compress_internal.h 284 U32 rowHashLog; /* For row-based matchfinder: Hashlog based on nb of rows in the hashTable.*/
zstd_compress.c 2049 ms->rowHashLog = cParams->hashLog - rowLog;

Completed in 23 milliseconds