Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/bzip2/
H A Dbzlib_huffman.c70 #define ADDWEIGHTS(zw1,zw2) \ argument
71 (WEIGHTOF(zw1)+WEIGHTOF(zw2)) | \
72 (1 + MYMAX(DEPTHOF(zw1),DEPTHOF(zw2)))