Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dunshrink.c165 READBITS(codesize, oldcode) in unshrink()
173 READBITS(codesize, code) in unshrink()
177 READBITS(codesize, code) in unshrink()
H A Dunzpriv.h2203 #define READBITS(nbits,zdest) {if(nbits>G.bits_left) {int temp; G.zipeof=1;\ macro