Searched defs:nWrite (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcrt/
H A Dextension.h326 size_t nWrite = m_nGrowSize - (size_t)offset; variable
327 if (nWrite > size) {
328 nWrite = size;
330 FXSYS_memcpy32((FX_LPBYTE)m_Blocks[(int)nStartBlock] + (size_t)offset, buffer, nWrite);
331 buffer = ((FX_LPBYTE)buffer) + nWrite;
332 size -= nWrite;
/external/jhead/
H A Djpgfile.c819 int nWrite = 0; local
824 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile);
825 writeOk = (nWrite == Sections[a].Size);
827 ALOGE("write section %d failed expect %d actual %d",a,Sections[a].Size,nWrite);
834 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfile);
835 writeOk = (nWrite == Sections[a].Size);
837 ALOGE("write section %d failed expect %d actual %d",a,Sections[a].Size,nWrite);
882 int nWrite = 0; local
/external/sqlite/dist/orig/
H A Dsqlite3.c35843 DWORD nWrite; /* Bytes written by each WriteFile() call */ local
43009 u32 nWrite; /* Bytes of header sector written */ local
66980 int nWrite = 0; local
81001 int nWrite = iAmt; local
145101 int nWrite = pIter->nData - nStart; local
145914 int nWrite; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c35861 DWORD nWrite; /* Bytes written by each WriteFile() call */ local
43027 u32 nWrite; /* Bytes of header sector written */ local
66998 int nWrite = 0; local
81019 int nWrite = iAmt; local
145131 int nWrite = pIter->nData - nStart; local
145944 int nWrite; local
[all...]

Completed in 660 milliseconds