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

  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder_hash.h 41 #define HASH_2_SIZE (UINT32_C(1) << 10)
45 #define HASH_2_MASK (HASH_2_SIZE - 1)
49 #define FIX_3_HASH_SIZE (HASH_2_SIZE)
50 #define FIX_4_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE)
51 #define FIX_5_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE + HASH_4_SIZE)
lz_encoder.c 331 hs += HASH_2_SIZE;

Completed in 45 milliseconds