HomeSort by relevance Sort by last modified time
    Searched refs:fPageCount (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_memory_stream.cpp 36 , fPageCount (0)
54 for (uint32 index = 0; index < fPageCount; index++)
119 while (length > fPageCount * (uint64) fPageSize)
122 if (fPageCount == fPagesAllocated)
148 if (fPageCount)
151 // The multiplication here is safe against overflow. fPageCount
157 fPageCount * (uint32) sizeof (dng_memory_block *));
174 fPageList [fPageCount] = fAllocator.Allocate (fPageSize);
176 fPageCount++;
dng_memory_stream.h 42 uint32 fPageCount;

Completed in 57 milliseconds