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

/external/libpng/contrib/tools/
H A Dpngfix.c883 png_uint_32 write_count; /* Count of bytes written (in the chunk) */ member in struct:file
1357 ++(file->write_count);
1628 file->write_count == 8)
3224 /* Else write it (this is the initialization of write_count, prior to
3227 file->write_count = 0;
3292 file->write_count = 0;
3299 switch (file->write_count)
3351 switch (file->write_count - length)
3478 file->write_count = 0; /* for the new chunk */
3479 --(file->write_count); /* fak
[all...]
/external/e2fsprogs/lib/blkid/
H A Dprobe.h602 __u32 write_count; member in struct:hfsplus_vol_header
/external/vulkan-validation-layers/layers/
H A Ddescriptor_sets.cpp1231 uint32_t write_count, const VkWriteDescriptorSet *p_wds, uint32_t copy_count,
1235 for (uint32_t i = 0; i < write_count; i++) {
1283 void cvdescriptorset::PerformUpdateDescriptorSets(const layer_data *dev_data, uint32_t write_count,
1288 for (i = 0; i < write_count; ++i) {
/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 );
/external/webrtc/webrtc/modules/audio_processing/test/
H A Daudio_processing_unittest.cc2132 size_t write_count = fwrite(frame_->data_, local
2136 ASSERT_EQ(frame_size, write_count);

Completed in 285 milliseconds