Searched defs:newSize (Results 1 - 25 of 72) sorted by path

123

/haiku/headers/private/kernel/util/
H A DHeap.h276 int newSize = max_c(max_c(fSize * 2, 4), minimalSize); local
H A DMultiHashTable.h155 bool _Resize(size_t newSize) argument
H A DOpenHashTable.h434 bool _Resize(size_t newSize) argument
445 void _Resize(ValueType** newTable, size_t newSize, void** _oldTable = NULL) argument
/haiku/headers/private/shared/
H A DArray.h249 int32 newSize = fSize + delta; local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp340 off_t newSize = inode->Size(); local
/haiku/src/add-ons/kernel/file_systems/nfs4/
H A DMetadataCache.cpp75 MetadataCache::GrowFile(size_t newSize) argument
H A DRPCCallbackServer.cpp105 uint32 newSize = max_c(fArraySize * 2, 4); local
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DSizeIndex.cpp205 off_t newSize = node->FileSize(); local
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h320 int32 newSize = count; 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/apps/patchbay/
H A DPatchView.cpp382 BPoint newSize = CalcRowSize(); local
432 BPoint newSize = CalcRowSize(); local
/haiku/src/kits/app/
H A DLinkSender.cpp231 LinkSender::AdjustBuffer(size_t newSize, char **_oldBuffer) argument
[all...]
/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/kits/interface/textview_support/
H A DWidthBuffer.cpp330 const int32 newSize = table.tableCount * 2; local
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp418 rtm_realloc(void** _buffer, size_t newSize) argument
[all...]
/haiku/src/kits/support/
H A DDataIO.cpp552 size_t newSize = (size + fBlockSize - 1) / fBlockSize * fBlockSize; local
H A DList.cpp481 int32 newSize = fPhysicalSize > 0 ? fPhysicalSize : fBlockSize; local
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp158 size_t newSize = fSize; local
/haiku/src/system/libroot/posix/unistd/
H A Dtruncate.c19 truncate(const char *path, off_t newSize) argument
33 ftruncate(int fd, off_t newSize) argument
/haiku/src/system/runtime_loader/
H A Dutility.h78 size_t newSize = std::max(fMaxSize * 2, size_t(4)); local
/haiku/src/tests/add-ons/media/media-add-ons/mixer/
H A Dmain.cpp38 void Resize(int newSize) { argument
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DFile.cpp137 File::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) argument
H A DNode.cpp108 Node::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) argument
/haiku/src/tests/system/libroot/posix/
H A Dtruncate.cpp35 off_t newSize = strtoll(argv[2], NULL, 0); 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

Completed in 161 milliseconds

123