Searched defs:Chain (Results 1 – 5 of 5) sorted by relevance
1 typedef struct Chain Chain; typedef13 struct Chain { struct19 extern void getbits(void *p, Chain *ch, int nbits); argument
5 typedef struct Chain Chain; typedef70 struct Chain { struct71 int b; /* offset start in bits, (first full) */72 int e; /* offset end in bits (first empty) */73 uchar buf[MaxChLen];
5 typedef struct Chain Chain; typedef1097 struct Chain struct1103 Chain *up; /* Chain up in the lists */ argument
245 Chain = 0x00008000, /* Chain Buffer */ enumerator
269 Chain = 0x00008000, /* Chain Buffer */ enumerator