/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/tools/ |
A D | tiff2pdf.c | 409 return written; in t2p_writeproc() 2790 return(written); in t2p_readwrite_pdf_image() 3241 return(written); in t2p_readwrite_pdf_image_tile() 3828 return(written); in t2p_write_pdf_header() 3846 return(written); in t2p_write_pdf_obj_start() 3859 return(written); in t2p_write_pdf_obj_end() 3957 return(written); in t2p_write_pdf_name() 4010 return(written); in t2p_write_pdf_string() 4024 return(written); in t2p_write_pdf_stream() 4037 return(written); in t2p_write_pdf_stream_start() [all …]
|
/AliOS-Things-master/components/amp/services/amp_utils/ |
A D | amp_utils.c | 73 int i, j, written; in amp_dump() local 78 written = 0; in amp_dump() 84 written += 8; in amp_dump() 88 written += 2; in amp_dump() 92 written += 1; in amp_dump() 98 for (j = 0; j < 48 - written; ++j) { in amp_dump() 105 written = 0; in amp_dump()
|
/AliOS-Things-master/components/SDL2/src/audio/esd/ |
A D | SDL_esdaudio.c | 146 int written = 0; in ESD_PlayDevice() local 150 written = write(this->hidden->audio_fd, in ESD_PlayDevice() 152 if ((written < 0) && ((errno == 0) || (errno == EAGAIN))) { in ESD_PlayDevice() 155 } while ((written < 0) && in ESD_PlayDevice() 162 if (written < 0) { in ESD_PlayDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/qsa/ |
A D | SDL_qsa_audio.c | 142 int written; in QSA_PlayDevice() local 156 written = in QSA_PlayDevice() 159 if (written != towrite) { in QSA_PlayDevice() 162 if ((errno == EAGAIN) && (written == 0)) { in QSA_PlayDevice() 175 towrite -= written; in QSA_PlayDevice() 176 pcmbuffer += written * this->spec.channels; in QSA_PlayDevice() 220 towrite -= written; in QSA_PlayDevice() 221 pcmbuffer += written * this->spec.channels; in QSA_PlayDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/paudio/ |
A D | SDL_paudio.c | 182 int written = 0; in PAUDIO_PlayDevice() local 188 written = write(this->hidden->audio_fd, mixbuf, mixlen); in PAUDIO_PlayDevice() 189 if ((written < 0) && ((errno == 0) || (errno == EAGAIN))) { in PAUDIO_PlayDevice() 192 } while ((written < 0) && in PAUDIO_PlayDevice() 201 if (written < 0) { in PAUDIO_PlayDevice() 205 fprintf(stderr, "Wrote %d bytes of audio data\n", written); in PAUDIO_PlayDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/sun/ |
A D | SDL_sunaudio.c | 73 left = (this->hidden->written - info.play.samples); in CheckUnderflow() 74 if (this->hidden->written && (left == 0)) { in CheckUnderflow() 90 left = (this->hidden->written - info.play.samples); in SUNAUDIO_WaitDevice() 159 this->hidden->written += this->hidden->fragsize; in SUNAUDIO_PlayDevice() 169 this->hidden->written += this->hidden->fragsize; in SUNAUDIO_PlayDevice() 306 this->hidden->written = 0; in SUNAUDIO_OpenDevice()
|
A D | SDL_sunaudio.h | 40 Sint32 written; /* The number of samples written */ member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/apps/httpd/makefsdata/ |
A D | makefsdata.c | 581 size_t written, i, src_off=0; in process_file_data() local 594 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data() 595 LWIP_ASSERT("written == off", written == off); in process_file_data() 599 written = fwrite(file_buffer_c, 1, off, data_file); in process_file_data() 600 LWIP_ASSERT("written == off", written == off); in process_file_data() 815 int written = 0; in file_write_http_header() local 848 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 858 written += file_put_ascii(data_file, cur_string, cur_len, &i); in file_write_http_header() 908 written += file_put_ascii(data_file, intbuf, cur_len, &i); in file_write_http_header() 944 written += file_put_ascii(data_file, modbuf, cur_len, &i); in file_write_http_header() [all …]
|
/AliOS-Things-master/components/SDL2/src/audio/disk/ |
A D | SDL_diskaudio.c | 55 const size_t written = SDL_RWwrite(this->hidden->io, in DISKAUDIO_PlayDevice() local 60 if (written != this->spec.size) { in DISKAUDIO_PlayDevice() 64 fprintf(stderr, "Wrote %d bytes of audio data\n", written); in DISKAUDIO_PlayDevice()
|
/AliOS-Things-master/components/SDL2/src/audio/netbsd/ |
A D | SDL_netbsdaudio.c | 130 int written; in NETBSDAUDIO_PlayDevice() local 133 written = write(h->audio_fd, h->mixbuf, h->mixlen); in NETBSDAUDIO_PlayDevice() 134 if (written == -1) { in NETBSDAUDIO_PlayDevice() 142 fprintf(stderr, "Wrote %d bytes of audio data\n", written); in NETBSDAUDIO_PlayDevice()
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx64/ |
A D | readme.txt | 7 gvmat64.asm is written by Gilles Vollant (2005), by using Brian Raiter 686/32 bits 10 inffasx64.asm and inffas8664.c were written by Chris Anderson, by optimizing
|
A D | gvmat64.asm | 10 ; File written by Gilles Vollant, by converting to assembly the longest_match 14 ; from Brian Raiter, written 1998 115 ; in the deflate_state structure since the asm code was first written 133 ; in zlib in the deflate_state structure since the asm code was first written
|
/AliOS-Things-master/components/SDL2/src/audio/nas/ |
A D | SDL_nasaudio.h | 48 int written; member
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/ |
A D | README | 41 A Perl interface to zlib written by Paul Marquess <pmqs@cpan.org> is available 45 A Python interface to zlib written by A.M. Kuchling <amk@amk.ca> is 51 An experimental package to read and write files in .zip format, written on top 81 zlib specifications were written by L. Peter Deutsch. Thanks to all the 110 warranty of any kind. The library has been entirely written by Jean-loup
|
/AliOS-Things-master/components/SDL2/src/audio/arts/ |
A D | SDL_artsaudio.c | 170 int written = SDL_NAME(arts_write) (this->hidden->stream, in ARTS_PlayDevice() local 180 if (written < 0) { in ARTS_PlayDevice() 184 fprintf(stderr, "Wrote %d bytes of audio data\n", written); in ARTS_PlayDevice()
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/dbs/xtiff/ |
A D | README | 3 xtiff is a tool for viewing a TIFF file in an X window. It was written to
|
/AliOS-Things-master/components/SDL2/src/audio/sndio/ |
A D | SDL_sndioaudio.c | 171 const int written = SNDIO_sio_write(this->hidden->dev, in SNDIO_PlayDevice() local 176 if ( written == 0 ) { in SNDIO_PlayDevice() 180 fprintf(stderr, "Wrote %d bytes of audio data\n", written); in SNDIO_PlayDevice()
|
/AliOS-Things-master/components/mbedtls/programs/ssl/ |
A D | ssl_client2.c | 535 int ret = 0, len, tail_len, i, written, frags, retry_left; in main() local 1748 written = 0; in main() 1753 while( ( ret = mbedtls_ssl_write( &ssl, buf + written, in main() 1754 len - written ) ) < 0 ) in main() 1777 written += ret; in main() 1779 while( written < len ); in main() 1815 written = ret; in main() 1817 if( written < len ) in main() 1820 "was truncated to size %u", (unsigned) written ); in main() 1824 buf[written] = '\0'; in main() [all …]
|
/AliOS-Things-master/components/SDL2/src/gfx/ |
A D | SDL_gfx.spec | 32 The library is is written in plain C and can be used in C++ code. 53 The library is is written in plain C and can be used in C++ code.
|
/AliOS-Things-master/components/SDL2/docs/ |
A D | README-pandora.md | 5 - A pandora specific video driver was written to allow SDL 2.0 with OpenGL ES
|
/AliOS-Things-master/components/py_engine/engine/lib/tinytest/ |
A D | README | 1 Tinytest is a tiny little test framework written in C by Nick Mathewson.
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/ |
A D | README | 10 inflate code in zlib, and written to be very easy to read. 14 puff.c was written to document the deflate format unambiguously, by virtue of
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/ |
A D | COPYRIGHT | 9 publicity relating to the software without the specific, prior written
|
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/masmx86/ |
A D | match686.asm | 3 ; File written by Gilles Vollant, by converting match686.S from Brian Raiter 17 ; this longest_match was written by Brian raiter (1998), optimized for Pentium Pro 75 ; in zlib in the deflate_state structure since the asm code was first written
|
/AliOS-Things-master/components/SDL2/src/image/external/tiff-4.0.9/contrib/mfs/ |
A D | CMakeLists.txt | 11 # publicity relating to the software without the specific, prior written
|