/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/curl/lib/ |
D | sendf.c | 319 size_t wrote; in chop_write() local 321 wrote = writebody(ptr, 1, chunklen, writebody_ptr); in chop_write() 324 if(CURL_WRITEFUNC_PAUSE == wrote) { in chop_write() 334 if(wrote != chunklen) { in chop_write() 360 size_t wrote; in chop_write() local 363 wrote = writeheader(optr, 1, olen, data->set.writeheader); in chop_write() 366 if(CURL_WRITEFUNC_PAUSE == wrote) in chop_write() 368 if(wrote != olen) { in chop_write()
|
D | http_chunks.c | 103 ssize_t *wrote, in Curl_httpchunk_read() argument 113 *wrote = 0; /* nothing's written yet */ in Curl_httpchunk_read() 186 *wrote += piece; in Curl_httpchunk_read()
|
D | http_chunks.h | 97 ssize_t length, ssize_t *wrote,
|
D | rtsp.c | 736 size_t wrote; in rtp_client_write() local 759 wrote = writeit(ptr, 1, len, user_ptr); in rtp_client_write() 762 if(CURL_WRITEFUNC_PAUSE == wrote) { in rtp_client_write() 767 if(wrote != len) { in rtp_client_write()
|
/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/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/rust/crates/cxx/tests/ui/ |
D | async_fn.stderr | 1 …tps://github.com/pcwalton/cxx-async for some helpers; eventually what you wrote will work but it i… 7 …tps://github.com/pcwalton/cxx-async for some helpers; eventually what you wrote will work but it i…
|
/third_party/node/test/parallel/ |
D | test-stream2-writable.js | 321 let wrote = false; variable 324 wrote = true; 332 assert.strictEqual(wrote, true);
|
/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/ltp/testcases/kernel/hotplug/cpu_hotplug/doc/ |
D | todo.txt | 1 On Sat, Oct 07, 2006 at 12:35:59PM +0200, Pavel Machek wrote:
|
/third_party/node/deps/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/node/deps/v8/third_party/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/skia/third_party/externals/imgui/examples/libs/glfw/ |
D | COPYING.txt | 13 claim that you wrote the original software. If you use this software
|
/third_party/glfw/ |
D | COPYING.txt | 13 claim that you wrote the original software. If you use this software
|
/third_party/skia/third_party/externals/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|
/third_party/zlib/ |
D | LICENSE | 14 claim that you wrote the original software. If you use this software
|