Searched refs:cpsize (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/zlib/contrib/minizip/
H A Dmztools.c60 unsigned int cpsize = READ_32(header + 18); /* compressed size */ local
109 int dataSize = cpsize;
150 WRITE_32(header + 20, cpsize);
/external/zlib/src/contrib/minizip/
H A Dmztools.c60 unsigned int cpsize = READ_32(header + 18); /* compressed size */ local
119 int dataSize = cpsize;
160 WRITE_32(header + 20, cpsize);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp834 uint32_t cpsize = 0; local
902 U16_NEXT(element->cPoints, cpsize, element->cSize, cp);
950 uint32_t cpsize = 0; local
955 U16_NEXT(element->cPoints, cpsize, element->cSize, cp);
957 if(cpsize<element->cSize) { // This is a real contraction, if there are other characters after the first
980 element->cPoints+=cpsize;
981 element->cSize-=cpsize;
1003 element->cPoints-=cpsize;
1004 element->cSize+=cpsize;
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_output.c3556 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument
3596 if ((size_t)(cmh.cmsg_len - CMSG_ALIGN(sizeof(cmh))) < cpsize) {
3600 m_copydata(control, at + CMSG_ALIGN(sizeof(cmh)), cpsize, (caddr_t)data);
3607 if (cpsize < sizeof(struct sctp_sndrcvinfo)) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1718 milliseconds