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

  /external/pdfium/xfa/src/fgas/src/crt/
fx_memory.cpp 38 FX_LPSTATICSTORECHUNK pChunk, pNext;
39 pChunk = m_pChunk;
40 while (pChunk != NULL) {
41 pNext = pChunk->pNextChunk;
42 FX_Free(pChunk);
43 pChunk = pNext;
48 FX_LPSTATICSTORECHUNK pChunk = (FX_LPSTATICSTORECHUNK)FX_Alloc(
50 pChunk->iChunkSize = size;
51 pChunk->iFreeSize = size;
52 pChunk->pNextChunk = NULL;
    [all...]
fx_utils.cpp 159 uint8_t* pChunk;
161 pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize);
166 pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize);
169 pChunk = FX_Alloc(uint8_t, iMemSize);
171 m_pData->SetAt(m_iChunkCount, pChunk);
173 m_pData->Add(pChunk);
179 FXSYS_assert(pChunk != NULL);
181 return pChunk + (index % m_iChunkSize) * m_iBlockSize;
185 uint8_t* pChunk = (uint8_t*)m_pData->GetAt(index / m_iChunkSize);
186 FXSYS_assert(pChunk != NULL);
    [all...]
  /frameworks/compile/mclinker/include/mcld/Support/
GCFactory.h 77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {}
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 245 milliseconds