Home
last modified time | relevance | path

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

/third_party/libjpeg-turbo/
Djdatadst.c174 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination() local
177 if (datacount > 0) { in term_destination()
178 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination()
/third_party/flutter/skia/third_party/externals/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()
/third_party/skia/third_party/externals/libjpeg-turbo/
Djdatadst.c174 size_t datacount = OUTPUT_BUF_SIZE - dest->pub.free_in_buffer; in term_destination() local
177 if (datacount > 0) { in term_destination()
178 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount) in term_destination()
/third_party/ltp/testcases/kernel/pty/
Dhangup01.c92 int datacount = 0; in parent() local
111 ++datacount; in parent()
112 switch (datacount) { in parent()
/third_party/skia/third_party/externals/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()
/third_party/libpng/contrib/libtests/
Dpngvalid.c715 size_t datacount; /* In this (the last) buffer */ member
937 (*ppf)->datacount = 0; in store_freefile()
983 pf->datacount = ps->writepos; in store_storefile()
1389 return ps->current->datacount; in store_read_buffer_size()
1399 size_t cbAvail = ps->current->datacount; in store_read_buffer_avail()
3263 pm->this.readpos < pm->this.current->datacount) in modifier_progressive_read()
/third_party/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c715 size_t datacount; /* In this (the last) buffer */ member
937 (*ppf)->datacount = 0; in store_freefile()
983 pf->datacount = ps->writepos; in store_storefile()
1389 return ps->current->datacount; in store_read_buffer_size()
1399 size_t cbAvail = ps->current->datacount; in store_read_buffer_avail()
3263 pm->this.readpos < pm->this.current->datacount) in modifier_progressive_read()
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/
Dpngvalid.c715 size_t datacount; /* In this (the last) buffer */ member
937 (*ppf)->datacount = 0; in store_freefile()
983 pf->datacount = ps->writepos; in store_storefile()
1389 return ps->current->datacount; in store_read_buffer_size()
1399 size_t cbAvail = ps->current->datacount; in store_read_buffer_avail()
3263 pm->this.readpos < pm->this.current->datacount) in modifier_progressive_read()
/third_party/python/Lib/test/
Dtest_zipfile.py2239 datacount = randint(16, 64)*1024 + randint(1, 1024)
2241 for i in range(datacount))