Home | History | Annotate | Download | only in libsa

Lines Matching defs:get_byte

80 static int		get_byte(struct sd *);
149 get_byte(struct sd *s)
178 x = (unsigned long)get_byte(s);
179 x += ((unsigned long)get_byte(s)) << 8;
180 x += ((unsigned long)get_byte(s)) << 16;
181 c = get_byte(s);
198 c = get_byte(s);
220 method = get_byte(s);
221 flags = get_byte(s);
229 (void)get_byte(s);
233 len = (unsigned int)get_byte(s);
234 len += ((unsigned int)get_byte(s)) << 8;
236 while (len-- != 0 && get_byte(s) != EOF)
241 while ((c = get_byte(s)) != 0 && c != EOF)
246 while ((c = get_byte(s)) != 0 && c != EOF)
251 (void)get_byte(s);