Home
last modified time | relevance | path

Searched refs:vectorSize (Results 1 – 3 of 3) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAllocationInfo.cpp53 AllocationInfo::AddNodeTableAllocation(size_t arraySize, size_t vectorSize, in AddNodeTableAllocation() argument
57 fNodeTableVectorSize += vectorSize * elementSize; in AddNodeTableAllocation()
64 size_t vectorSize, in AddDirectoryEntryTableAllocation() argument
69 fDirectoryEntryTableVectorSize += vectorSize * elementSize; in AddDirectoryEntryTableAllocation()
H A DAllocationInfo.h15 void AddNodeTableAllocation(size_t arraySize, size_t vectorSize,
17 void AddDirectoryEntryTableAllocation(size_t arraySize, size_t vectorSize,
/haiku/src/kits/tracker/
H A DTrashWatcher.cpp166 size_t vectorSize = 0; in UpdateTrashIcons() local
169 fTrashFull ? R_TrashFullIcon : R_TrashIcon, &vectorSize); in UpdateTrashIcons()
173 vectorData, vectorSize); in UpdateTrashIcons()