Searched refs:writebuf (Results 1 – 9 of 9) sorted by relevance
/external/python/cpython3/Modules/_decimal/libmpdec/ |
D | transpose.c | 79 mpd_uint_t *readbuf, *writebuf, *hp; in swap_halfrows_pow2() local 113 readbuf = buf1; writebuf = buf2; in swap_halfrows_pow2() 121 pointerswap(&readbuf, &writebuf); in swap_halfrows_pow2() 129 memcpy(hp+offset, writebuf, stride*(sizeof *writebuf)); in swap_halfrows_pow2() 130 pointerswap(&readbuf, &writebuf); in swap_halfrows_pow2() 139 memcpy(hp+offset, writebuf, stride*(sizeof *writebuf)); in swap_halfrows_pow2()
|
/external/libcups/cups/ |
D | testfile.c | 451 writebuf[8192]; /* Write buffer */ in read_write_tests() local 471 for (i = 0; i < (int)sizeof(writebuf); i ++) in read_write_tests() 472 writebuf[i] = (unsigned char)CUPS_RAND(); in read_write_tests() 558 if (cupsFileWrite(fp, (char *)writebuf, sizeof(writebuf)) < 0) in read_write_tests() 726 else if (memcmp(readbuf, writebuf, sizeof(readbuf))) in read_write_tests() 736 if (readbuf[i] != writebuf[i]) in read_write_tests() 740 i, readbuf[i], writebuf[i]); in read_write_tests()
|
/external/ltp/testcases/kernel/ipc/pipeio/ |
D | pipeio.c | 110 static char *writebuf; variable 452 writebuf = SAFE_MALLOC(cleanup, size); in setup() 455 memset(writebuf, 'Z', size); in setup() 456 writebuf[size - 1] = 'A'; in setup() 488 SAFE_FREE(writebuf); in cleanup() 535 pid_word = (int *)&writebuf[0]; in do_child() 536 count_word = (int *)&writebuf[NBPW]; in do_child() 554 nb = lio_write_buffer(write_fd, iotype, writebuf, size, in do_child() 599 if (writebuf[i] != readbuf[i]) { in check_rw_buf()
|
/external/curl/lib/ |
D | easy.c | 1028 struct tempbuf writebuf[3]; /* there can only be three */ in curl_easy_pause() local 1034 writebuf[i] = data->state.tempwrite[i]; in curl_easy_pause() 1049 result = Curl_client_write(conn, writebuf[i].type, in curl_easy_pause() 1050 Curl_dyn_ptr(&writebuf[i].b), in curl_easy_pause() 1051 Curl_dyn_len(&writebuf[i].b)); in curl_easy_pause() 1052 Curl_dyn_free(&writebuf[i].b); in curl_easy_pause()
|
/external/libiio/src/iiod/ |
D | lexer.l | 77 <INITIAL>WRITEBUF|writebuf {
|
/external/curl/tests/server/ |
D | tftpd.c | 438 char *writebuf; in write_behind() local 468 writebuf = dp->th_data; in write_behind() 474 return write(test->ofile, writebuf, count); in write_behind() 476 p = writebuf; in write_behind()
|
/external/python/cpython2/Lib/ |
D | gzip.py | 160 self.writebuf = []
|
/external/python/cpython3/Lib/ |
D | gzip.py | 235 self.writebuf = []
|
/external/python/apitools/apitools/base/py/ |
D | gzip.py | 230 self.writebuf = []
|