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

123

/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/tests/system/libroot/posix/
H A Dtruncate.cpp35 off_t newSize = strtoll(argv[2], NULL, 0); local
/haiku/src/tools/bfs_shell/
H A Dcommand_resizefs.cpp25 uint64 newSize; local
/haiku/src/libs/icon/flat_icon/
H A DLittleEndianBuffer.cpp158 size_t newSize = fSize; local
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DSymLink.cpp28 SymLink::SetSize(off_t newSize) argument
H A DFile.cpp54 File::SetSize(off_t newSize) argument
H A DAttribute.cpp55 Attribute::SetSize(off_t newSize) argument
/haiku/src/system/libroot/posix/malloc_hoard2/
H A Dthreadheap.h72 size_t newSize; local
/haiku/src/system/runtime_loader/
H A Dutility.h78 size_t newSize = std::max(fMaxSize * 2, size_t(4)); 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/apps/haikudepot/ui_generic/
H A DBitmapView.cpp132 BSize newSize = MinSize(); local
/haiku/src/system/libroot/os/
H A Darea.c56 resize_area(area_id id, size_t newSize) argument
/haiku/headers/private/kernel/util/
H A DMultiHashTable.h155 bool _Resize(size_t newSize) argument
/haiku/headers/private/shared/
H A DArray.h249 int32 newSize = fSize + delta; local
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DList.h320 int32 newSize = count; local
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp340 off_t newSize = inode->Size(); local
/haiku/src/kits/interface/
H A DRegion.cpp443 BRegion::_SetSize(int32 newSize) argument
[all...]
/haiku/src/kits/storage/
H A DResourceStrings.cpp272 BResourceStrings::_Rehash(int32 newSize) argument
/haiku/src/system/kernel/slab/
H A Dallocator.cpp259 realloc_etc(void* address, size_t newSize, uint32 flags) argument
292 realloc(void* address, size_t newSize) argument
/haiku/src/kits/app/
H A DLinkSender.cpp231 LinkSender::AdjustBuffer(size_t newSize, char **_oldBuffer) argument
[all...]
/haiku/src/kits/interface/textview_support/
H A DWidthBuffer.cpp330 const int32 newSize = table.tableCount * 2; local
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.cpp108 Node::Resize(uint64 newSize, bool fillWithZeroes, Transaction& transaction) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DSizeIndex.cpp205 off_t newSize = node->FileSize(); local
/haiku/src/kits/media/
H A DRealtimeAlloc.cpp418 rtm_realloc(void** _buffer, size_t newSize) argument
[all...]

Completed in 250 milliseconds

123