/third_party/mesa3d/docs/ |
D | thanks.rst | 22 - **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/ |
D | deStreamCpyThread.c | 43 deInt32 wrote = 0; in cpyStream() local 44 deOutStream_write(thread->output, buffer, read - written, &wrote); in cpyStream() 47 written += wrote; in cpyStream()
|
D | deThreadStream.c | 63 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.c | 76 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/ |
D | follow_symlink.c | 10 int wrote = fputc(c, stdout); in main() local 11 assert(wrote != EOF); in main()
|
D | read_file.c | 10 int wrote = fputc(c, stdout); in main() local 11 assert(wrote != EOF); in main()
|
D | read_file_twice.c | 11 int wrote = fputc(c, stdout); in main() local 12 assert(wrote != EOF); in main()
|
D | freopen.c | 12 int wrote = fputc((char)c, stdout); in main() local 13 assert(wrote != EOF); in main()
|
D | create_symlink.c | 22 int wrote = fputc(c, stdout); in main() local 23 assert(wrote != EOF); in main()
|
/third_party/curl/lib/ |
D | sendf.c | 559 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()
|
D | http_chunks.c | 122 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()
|
D | http_chunks.h | 95 ssize_t length, ssize_t *wrote,
|
D | rtsp.c | 729 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/ |
D | gstmultifdsink.c | 762 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()
|
D | gstmultisocketsink.c | 785 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/ |
D | acknowledgment.qbk | 15 # 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/ |
D | AUTHORS | 1 Bruno Haible wrote this library.
|
/third_party/gettext/gettext-runtime/ |
D | AUTHORS | 1 Ulrich Drepper wrote the intl subdirectory.
|
/third_party/node/test/parallel/ |
D | test-stream2-writable.js | 322 let wrote = false; variable 325 wrote = true; 333 assert.strictEqual(wrote, true);
|
/third_party/boost/libs/math/doc/overview/ |
D | credits.qbk | 9 Daryle Walker wrote the integer gcd and lcm functions. 30 Johan R'''å'''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/ |
D | NOTES | 1 Gershon wrote:
|
/third_party/skia/src/utils/win/ |
D | SkIStream.cpp | 209 bool wrote = this->fSkWStream->write(pv, cb); in Write() local 210 if (wrote) { in Write()
|
/third_party/flutter/skia/src/utils/win/ |
D | SkIStream.cpp | 218 bool wrote = this->fSkWStream->write(pv, cb); in Write() local 219 if (wrote) { in Write()
|
/third_party/flutter/flutter/examples/catalog/bin/ |
D | screenshot_test.dart.template | 31 print('wrote $file');
|
/third_party/node/deps/npm/node_modules/json-stringify-safe/ |
D | CHANGELOG.md | 6 Uses the tiny serializer I wrote for [Must.js][must] a year and a half ago.
|