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

12

/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/libtiff/
H A Dtif_read.c228 uint32 bytecount; local
245 bytecount = td->td_stripbytecount[strip];
246 if (bytecount <= 0) {
249 (unsigned long) bytecount, (unsigned long) strip);
252 if (size != (tsize_t)-1 && (uint32)size < bytecount)
253 bytecount = size;
254 return (TIFFReadRawStrip1(tif, strip, buf, bytecount, module));
275 uint32 bytecount = td->td_stripbytecount[strip]; local
276 if (bytecount <= 0) {
279 tif->tif_name, (unsigned long) bytecount,
470 uint32 bytecount; local
510 uint32 bytecount = td->td_stripbytecount[tile]; local
[all...]
H A Dtif_strip.c161 tsize_t bytecount = td->td_stripbytecount[strip]; local
163 if (bytecount <= 0) {
166 (unsigned long) bytecount, (unsigned long) strip);
167 bytecount = (tsize_t) -1;
170 return bytecount;
H A Dtif_dirread.c2004 uint32 bytecount = td->td_stripbytecount[0]; local
2030 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);
2054 if ((uint32)stripbytes > bytecount)
2055 stripbytes = bytecount;
2059 bytecount -= stripbytes;
/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dgopher.c85 curl_off_t *bytecount = &data->req.bytecount; local
165 Curl_setup_transfer(conn, FIRSTSOCKET, -1, FALSE, bytecount,
H A Dopenldap.c460 data->req.size = data->req.bytecount;
482 data->req.bytecount += bv.bv_len + 5;
502 data->req.bytecount += bv.bv_len + 2;
536 data->req.bytecount += 2;
540 data->req.bytecount += val_b64_sz;
547 data->req.bytecount += bvals[i].bv_len + 1;
550 data->req.bytecount++;
554 data->req.bytecount++;
557 data->req.bytecount++;
H A Dtransfer.c396 curl_off_t totalleft = k->size - k->bytecount;
418 if((k->bytecount == 0) && (k->writebytecount == 0)) {
618 DEBUGF(infof(data, "Increasing bytecount by %zu from hbuflen\n",
620 k->bytecount += k->hbuflen;
624 (k->bytecount + nread >= k->maxdownload)) {
626 excess = (size_t)(k->bytecount + nread - k->maxdownload);
635 ", bytecount = %" FORMAT_OFF_T ", nread = %zd)\n",
637 k->size, k->maxdownload, k->bytecount, nread);
646 ", bytecount = %" FORMAT_OFF_T "\n",
647 excess, k->size, k->maxdownload, k->bytecount);
[all...]
H A Dfile.c314 curl_off_t bytecount = 0; local
399 bytecount += nread;
401 Curl_pgrsSetUploadCounter(data, bytecount);
440 curl_off_t bytecount = 0; local
571 bytecount += nread;
578 Curl_pgrsSetDownloadCounter(data, bytecount);
H A Dcurl_rtmp.c287 conn->data->req.size = conn->data->req.bytecount;
H A Dtftp.c1120 k->bytecount += state->rbytes-4;
1121 Curl_pgrsSetDownloadCounter(data, (curl_off_t) k->bytecount);
H A Dssh.c1876 data->req.bytecount += sshc->readdir_len+1;
1991 data->req.bytecount += sshc->readdir_currLen;
2306 curl_off_t bytecount; local
2334 bytecount = (curl_off_t)sb.st_size;
2336 Curl_setup_transfer(conn, FIRSTSOCKET, bytecount, FALSE, NULL, -1, NULL);
H A Durldata.h595 curl_off_t bytecount; /* total number of bytes read */ member in struct:SingleRequest
/macosx-10.9.5/IOGraphics-471.92.1/tools/
H A Dreadfb.c15 vm_address_t * result, vm_size_t * bytecount)
33 *bytecount = 0;
117 *bytecount = size;
14 IOAccelReadFramebuffer(io_service_t framebuffer, uint32_t width, uint32_t height, size_t rowBytes, vm_address_t * result, vm_size_t * bytecount) argument
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/IrComm/
H A DIrComm.cpp222 IrComm::ReturnCredit(UInt32 bytecount) argument
224 XTRACE(kLogReturnCredit, bytecount >> 16, bytecount);
227 while (bytecount > 0) { // loop until we've "processed" what's been returned
231 if (bytecount >= (UInt32)x) { // if we've consumed all of the first packet
233 bytecount -= x; // adjust amount consumed
237 ShrinkFirstPacketSize(bytecount);
238 bytecount = 0; // and we're done
H A DIrComm.h32 void ReturnCredit(UInt32 bytecount); // our consumer has released this many bytes
/macosx-10.9.5/AppleUSBIrDA-145.2.4/IrDA/Utils/
H A DCDynamicArray.cpp384 int bytecount; // copy min of old size and new size local
386 bytecount = Min(old_bytecount, new_bytecount);
387 BlockMove(fArrayBlock, newArrayBlock, bytecount);
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libtiff/contrib/pds/
H A Dtif_pdsdirread.c1063 uint32 bytecount = td->td_stripbytecount[0]; local
1084 nstrips = (tstrip_t) TIFFhowmany(bytecount, stripbytes);
1106 if (stripbytes > bytecount)
1107 stripbytes = bytecount;
1111 bytecount -= stripbytes;
/macosx-10.9.5/passwordserver_sasl-170/cyrus_sasl/plugins/
H A Dntlm.c951 uint16 bytecount; local
997 len = bytecount = 0;
999 for (i = 4; i < n; i++) bytecount += (uint16) iov[i].iov_len;
1000 len += bytecount;
1002 htois((char *) &bc, bytecount);
1090 /* get the bytecount */
1093 "NTLM: not enough data for NEGPROT response bytecount");
1096 bytecount = itohs(p);
1099 if (len != bytecount) {
1101 "NTLM: incorrect bytecount fo
1137 uint16 bytecount; local
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOKitKernelInternal.h206 vm_size_t bytecount; member in struct:iopa_t
H A DIOLib.cpp810 a->bytecount += bytes;
830 if (addr) a->bytecount += bytes;
874 a->bytecount -= bytes;
H A DIOHibernateIO.cpp1924 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
1926 HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount);
1942 md = IOBufferMemoryDescriptor::withBytes(data, handoff->bytecount, kIODirectionOutIn);
2876 handoff = (IOHibernateHandoff *) &handoff->data[handoff->bytecount])
2878 // HIBPRINT("handoff %p, %x, %x\n", handoff, handoff->type, handoff->bytecount);
2898 bzero(data, handoff->bytecount);
2905 hibernate_newruntime_map(data, handoff->bytecount,
/macosx-10.9.5/groff-38/groff/src/devices/grops/
H A Dpsrm.cpp825 unsigned bytecount = 0; local
835 bytecount++;
849 } while ((unit == Bytes ? bytecount : linecount) < numberof);
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/
H A Dhfs_xattr.c1879 ssize_t bytecount; local
1895 (u_int8_t *)attrname, (size_t *)&bytecount, sizeof(attrname), '/', 0);
1900 bytecount++; /* account for null termination char */
1911 state->size += bytecount;
1913 if (bytecount > uio_resid(state->uio)) {
1917 result = uiomove((caddr_t) attrname, bytecount, state->uio);
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOHibernatePrivate.h190 uint32_t bytecount; member in struct:IOHibernateHandoff
/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkFont.c2911 int bytecount=0;
2945 one_char, 4, NULL, &bytecount, NULL);
2946 if (bytecount == 1) {
2882 int bytecount=0; local
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkFont.c2794 int bytecount=0;
2827 NULL,&bytecount,NULL);
2828 if (bytecount == 1) {
2766 int bytecount=0; local

Completed in 257 milliseconds

12