Home | History | Annotate | Download | only in hpcboot

Lines Matching defs:_get_byte

271 FileManager::_get_byte()
295 uint32_t x = static_cast<uint32_t>(_get_byte());
298 x +=(static_cast<uint32_t>(_get_byte())) << 8;
299 x +=(static_cast<uint32_t>(_get_byte())) << 16;
300 c = _get_byte();
318 c = _get_byte();
340 method = _get_byte();
341 flags = _get_byte();
349 (void)_get_byte();
353 len = (unsigned int)_get_byte();
354 len +=((unsigned int)_get_byte()) << 8;
356 while (len-- != 0 && _get_byte() != EOF) /*void*/;
360 while ((c = _get_byte()) != 0 && c != EOF) /*void*/;
364 while ((c = _get_byte()) != 0 && c != EOF) /*void*/;
368 (void)_get_byte();