Searched refs:HMASK (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/libcryptoxx-5.6.0/
H A Dzdeflate.h107 unsigned int DSIZE, DMASK, HSIZE, HMASK, GOOD_MATCH, MAX_LAZYLENGTH, MAX_CHAIN_LENGTH; member in class:Deflator
H A Dzdeflate.cpp253 HMASK = HSIZE - 1;
361 return ((str[0] << 10) ^ (str[1] << 5) ^ str[2]) & HMASK;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_uncompress.c53 #define HMASK (HSIZE-1) /* unused */ macro

Completed in 98 milliseconds