HomeSort by relevance Sort by last modified time
    Searched full:hashlog (Results 1 - 2 of 2) sorted by null

  /external/lz4/lib/
lz4.c 414 const U32 hashLog = (tableType == byU16) ? LZ4_HASHLOG+1 : LZ4_HASHLOG;
416 return (U32)(((sequence << 24) * prime5bytes) >> (64 - hashLog));
418 return (U32)(((sequence >> 24) * prime8bytes) >> (64 - hashLog));
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
ecoff.c 3015 unsigned int hashsize, hashlog; local
    [all...]

Completed in 94 milliseconds