Searched refs:write_count (Results 1 - 3 of 3) sorted by relevance

/external/libpng/contrib/tools/
H A Dpngfix.c878 png_uint_32 write_count; /* Count of bytes written (in the chunk) */ member in struct:file
1352 ++(file->write_count);
1623 file->write_count == 8)
3218 /* Else write it (this is the initialization of write_count, prior to
3221 file->write_count = 0;
3286 file->write_count = 0;
3293 switch (file->write_count)
3345 switch (file->write_count - length)
3471 file->write_count = 0; /* for the new chunk */
3472 --(file->write_count); /* fak
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h599 __u32 write_count; member in struct:hfsplus_vol_header
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp4556 int write_max = write_buf_size / write_elem_size, write_count = 0; local
4593 if( ++write_count >= write_max )
4595 cvWriteRawData( fs, write_buf, write_count, dt );
4596 write_count = 0;
4603 if( write_count > 0 )
4604 cvWriteRawData( fs, write_buf, write_count, dt );

Completed in 183 milliseconds