/external/pdfium/third_party/libtiff/ |
D | tif_read.c | 442 uint64 bytecount; in TIFFReadRawStrip() local 460 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip() 461 if ((int64)bytecount <= 0) { in TIFFReadRawStrip() 465 (unsigned __int64) bytecount, in TIFFReadRawStrip() 470 (unsigned long long) bytecount, in TIFFReadRawStrip() 475 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip() 476 if ((uint64)bytecountm!=bytecount) { in TIFFReadRawStrip() 500 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip() local 501 if ((int64)bytecount <= 0) { in TIFFFillStrip() 505 (unsigned __int64) bytecount, in TIFFFillStrip() [all …]
|
D | tif_strip.c | 153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local 155 if (bytecount == 0) in TIFFRawStripSize64() 160 (unsigned __int64) bytecount, in TIFFRawStripSize64() 165 (unsigned long long) bytecount, in TIFFRawStripSize64() 168 bytecount = (uint64) -1; in TIFFRawStripSize64() 171 return bytecount; in TIFFRawStripSize64()
|
D | tif_dirread.c | 5472 uint64 bytecount; in ChopUpSingleUncompressedStrip() local 5484 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() 5514 nstrips64 = TIFFhowmany_64(bytecount, stripbytes); in ChopUpSingleUncompressedStrip() 5539 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip() 5540 stripbytes = bytecount; in ChopUpSingleUncompressedStrip() 5544 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
|
/external/opencv3/3rdparty/libtiff/ |
D | tif_read.c | 442 uint64 bytecount; in TIFFReadRawStrip() local 460 bytecount = td->td_stripbytecount[strip]; in TIFFReadRawStrip() 461 if (bytecount <= 0) { in TIFFReadRawStrip() 465 (unsigned __int64) bytecount, in TIFFReadRawStrip() 470 (unsigned long long) bytecount, in TIFFReadRawStrip() 475 bytecountm = (tmsize_t)bytecount; in TIFFReadRawStrip() 476 if ((uint64)bytecountm!=bytecount) { in TIFFReadRawStrip() 500 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFFillStrip() local 501 if (bytecount <= 0) { in TIFFFillStrip() 505 (unsigned __int64) bytecount, in TIFFFillStrip() [all …]
|
D | tif_strip.c | 153 uint64 bytecount = td->td_stripbytecount[strip]; in TIFFRawStripSize64() local 155 if (bytecount == 0) in TIFFRawStripSize64() 160 (unsigned __int64) bytecount, in TIFFRawStripSize64() 165 (unsigned long long) bytecount, in TIFFRawStripSize64() 168 bytecount = (uint64) -1; in TIFFRawStripSize64() 171 return bytecount; in TIFFRawStripSize64()
|
D | tif_dirread.c | 5458 uint64 bytecount; in ChopUpSingleUncompressedStrip() local 5470 bytecount = td->td_stripbytecount[0]; in ChopUpSingleUncompressedStrip() 5500 nstrips64 = TIFFhowmany_64(bytecount, stripbytes); in ChopUpSingleUncompressedStrip() 5525 if (stripbytes > bytecount) in ChopUpSingleUncompressedStrip() 5526 stripbytes = bytecount; in ChopUpSingleUncompressedStrip() 5530 bytecount -= stripbytes; in ChopUpSingleUncompressedStrip()
|
/external/curl/lib/ |
D | dict.c | 140 curl_off_t *bytecount = &data->req.bytecount; in dict_do() local 203 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, in dict_do() 250 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, in dict_do() 273 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, -1, NULL); in dict_do()
|
D | gopher.c | 81 curl_off_t *bytecount = &data->req.bytecount; in gopher_do() local 161 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount, in gopher_do()
|
D | transfer.c | 416 curl_off_t totalleft = k->size - k->bytecount; in readwrite_data() 439 if((k->bytecount == 0) && (k->writebytecount == 0)) { in readwrite_data() 657 k->bytecount += k->hbuflen; in readwrite_data() 661 (k->bytecount + nread >= k->maxdownload)) { in readwrite_data() 663 excess = (size_t)(k->bytecount + nread - k->maxdownload); in readwrite_data() 674 k->size, k->maxdownload, k->bytecount, nread); in readwrite_data() 684 excess, k->size, k->maxdownload, k->bytecount); in readwrite_data() 688 nread = (ssize_t) (k->maxdownload - k->bytecount); in readwrite_data() 695 k->bytecount += nread; in readwrite_data() 697 Curl_pgrsSetDownloadCounter(data, k->bytecount); in readwrite_data() [all …]
|
D | openldap.c | 469 data->req.size = data->req.bytecount; in ldap_recv() 500 data->req.bytecount += bv.bv_len + 5; in ldap_recv() 528 data->req.bytecount += bv.bv_len + 2; in ldap_recv() 565 data->req.bytecount += 2; in ldap_recv() 572 data->req.bytecount += val_b64_sz; in ldap_recv() 585 data->req.bytecount += bvals[i].bv_len + 1; in ldap_recv() 591 data->req.bytecount++; in ldap_recv() 597 data->req.bytecount++; in ldap_recv() 602 data->req.bytecount++; in ldap_recv()
|
D | file.c | 309 curl_off_t bytecount = 0; in file_upload() local 392 bytecount += nread; in file_upload() 394 Curl_pgrsSetUploadCounter(data, bytecount); in file_upload() 433 curl_off_t bytecount = 0; in file_do() local 566 bytecount += nread; in file_do() 573 Curl_pgrsSetDownloadCounter(data, bytecount); in file_do()
|
D | smb.c | 576 curl_off_t upload_size = conn->data->req.size - conn->data->req.bytecount; in smb_send_write() 801 conn->data->req.bytecount += len; in smb_request_state() 803 Curl_pgrsSetDownloadCounter(conn->data, conn->data->req.bytecount); in smb_request_state() 815 conn->data->req.bytecount += len; in smb_request_state() 817 Curl_pgrsSetUploadCounter(conn->data, conn->data->req.bytecount); in smb_request_state() 818 if(conn->data->req.bytecount >= conn->data->req.size) in smb_request_state()
|
D | curl_rtmp.c | 283 conn->data->req.size = conn->data->req.bytecount; in rtmp_recv()
|
D | ssh.c | 1929 data->req.bytecount += sshc->readdir_len+1; in ssh_statemach_act() 2044 data->req.bytecount += sshc->readdir_currLen; in ssh_statemach_act() 2373 curl_off_t bytecount; in ssh_statemach_act() local 2401 bytecount = (curl_off_t)sb.st_size; in ssh_statemach_act() 2403 Curl_setup_transfer(conn, FIRSTSOCKET, bytecount, FALSE, NULL, -1, NULL); in ssh_statemach_act()
|
D | tftp.c | 1120 k->bytecount += state->rbytes-4; in tftp_receive_packet() 1121 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount); in tftp_receive_packet()
|
D | imap.c | 1143 data->req.bytecount += chunk; in imap_state_fetch_resp() 1165 if(data->req.bytecount == size) in imap_state_fetch_resp()
|
D | urldata.h | 619 curl_off_t bytecount; /* total number of bytes read */ member
|
D | multi.c | 1046 k->bytecount, k->size); in multi_runsingle() 1052 k->bytecount); in multi_runsingle()
|
D | http.c | 1498 data->req.bytecount = http->readbytecount + http->writebytecount; in Curl_http_done() 1508 data->req.bytecount = http->readbytecount + http->writebytecount; in Curl_http_done()
|
D | ftp.c | 4578 ftp->bytecountp = &conn->data->req.bytecount; in ftp_setup_connection()
|
D | url.c | 6146 k->bytecount = 0; in do_init()
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-x86-linux.c | 516 SysRes read_ldt ( ThreadId tid, UChar* ptr, UInt bytecount ) in read_ldt() argument 524 tid, ptr, bytecount ); in read_ldt() 536 if (size > bytecount) in read_ldt() 537 size = bytecount; in read_ldt() 549 SysRes write_ldt ( ThreadId tid, void* ptr, UInt bytecount, Int oldmode ) in write_ldt() argument 558 tid, ptr, bytecount, oldmode ); in write_ldt() 567 if (bytecount != sizeof(vki_modify_ldt_t)) in write_ldt() 597 Int func, void* ptr, UInt bytecount ) in sys_modify_ldt() argument 603 ret = read_ldt(tid, ptr, bytecount); in sys_modify_ldt() 606 ret = write_ldt(tid, ptr, bytecount, 1); in sys_modify_ldt() [all …]
|
/external/valgrind/VEX/test/ |
D | test-amd64.c | 961 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
|
D | test-i386.c | 923 _syscall3(int, modify_ldt, int, func, void *, ptr, unsigned long, bytecount)
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 1436 Syscall param modify_ldt(bytecount) contains uninitialised byte(s)
|