Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/bzip2/lib/
H A Dhuffman.c71 #define ADDWEIGHTS(zw1,zw2) \ argument
72 (WEIGHTOF(zw1)+WEIGHTOF(zw2)) | \
73 (1 + MYMAX(DEPTHOF(zw1),DEPTHOF(zw2)))