Searched defs:tmp_amount (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunix.c880 PRInt32 tmp_amount = amount; local
890 while ((rv = write(osfd,buf,tmp_amount)) == -1) {
916 if (tmp_amount > 1) {
917 tmp_amount = tmp_amount/2; /* half the bytes */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptio.c816 PRInt32 tmp_amount = op->arg3.amount; local
827 bytes = write(op->arg1.osfd, op->arg2.buffer, tmp_amount);
841 if (tmp_amount > 1)
843 tmp_amount = tmp_amount/2; /* half the bytes */
1899 PRInt32 tmp_amount = amount; local
1925 bytes = write(fd->secret->md.osfd, PT_SENDBUF_CAST buf, tmp_amount);
1938 if (tmp_amount > 1)
1940 tmp_amount = tmp_amount/
[all...]

Completed in 83 milliseconds