Home | History | Annotate | Download | only in examples

Lines Matching refs:bget

140 #define bget(in) (in->left ? 0 : bload(in), \
149 val = bget(in);
150 val += (unsigned long)(bget(in)) << 8;
151 val += (unsigned long)(bget(in)) << 16;
152 val += (unsigned long)(bget(in)) << 24;
209 if (bget(in) != 0x1f || bget(in) != 0x8b || bget(in) != 8)
213 flags = bget(in);
224 len = bget(in);
225 len += (unsigned)(bget(in)) << 8;
231 while (bget(in) != 0)
236 while (bget(in) != 0)