Home
last modified time | relevance | path

Searched refs:zw2 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/bzip2/
H A Dhuffman.c29 #define ADDWEIGHTS(zw1,zw2) \ argument
30 (WEIGHTOF(zw1)+WEIGHTOF(zw2)) | \
31 (1 + MYMAX(DEPTHOF(zw1),DEPTHOF(zw2)))