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

  /src/external/public-domain/xz/dist/src/liblzma/lz/
lz_encoder_mf.c 375 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value];
379 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos;
431 = mf->hash[FIX_4_HASH_SIZE + hash_value];
435 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos;
684 const uint32_t cur_match = mf->hash[FIX_4_HASH_SIZE + hash_value];
688 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos;
734 = mf->hash[FIX_4_HASH_SIZE + hash_value];
738 mf->hash[FIX_4_HASH_SIZE + hash_value] = pos;
lz_encoder_hash.h 50 #define FIX_4_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE)

Completed in 47 milliseconds