Searched refs:dataEnd (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/system/runtime_loader/
H A Dimages.cpp475 addr_t dataEnd = 0; local
483 dataEnd = end;
486 dataEnd = std::max(dataEnd, end);
504 info.data_size = dataEnd - dataBase;
/haiku-fatelf/src/tools/restest/
H A DResourceFile.cpp77 const uint8* dataEnd = csData + size; local
79 for (; current < dataEnd; current += 4) {
81 int32 bytes = min(4L, dataEnd - current);
/haiku-fatelf/src/kits/storage/
H A DResourceFile.cpp125 const uint8* dataEnd = csData + size; local
127 for (; current < dataEnd; current += 4) {
129 int32 bytes = std::min((int32)4, (int32)(dataEnd - current));

Completed in 101 milliseconds