Searched refs:fPageCount (Results 1 – 2 of 2) sorted by relevance
36 , fPageCount (0) in dng_memory_stream()54 for (uint32 index = 0; index < fPageCount; index++) in ~dng_memory_stream()119 while (length > fPageCount * (uint64) fPageSize) in DoSetLength()122 if (fPageCount == fPagesAllocated) in DoSetLength()148 if (fPageCount) in DoSetLength()157 fPageCount * (uint32) sizeof (dng_memory_block *)); in DoSetLength()174 fPageList [fPageCount] = fAllocator.Allocate (fPageSize); in DoSetLength()176 fPageCount++; in DoSetLength()
42 uint32 fPageCount; variable