Searched refs:fPageCount (Results 1 - 7 of 7) sorted by relevance

/haiku/src/kits/game/
H A DPushGameSound.cpp31 fPageCount = inBufferCount;
33 fBufferSize = fPageSize * fPageCount;
45 fPageCount(0),
63 if (fPageLocked->CountItems() > fPageCount - 1)
124 return new BPushGameSound(bufferFrameCount, &format, fPageCount, Device());
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DCachedDataReader.cpp37 fPageCount(pageCount),
46 if (fPageCount == 0)
61 fPageCount--;
73 size_t fPageCount; member in struct:CachedDataReader::PagesDataOutput
/haiku/headers/libs/print/libprint/
H A DGraphicsDriver.h115 uint32 fPageCount; member in class:GraphicsDriver
/haiku/headers/os/game/
H A DPushGameSound.h93 int32 fPageCount; member in class:BPushGameSound
/haiku/src/system/kernel/cache/
H A Dfile_cache.cpp88 size_t fPageCount; member in class:PrecacheIO
129 fPageCount = (size + B_PAGE_SIZE - 1) / B_PAGE_SIZE;
145 if (fPageCount == 0)
148 fPages = new(std::nothrow) vm_page*[fPageCount];
152 fVecs = new(std::nothrow) generic_io_vec[fPageCount];
164 add_to_iovec(fVecs, fVecCount, fPageCount,
220 for (uint32 i = pagesTransferred; i < fPageCount; i++) {
/haiku/src/libs/print/libprint/
H A DGraphicsDriver.cpp61 fPageCount(0),
101 fPageCount = (uint32) pfh.page_count;
131 if (fOrgJobData->GetCollate() && fPageCount > 1) {
683 SpoolData spoolData(spoolFile, fPageCount, fOrgJobData->GetNup(),
691 fPageCount,
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp1962 uint32 PageCount() const { return fPageCount; }
1970 uint32 fPageCount; member in class:PageWriteTransfer
2116 fPageCount = 1;
2132 || (fMaxPages >= 0 && fPageCount >= (uint32)fMaxPages))
2139 && (off_t)page->cache_offset == fOffset + fPageCount) {
2142 fPageCount++;
2153 fPageCount++;
2157 if (((off_t)page->cache_offset == fOffset + fPageCount
2177 fPageCount++;
2189 generic_size_t writeLength = (phys_size_t)fPageCount << PAGE_SHIF
[all...]

Completed in 115 milliseconds