Home
last modified time | relevance | path

Searched refs:writebuf (Results 1 – 9 of 9) sorted by relevance

/external/python/cpython3/Modules/_decimal/libmpdec/
Dtranspose.c79 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/
Dtestfile.c451 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/
Dpipeio.c110 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/
Deasy.c1028 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/
Dlexer.l77 <INITIAL>WRITEBUF|writebuf {
/external/curl/tests/server/
Dtftpd.c438 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/
Dgzip.py160 self.writebuf = []
/external/python/cpython3/Lib/
Dgzip.py235 self.writebuf = []
/external/python/apitools/apitools/base/py/
Dgzip.py230 self.writebuf = []