Searched refs:HASH_2_SIZE (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h27 #define HASH_2_SIZE (UINT32_C(1) << 10) macro
31 #define HASH_2_MASK (HASH_2_SIZE - 1)
35 #define FIX_3_HASH_SIZE (HASH_2_SIZE)
36 #define FIX_4_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE)
37 #define FIX_5_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE + HASH_4_SIZE)
H A Dlz_encoder.c319 hs += HASH_2_SIZE;
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/lz/
H A Dlz_encoder_hash.h27 #define HASH_2_SIZE (UINT32_C(1) << 10) macro
31 #define HASH_2_MASK (HASH_2_SIZE - 1)
35 #define FIX_3_HASH_SIZE (HASH_2_SIZE)
36 #define FIX_4_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE)
37 #define FIX_5_HASH_SIZE (HASH_2_SIZE + HASH_3_SIZE + HASH_4_SIZE)
H A Dlz_encoder.c319 hs += HASH_2_SIZE;

Completed in 74 milliseconds