Searched refs:oldBytes (Results 1 - 2 of 2) sorted by relevance

/haiku/src/preferences/time/
H A DNetworkTimeView.cpp180 char* oldBytes = new (std::nothrow) char[oldSize]; local
181 if (oldBytes == NULL)
184 fOldMessage.Flatten(oldBytes, oldSize);
187 delete[] oldBytes;
192 int result = memcmp(oldBytes, newBytes, oldSize);
194 delete[] oldBytes;
/haiku/src/system/kernel/vm/
H A Dvm.cpp763 size_t oldBytes = area_page_protections_size(oldSize); local
765 bitmap_shift<uint8>(area->page_protections, oldBytes * 8, -(pagesShifted * 4));
919 size_t oldBytes = area_page_protections_size(oldSize); local
922 bitmap_shift<uint8>(areaOldProtections, oldBytes * 8, -(secondAreaPagesShifted * 4));

Completed in 134 milliseconds