Lines Matching refs:get_byte
86 static int get_byte(struct sd *);
119 get_byte(struct sd *s) in get_byte() function
144 unsigned long x = (unsigned long)get_byte(s); in getLong()
147 x += ((unsigned long)get_byte(s)) << 8; in getLong()
148 x += ((unsigned long)get_byte(s)) << 16; in getLong()
149 c = get_byte(s); in getLong()
166 c = get_byte(s); in check_header()
188 method = get_byte(s); in check_header()
189 flags = get_byte(s); in check_header()
197 (void)get_byte(s); in check_header()
201 len = (unsigned int)get_byte(s); in check_header()
202 len += ((unsigned int)get_byte(s)) << 8; in check_header()
204 while (len-- != 0 && get_byte(s) != EOF) /*void*/; in check_header()
208 while ((c = get_byte(s)) != 0 && c != EOF) /*void*/; in check_header()
212 while ((c = get_byte(s)) != 0 && c != EOF) /*void*/; in check_header()
216 (void)get_byte(s); in check_header()