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

/external/pdfium/core/src/fxcrt/
H A Dextension.h230 size_t nWrite = m_nGrowSize - (size_t)offset; variable
231 if (nWrite > size) {
232 nWrite = size;
234 FXSYS_memcpy(m_Blocks[(int)nStartBlock] + (size_t)offset, buffer, nWrite);
235 buffer = ((uint8_t*)buffer) + nWrite;
236 size -= nWrite;
/external/jhead/
H A Djpgfile.c819 size_t 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.c37023 DWORD nWrite; /* Bytes written by each WriteFile() call */ local
44389 u32 nWrite; /* Bytes of header sector written */ local
68940 int nWrite = 0; local
83183 int nWrite = iAmt; local
148041 int nWrite = pIter->nData - nStart; local
148854 int nWrite; local
176112 u64 nWrite; /* Initial value of write-counter */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37041 DWORD nWrite; /* Bytes written by each WriteFile() call */ local
44407 u32 nWrite; /* Bytes of header sector written */ local
68958 int nWrite = 0; local
83201 int nWrite = iAmt; local
148071 int nWrite = pIter->nData - nStart; local
148884 int nWrite; local
176142 u64 nWrite; /* Initial value of write-counter */ local
[all...]

Completed in 1309 milliseconds