Home | History | Annotate | Download | only in engine

Lines Matching defs:IB

15     const unsigned char *ib;
18 } IB;
19 unsigned long gl(IB *input);
20 inline void gbs(IB *input, unsigned char *buf, int count);
21 void getB(IB *st, Hdr2 *usedtobeundef);
22 inline unsigned char gb(IB *input) {
25 return input->ib[(input->cur)++];
27 static void getID(IB *st, char str[4]) {
33 static void getH(IB *st, Hdr *header) {
37 static void readILBM(IB *st, Info *pic) {
51 int bitmapImageRepFromIFF(IB st, const unsigned char *ib, int il) {
53 st.ib = ib;