Home
last modified time | relevance | path

Searched refs:datacount (Results 1 – 9 of 9) sorted by relevance

/external/libjpeg-turbo/
Djdatadst.c175 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination() local
178 if (datacount > 0) { in term_destination()
179 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination()
/external/ltp/testcases/kernel/pty/
Dhangup01.c95 int datacount = 0; in parent() local
114 ++datacount; in parent()
115 switch (datacount) { in parent()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_handle.cc50 dest->datacount = 0; in MemInitDestination()
77 dest->datacount = dest->bufsize - dest->pub.free_in_buffer; in MemTermDestination()
Djpeg_handle.h35 int datacount; member
/external/u-boot/drivers/mmc/
Darm_pl180_mmci.h160 u32 datacount; /* 0x30*/ member
/external/python/cpython2/Lib/test/
Dtest_zipfile.py1358 datacount = randint(16, 64)*1024 + randint(1, 1024)
1360 for i in xrange(datacount))
/external/dng_sdk/source/
Ddng_image_writer.cpp3654 uint32 datacount = sizeof (dest->fBuffer) - in dng_term_destination() local
3657 if (datacount) in dng_term_destination()
3659 dest->fStream->Put (dest->fBuffer, datacount); in dng_term_destination()
/external/libpng/contrib/libtests/
Dpngvalid.c714 png_size_t datacount; /* In this (the last) buffer */ member
936 (*ppf)->datacount = 0; in store_freefile()
982 pf->datacount = ps->writepos; in store_storefile()
1388 return ps->current->datacount; in store_read_buffer_size()
1398 size_t cbAvail = ps->current->datacount; in store_read_buffer_avail()
3263 pm->this.readpos < pm->this.current->datacount) in modifier_progressive_read()
/external/python/cpython3/Lib/test/
Dtest_zipfile.py1843 datacount = randint(16, 64)*1024 + randint(1, 1024)
1845 for i in range(datacount))