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

/ast/src/cmd/codexlib/zip/
H A Dimplode.c193 #define IGETBITS(p,n) ((~((ulg)(p)->bit_buf)) & MASK_BITS(n)) macro
276 t = tb + IGETBITS(state, bb);
285 t = t->v.t + IGETBITS(state, e);
307 t = td + IGETBITS(state, bd);
316 t = t->v.t + IGETBITS(state, e);
322 t = tl + IGETBITS(state, bl);
331 t = t->v.t + IGETBITS(state, e);
417 t = tb + IGETBITS(state, bb);
426 t = t->v.t + IGETBITS(state, e);
447 t = td + IGETBITS(stat
[all...]

Completed in 31 milliseconds