Home
last modified time | relevance | path

Searched refs:bytecount (Results 1 - 25 of 25) sorted by relevance

/third_party/ltp/testcases/kernel/mem/mtest01/
H A Dmtest01.c136 unsigned long bytecount = 0; in child_loop_alloc() local
150 getpid(), bytecount, chunksize); in child_loop_alloc()
151 bytecount += chunksize; in child_loop_alloc()
152 if (bytecount >= alloc_bytes) in child_loop_alloc()
160 runtime_rem, bytecount, getpid()); in child_loop_alloc()
163 runtime_rem, bytecount, getpid()); in child_loop_alloc()
/third_party/curl/packages/OS400/
H A Dcurlmain.c58 size_t bytecount = 0; in main() local
83 bytecount += outbuf - dummybuf; in main()
91 argv = (char **) malloc((argc + 1) * sizeof(*argv) + bytecount); in main()
95 outbytesleft = bytecount; in main()
/third_party/ltp/testcases/kernel/syscalls/fork/
H A Dfork05.c134 static void modify_ldt(int func, struct modify_ldt_ldt_s *ptr, int bytecount) in modify_ldt() argument
136 tst_syscall(__NR_modify_ldt, func, ptr, bytecount); in modify_ldt()
/third_party/curl/lib/
H A Dsendf.c465 data->req.bytecount = 0; in Curl_client_cleanup()
527 remain_diff = limit - data->req.bytecount; in get_max_body_write_len()
559 if(!data->req.bytecount) { in cw_download_write()
608 data->req.bytecount += nwrite; in cw_download_write()
615 result = Curl_pgrsSetDownloadCounter(data, data->req.bytecount); in cw_download_write()
626 ", bytecount = %" CURL_FORMAT_CURL_OFF_T, in cw_download_write()
628 data->req.bytecount); in cw_download_write()
636 data->set.max_filesize, data->req.bytecount); in cw_download_write()
H A Dtransfer.c436 curl_off_t totalleft = data->req.size - data->req.bytecount; in Curl_xfer_recv_resp()
988 k->bytecount, k->size); in Curl_readwrite()
994 k->bytecount); in Curl_readwrite()
1007 (k->bytecount != k->size) && in Curl_readwrite()
1013 (k->bytecount != (k->size + data->state.crlf_conversions)) && in Curl_readwrite()
1017 " bytes remaining to read", k->size - k->bytecount); in Curl_readwrite()
1530 if((data->req.bytecount + data->req.headerbytecount == 0) && in Curl_retry_request()
1546 (data->req.bytecount + data->req.headerbytecount == 0) ) { in Curl_retry_request()
H A Dfile.c294 curl_off_t bytecount = 0; in file_upload() local
380 bytecount += nread; in file_upload()
382 Curl_pgrsSetUploadCounter(data, bytecount); in file_upload()
H A Drtsp.c605 (data->req.bytecount < data->req.size); in rtp_write_body_junk()
606 body_remain = in_body? (data->req.size - data->req.bytecount) : 0; in rtp_write_body_junk()
629 (data->req.bytecount < data->req.size); in rtsp_filter_rtp()
H A Dsmb.c781 curl_off_t upload_size = data->req.size - data->req.bytecount; in smb_send_write()
1062 data->req.bytecount += len; in smb_request_state()
1064 Curl_pgrsSetUploadCounter(data, data->req.bytecount); in smb_request_state()
1065 if(data->req.bytecount >= data->req.size) in smb_request_state()
H A Dcurl_rtmp.c314 data->req.size = data->req.bytecount; in rtmp_recv()
H A Dc-hyper.c155 if(!data->req.bytecount) in hyper_each_header()
409 if(!data->req.bytecount) in Curl_hyper_stream()
899 DEBUGASSERT(data->req.bytecount == 0); in Curl_http()
H A Dftp.c3413 (data->req.size != data->req.bytecount) && in ftp_done()
3420 data->req.bytecount) && in ftp_done()
3422 (data->req.maxdownload != data->req.bytecount)) { in ftp_done()
3424 " bytes", data->req.bytecount); in ftp_done()
3428 !data->req.bytecount && in ftp_done()
H A Dcf-h1-proxy.c1008 data->req.bytecount = 0; in cf_h1_proxy_connect()
H A Dmqtt.c672 data->req.bytecount = 0; in mqtt_read_publish()
H A Dmulti.c1692 k->bytecount, k->size);
1699 k->bytecount);
H A Durldata.h660 curl_off_t bytecount; /* total number of bytes read */ member
H A Dimap.c1212 if(data->req.bytecount == size) in imap_state_fetch_resp()
H A Dopenldap.c1026 data->req.size = data->req.bytecount; in oldap_recv()
H A Durl.c3938 k->bytecount = 0;
H A Dhttp.c1565 (data->req.bytecount + in Curl_http_done()
/third_party/FreeBSD/sys/dev/random/
H A Dyarrow.c377 random_yarrow_read(uint8_t *buf, u_int bytecount) in random_yarrow_read() argument
381 KASSERT((bytecount % RANDOM_BLOCKSIZE) == 0, ("%s(): bytecount (= %d) must be a multiple of %d", __func__, bytecount, RANDOM_BLOCKSIZE )); in random_yarrow_read()
383 blockcount = howmany(bytecount, RANDOM_BLOCKSIZE); in random_yarrow_read()
/third_party/libsnd/src/
H A Dsvx.c135 int bytecount = 0, channels ; in svx_read_header() local
269 bytecount += psf_binheader_readf (psf, "E4", &channels) ; in svx_read_header()
280 psf_binheader_readf (psf, "j", chunk_size - bytecount) ; in svx_read_header()
/third_party/backends/backend/
H A Dkodakaio.c1321 size_t bytecount; in cmd_read_data() local
1352 bytecount = k_recv(s, buf, *len, &status); in cmd_read_data()
1360 if (bytecount >= 8) { in cmd_read_data()
1362 Last8 = buf + bytecount - 8; in cmd_read_data()
1367 DBG(min(10,DBG_READ), "%s: found KodakEsp_Ack at %lu bytes of %lu\n", __func__, (unsigned long) bytecount, (unsigned long) *len); in cmd_read_data()
1369 *len = bytecount - 8; /* discard the Ack response */ in cmd_read_data()
1374 DBG(min(10,DBG_READ), "%s: buffer not full, got %lu bytes of %lu\n", __func__, (unsigned long) bytecount, (unsigned long) *len); in cmd_read_data()
1375 *len = bytecount; in cmd_read_data()
1376 s->bytes_unread -= bytecount; in cmd_read_data()
1380 DBG(min(1,DBG_READ), "%s: tiny read, got %lu bytes of %lu\n", __func__, (unsigned long) bytecount, (unsigne in cmd_read_data()
[all...]
/third_party/mesa3d/src/panfrost/midgard/
H A Dmidgard_schedule.c527 unsigned bytecount = 0; in mir_pipeline_count() local
537 bytecount += max; in mir_pipeline_count()
540 bytecount += 4; in mir_pipeline_count()
544 unsigned dwords = DIV_ROUND_UP(bytecount, 16); in mir_pipeline_count()
/third_party/curl/lib/vssh/
H A Dlibssh.c1881 curl_off_t bytecount; in myssh_statemach_act() local
1892 bytecount = ssh_scp_request_get_size(sshc->scp_session); in myssh_statemach_act()
1893 data->req.maxdownload = (curl_off_t) bytecount; in myssh_statemach_act()
1894 Curl_setup_transfer(data, FIRSTSOCKET, bytecount, FALSE, -1); in myssh_statemach_act()
H A Dlibssh2.c2767 curl_off_t bytecount; in ssh_statemach_act() local
2811 bytecount = (curl_off_t)sb.st_size; in ssh_statemach_act()
2813 Curl_setup_transfer(data, FIRSTSOCKET, bytecount, FALSE, -1); in ssh_statemach_act()

Completed in 52 milliseconds