Searched defs:newSize (Results 26 - 50 of 72) sorted by relevance

123

/haiku/headers/private/kernel/util/
H A DHeap.h276 int newSize = max_c(max_c(fSize * 2, 4), minimalSize); local
H A DVector.h723 int32 newSize = count; local
H A DOpenHashTable.h434 bool _Resize(size_t newSize) argument
445 void _Resize(ValueType** newTable, size_t newSize, void** _oldTable = NULL) argument
/haiku/src/kits/support/
H A DList.cpp481 int32 newSize = fPhysicalSize > 0 ? fPhysicalSize : fBlockSize; local
H A DDataIO.cpp552 size_t newSize = (size + fBlockSize - 1) / fBlockSize * fBlockSize; local
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp38 void Resize(int newSize) { argument
/haiku/src/apps/patchbay/
H A DPatchView.cpp382 BPoint newSize = CalcRowSize(); local
432 BPoint newSize = CalcRowSize(); local
/haiku/src/tools/fs_shell/
H A DOpenHashTable.h434 bool _Resize(size_t newSize) argument
445 void _Resize(ValueType** newTable, size_t newSize, void** _oldTable = NULL) argument
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSizeIndex.cpp167 off_t newSize = node->GetSize(); local
H A DList.h343 int32 newSize = count; local
H A DDataContainer.cpp88 DataContainer::Resize(off_t newSize) argument
[all...]
/haiku/headers/private/userlandfs/shared/
H A DVector.h719 int32 newSize = count; local
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DTemplateList.h348 int32 newSize = count; local
/haiku/src/preferences/time/
H A DNetworkTimeView.cpp175 ssize_t newSize = fMessage.FlattenedSize(); local
/haiku/src/system/runtime_loader/
H A Dheap.cpp203 size_t newSize = (addr_t)chunk - (addr_t)this; local
377 realloc(void* oldBuffer, size_t newSize) argument
[all...]
/haiku/src/system/libroot/posix/malloc_debug/
H A Dmalloc_debug_api.cpp270 realloc(void* address, size_t newSize) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Darch-specific.cpp182 size_t newSize = chunk->size - size; local
/haiku/src/add-ons/kernel/network/stack/
H A Dsimple_net_buffer.cpp393 trim_data(net_buffer *_buffer, size_t newSize) argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp137 File::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) argument
/haiku/src/kits/interface/
H A DShape.cpp600 int32 newSize = (data->opCount + count + 255) / 256 * 256; local
619 int32 newSize = (data->ptCount + count + 255) / 256 * 256; local
/haiku/src/add-ons/kernel/partitioning_systems/gpt/
H A Dgpt.cpp209 off_t newSize = *size; local
245 off_t newSize = *size; local
[all...]
/haiku/src/system/kernel/vm/
H A DVMUserAddressSpace.cpp225 VMUserAddressSpace::CanResizeArea(VMArea* area, size_t newSize) argument
247 VMUserAddressSpace::ResizeArea(VMArea* _area, size_t newSize, argument
H A DVMKernelAddressSpace.cpp242 VMKernelAddressSpace::CanResizeArea(VMArea* area, size_t newSize) argument
265 VMKernelAddressSpace::ResizeArea(VMArea* _area, size_t newSize, argument
333 ShrinkAreaHead(VMArea* _area, size_t newSize, uint32 allocationFlags) argument
380 ShrinkAreaTail(VMArea* area, size_t newSize, uint32 allocationFlags) argument
[all...]
/haiku/src/build/libroot/
H A Dfunction_remapper.cpp169 ftruncate(int fd, off_t newSize) argument
/haiku/src/apps/serialconnect/
H A DTermView.cpp185 VTermRect newSize = _PixelsToGlyphs(BRect(0, 0, width - 2 * kBorderSpacing, local

Completed in 305 milliseconds

123