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

  /external/lz4/lib/
lz4hc.c 74 #define HASH_LOG (DICTIONARY_LOGSIZE-1)
75 #define HASHTABLESIZE (1 << HASH_LOG)
104 #define HASH_FUNCTION(i) (((i) * 2654435761U) >> ((MINMATCH*8)-HASH_LOG))
  /prebuilts/tools/common/m2/repository/io/netty/netty-codec/4.1.0.CR3/
netty-codec-4.1.0.CR3.jar 

Completed in 139 milliseconds