HomeSort by: relevance | last modified time | path
    Searched defs:_get_byte (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/hpc/stand/hpcboot/
file_manager.cpp 271 FileManager::_get_byte() function in class:FileManager
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();
    [all...]
file_manager.cpp 271 FileManager::_get_byte() function in class:FileManager
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();
    [all...]

Completed in 21 milliseconds