Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 25 of 374) sorted by relevance

12345678910>>...15

/third_party/mesa3d/docs/
Dthanks.rst22 - **Bernd Barsuhn** wrote the evaluator code for (splines, patches) in
24 - **Bernhard Tschirren** wrote the Allegro DJGPP driver.
25 - **Bogdan Sikorski** wrote the GLU NURBS and polygon tessellator in
27 - **Charlie Wallace** wrote the MS-DOS driver.
30 - **David Bucciarelli** wrote and maintained the 3Dfx Glide driver.
32 - **Gareth Hughes** wrote new GLU 1.2 Polygon Tessellation code (now
48 - **Kendall Bennett** wrote the SciTech MGL driver.
54 - **Miklos Fazekas** wrote and maintains the Macintosh driver.
55 - **Pascal Thibaudeau** wrote the NeXT driver.
58 - **Stefan Zivkovic** wrote the Amiga driver.
[all …]
/third_party/vk-gl-cts/framework/delibs/destream/
DdeStreamCpyThread.c43 deInt32 wrote = 0; in cpyStream() local
44 deOutStream_write(thread->output, buffer, read - written, &wrote); in cpyStream()
47 written += wrote; in cpyStream()
DdeThreadStream.c63 deInt32 wrote = 0; in inStreamCopy() local
66 deOutStream_write(&(threadStream->producerStream), buffer, read - written, &wrote); in inStreamCopy()
68 written += wrote; in inStreamCopy()
/third_party/python/PC/
D_testconsole.c76 DWORD wrote; in _testconsole_write_input_impl() local
77 if (!WriteConsoleInputW(hInput, &rec[total], (size - total), &wrote)) { in _testconsole_write_input_impl()
81 total += wrote; in _testconsole_write_input_impl()
/third_party/node/test/wasi/c/
Dfollow_symlink.c10 int wrote = fputc(c, stdout); in main() local
11 assert(wrote != EOF); in main()
Dread_file.c10 int wrote = fputc(c, stdout); in main() local
11 assert(wrote != EOF); in main()
Dread_file_twice.c11 int wrote = fputc(c, stdout); in main() local
12 assert(wrote != EOF); in main()
Dfreopen.c12 int wrote = fputc((char)c, stdout); in main() local
13 assert(wrote != EOF); in main()
Dcreate_symlink.c22 int wrote = fputc(c, stdout); in main() local
23 assert(wrote != EOF); in main()
/third_party/curl/lib/
Dsendf.c559 size_t wrote; in chop_write() local
561 wrote = writebody(ptr, 1, chunklen, data->set.out); in chop_write()
564 if(CURL_WRITEFUNC_PAUSE == wrote) { in chop_write()
574 if(wrote != chunklen) { in chop_write()
585 size_t wrote; in chop_write() local
589 wrote = writeheader(ptr, 1, len, data->set.writeheader); in chop_write()
592 if(CURL_WRITEFUNC_PAUSE == wrote) in chop_write()
598 if(wrote != len) { in chop_write()
Dhttp_chunks.c122 size_t *wrote = (size_t *)wrotep; in Curl_httpchunk_read() local
124 *wrote = 0; /* nothing's written yet */ in Curl_httpchunk_read()
208 *wrote += piece; in Curl_httpchunk_read()
Dhttp_chunks.h95 ssize_t length, ssize_t *wrote,
Drtsp.c729 size_t wrote; in rtp_client_write() local
752 wrote = writeit(ptr, 1, len, user_ptr); in rtp_client_write()
755 if(CURL_WRITEFUNC_PAUSE == wrote) { in rtp_client_write()
760 if(wrote != len) { in rtp_client_write()
/third_party/gstreamer/gstplugins_base/gst/tcp/
Dgstmultifdsink.c762 ssize_t wrote; in gst_multi_fd_sink_handle_client_write() local
784 wrote = send (fd, data + mhclient->bufoffset, maxsize, FLAGS); in gst_multi_fd_sink_handle_client_write()
786 wrote = write (fd, data + mhclient->bufoffset, maxsize); in gst_multi_fd_sink_handle_client_write()
790 if (wrote < 0) { in gst_multi_fd_sink_handle_client_write()
801 if (wrote < maxsize) { in gst_multi_fd_sink_handle_client_write()
806 mhclient->debug, wrote); in gst_multi_fd_sink_handle_client_write()
807 mhclient->bufoffset += wrote; in gst_multi_fd_sink_handle_client_write()
817 mhclient->bytes_sent += wrote; in gst_multi_fd_sink_handle_client_write()
820 mhsink->bytes_served += wrote; in gst_multi_fd_sink_handle_client_write()
Dgstmultisocketsink.c785 gssize wrote; in gst_multi_socket_sink_write() local
793 wrote = in gst_multi_socket_sink_write()
797 return wrote; in gst_multi_socket_sink_write()
909 gssize wrote; in gst_multi_socket_sink_handle_client_write() local
915 wrote = gst_multi_socket_sink_write (sink, mhclient->handle.socket, head, in gst_multi_socket_sink_handle_client_write()
918 if (wrote < 0) { in gst_multi_socket_sink_handle_client_write()
932 if (wrote < (gst_buffer_get_size (head) - mhclient->bufoffset)) { in gst_multi_socket_sink_handle_client_write()
936 mhclient->handle.socket, wrote); in gst_multi_socket_sink_handle_client_write()
937 mhclient->bufoffset += wrote; in gst_multi_socket_sink_handle_client_write()
953 mhclient->bytes_sent += wrote; in gst_multi_socket_sink_handle_client_write()
[all …]
/third_party/boost/libs/phoenix/doc/
Dacknowledgment.qbk15 # Eric Niebler did a 2.0 pre-release review and wrote some range related code
31 # Vladimir Prus wrote the mutating algorithms code from the Boost Wiki.
/third_party/gettext/gettext-runtime/libasprintf/
DAUTHORS1 Bruno Haible wrote this library.
/third_party/gettext/gettext-runtime/
DAUTHORS1 Ulrich Drepper wrote the intl subdirectory.
/third_party/node/test/parallel/
Dtest-stream2-writable.js322 let wrote = false; variable
325 wrote = true;
333 assert.strictEqual(wrote, true);
/third_party/boost/libs/math/doc/overview/
Dcredits.qbk9 Daryle Walker wrote the integer gcd and lcm functions.
30 Johan R'''&#xE5;'''de wrote the optimised floating-point classification
98 Christopher Kormanyos wrote the e_float multiprecision library __TOMS910
105 Christopher Kormanyos wrote some examples for using __multiprecision,
/third_party/giflib/pic/
DNOTES1 Gershon wrote:
/third_party/skia/src/utils/win/
DSkIStream.cpp209 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
210 if (wrote) { in Write()
/third_party/flutter/skia/src/utils/win/
DSkIStream.cpp218 bool wrote = this->fSkWStream->write(pv, cb); in Write() local
219 if (wrote) { in Write()
/third_party/flutter/flutter/examples/catalog/bin/
Dscreenshot_test.dart.template31 print('wrote $file');
/third_party/node/deps/npm/node_modules/json-stringify-safe/
DCHANGELOG.md6 Uses the tiny serializer I wrote for [Must.js][must] a year and a half ago.

12345678910>>...15