Home | History | Annotate | Download | only in engine

Lines Matching refs:IB

14     const unsigned char *ib;
17 } IB;
18 inline unsigned long gl(IB *input);
19 inline void gbs(IB *input, unsigned char *buf, int count);
20 void getB(IB *st, Hdr2 *usedtobeundef);
21 inline unsigned char gb(IB *input) {
24 return input->ib[(input->cur)++];
26 static void getID(IB *st, char str[4]) {
32 static void getH(IB *st, Hdr *header) {
36 static void readILBM(IB *st, Info *pic) {
50 int bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) {
52 st.ib = ib;