Searched defs:lastpos (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtokiter.h57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
/external/icu/icu4c/source/test/intltest/
H A Dtokiter.h57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
/external/eigen/demos/mandelbrot/
H A Dmandelbrot.h43 QPoint lastpos; member in class:MandelbrotWidget
/external/openssl/crypto/evp/
H A Devp_pkey.c190 int lastpos)
192 return X509at_get_attr_by_NID(key->attributes, nid, lastpos);
196 int lastpos)
198 return X509at_get_attr_by_OBJ(key->attributes, obj, lastpos);
189 EVP_PKEY_get_attr_by_NID(const EVP_PKEY *key, int nid, int lastpos) argument
195 EVP_PKEY_get_attr_by_OBJ(const EVP_PKEY *key, ASN1_OBJECT *obj, int lastpos) argument
/external/chromium_org/third_party/boringssl/src/crypto/x509/
H A Dx509_ext.c71 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) argument
73 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
76 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos) argument
78 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
81 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos) argument
83 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
117 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos) argument
119 return(X509v3_get_ext_by_NID(x->cert_info->extensions,nid,lastpos));
122 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos) argument
124 return(X509v3_get_ext_by_OBJ(x->cert_info->extensions,obj,lastpos));
127 X509_get_ext_by_critical(X509 *x, int crit, int lastpos) argument
164 X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos) argument
169 X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj, int lastpos) argument
175 X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos) argument
[all...]
H A Dx509name.c96 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) argument
102 return(X509_NAME_get_index_by_OBJ(name,obj,lastpos));
105 /* NOTE: you should be passsing -1, not 0 as lastpos */
107 int lastpos)
114 if (lastpos < 0)
115 lastpos= -1;
118 for (lastpos++; lastpos < n; lastpos++)
120 ne=sk_X509_NAME_ENTRY_value(sk,lastpos);
106 X509_NAME_get_index_by_OBJ(X509_NAME *name, const ASN1_OBJECT *obj, int lastpos) argument
[all...]
H A Dx509_req.c260 int lastpos)
262 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
266 int lastpos)
268 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
259 X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) argument
265 X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, int lastpos) argument
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
H A Dv3_lib.c221 int lastpos; local
229 if(idx) lastpos = *idx + 1;
230 else lastpos = 0;
231 if(lastpos < 0) lastpos = 0;
232 for(i = lastpos; i < sk_X509_EXTENSION_num(x); i++)
/external/openssl/crypto/cms/
H A Dcms_att.c69 int lastpos)
71 return X509at_get_attr_by_NID(si->signedAttrs, nid, lastpos);
75 int lastpos)
77 return X509at_get_attr_by_OBJ(si->signedAttrs, obj, lastpos);
124 int lastpos, int type)
126 return X509at_get0_data_by_OBJ(si->signedAttrs, oid, lastpos, type);
135 int lastpos)
137 return X509at_get_attr_by_NID(si->unsignedAttrs, nid, lastpos);
141 int lastpos)
143 return X509at_get_attr_by_OBJ(si->unsignedAttrs, obj, lastpos);
68 CMS_signed_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
74 CMS_signed_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) argument
123 CMS_signed_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
134 CMS_unsigned_get_attr_by_NID(const CMS_SignerInfo *si, int nid, int lastpos) argument
140 CMS_unsigned_get_attr_by_OBJ(const CMS_SignerInfo *si, ASN1_OBJECT *obj, int lastpos) argument
189 CMS_unsigned_get0_data_by_OBJ(CMS_SignerInfo *si, ASN1_OBJECT *oid, int lastpos, int type) argument
[all...]
/external/openssl/crypto/x509/
H A Dx509_ext.c74 int X509_CRL_get_ext_by_NID(X509_CRL *x, int nid, int lastpos) argument
76 return(X509v3_get_ext_by_NID(x->crl->extensions,nid,lastpos));
79 int X509_CRL_get_ext_by_OBJ(X509_CRL *x, ASN1_OBJECT *obj, int lastpos) argument
81 return(X509v3_get_ext_by_OBJ(x->crl->extensions,obj,lastpos));
84 int X509_CRL_get_ext_by_critical(X509_CRL *x, int crit, int lastpos) argument
86 return(X509v3_get_ext_by_critical(x->crl->extensions,crit,lastpos));
120 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos) argument
122 return(X509v3_get_ext_by_NID(x->cert_info->extensions,nid,lastpos));
125 int X509_get_ext_by_OBJ(X509 *x, ASN1_OBJECT *obj, int lastpos) argument
127 return(X509v3_get_ext_by_OBJ(x->cert_info->extensions,obj,lastpos));
130 X509_get_ext_by_critical(X509 *x, int crit, int lastpos) argument
167 X509_REVOKED_get_ext_by_NID(X509_REVOKED *x, int nid, int lastpos) argument
172 X509_REVOKED_get_ext_by_OBJ(X509_REVOKED *x, ASN1_OBJECT *obj, int lastpos) argument
178 X509_REVOKED_get_ext_by_critical(X509_REVOKED *x, int crit, int lastpos) argument
[all...]
H A Dx509name.c98 int X509_NAME_get_index_by_NID(X509_NAME *name, int nid, int lastpos) argument
104 return(X509_NAME_get_index_by_OBJ(name,obj,lastpos));
107 /* NOTE: you should be passsing -1, not 0 as lastpos */
109 int lastpos)
116 if (lastpos < 0)
117 lastpos= -1;
120 for (lastpos++; lastpos < n; lastpos++)
122 ne=sk_X509_NAME_ENTRY_value(sk,lastpos);
108 X509_NAME_get_index_by_OBJ(X509_NAME *name, ASN1_OBJECT *obj, int lastpos) argument
[all...]
H A Dx509_req.c264 int lastpos)
266 return X509at_get_attr_by_NID(req->req_info->attributes, nid, lastpos);
270 int lastpos)
272 return X509at_get_attr_by_OBJ(req->req_info->attributes, obj, lastpos);
263 X509_REQ_get_attr_by_NID(const X509_REQ *req, int nid, int lastpos) argument
269 X509_REQ_get_attr_by_OBJ(const X509_REQ *req, ASN1_OBJECT *obj, int lastpos) argument
H A Dx509.h936 int lastpos);
938 int lastpos);
1012 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1013 * lastpos, search after that position on. */
1014 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1016 int lastpos);
1043 int nid, int lastpos); variable
1045 ASN1_OBJECT *obj,int lastpos); variable
1047 int crit, int lastpos); variable
1054 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1100 int lastpos); variable
1102 int lastpos); variable
1117 ASN1_OBJECT *obj, int lastpos, int type); variable
[all...]
/external/openssl/crypto/x509v3/
H A Dv3_lib.c196 int lastpos, i; local
203 if(idx) lastpos = *idx + 1;
204 else lastpos = 0;
205 if(lastpos < 0) lastpos = 0;
206 for(i = lastpos; i < sk_X509_EXTENSION_num(x); i++)
/external/bsdiff/
H A Dbsdiff.c203 off_t lastscan,lastpos,lastoffset; local
273 lastscan=0;lastpos=0;lastoffset=0;
296 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
297 if(old[lastpos+i]==new[lastscan+i]) s++;
316 old[lastpos+lenf-overlap+i]) s++;
327 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
344 offtout((pos-lenb)-(lastpos+lenf),buf);
350 lastpos=pos-lenb;
/external/chromium_org/ash/touch/
H A Dtouch_uma.cc190 gfx::Point lastpos = details->last_touch_position_[event.touch_id()]; local
192 std::abs(lastpos.x() - event.x()) + std::abs(lastpos.y() - event.y());
/external/chromium_org/chrome/installer/mac/third_party/bsdiff/
H A Dgoobsdiff.c339 off_t lastscan,lastpos,lastoffset; local
417 lastscan=0;lastpos=0;lastoffset=0;
440 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
441 if(old[lastpos+i]==new[lastscan+i]) s++;
460 old[lastpos+lenf-overlap+i]) s++;
471 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
484 offtout((pos - lenb) - (lastpos + lenf), cb + cblen);
488 lastpos=pos-lenb;
/external/chromium_org/courgette/third_party/
H A Dbsdiff_create.cc291 int lastscan = 0, lastpos = 0, lastoffset = 0; local
351 for (int i = 0; (lastscan + i < scan) && (lastpos + i < oldsize); ) {
352 if (old[lastpos + i] == newbuf[lastscan + i]) score++;
366 old[lastpos + lenf - overlap + i]) score++;
376 uint8 diff_byte = newbuf[lastscan + i] - old[lastpos + i];
399 int32 seek_adjustment = ((pos - lenb) - (lastpos + lenf));
415 lastpos = pos - lenb; // ditto.
416 lastoffset = lastpos - lastscan;
/external/openssl/crypto/ocsp/
H A Docsp_ext.c81 int OCSP_REQUEST_get_ext_by_NID(OCSP_REQUEST *x, int nid, int lastpos) argument
83 return(X509v3_get_ext_by_NID(x->tbsRequest->requestExtensions,nid,lastpos));
86 int OCSP_REQUEST_get_ext_by_OBJ(OCSP_REQUEST *x, ASN1_OBJECT *obj, int lastpos) argument
88 return(X509v3_get_ext_by_OBJ(x->tbsRequest->requestExtensions,obj,lastpos));
91 int OCSP_REQUEST_get_ext_by_critical(OCSP_REQUEST *x, int crit, int lastpos) argument
93 return(X509v3_get_ext_by_critical(x->tbsRequest->requestExtensions,crit,lastpos));
129 int OCSP_ONEREQ_get_ext_by_NID(OCSP_ONEREQ *x, int nid, int lastpos) argument
131 return(X509v3_get_ext_by_NID(x->singleRequestExtensions,nid,lastpos));
134 int OCSP_ONEREQ_get_ext_by_OBJ(OCSP_ONEREQ *x, ASN1_OBJECT *obj, int lastpos) argument
136 return(X509v3_get_ext_by_OBJ(x->singleRequestExtensions,obj,lastpos));
139 OCSP_ONEREQ_get_ext_by_critical(OCSP_ONEREQ *x, int crit, int lastpos) argument
177 OCSP_BASICRESP_get_ext_by_NID(OCSP_BASICRESP *x, int nid, int lastpos) argument
182 OCSP_BASICRESP_get_ext_by_OBJ(OCSP_BASICRESP *x, ASN1_OBJECT *obj, int lastpos) argument
187 OCSP_BASICRESP_get_ext_by_critical(OCSP_BASICRESP *x, int crit, int lastpos) argument
225 OCSP_SINGLERESP_get_ext_by_NID(OCSP_SINGLERESP *x, int nid, int lastpos) argument
230 OCSP_SINGLERESP_get_ext_by_OBJ(OCSP_SINGLERESP *x, ASN1_OBJECT *obj, int lastpos) argument
235 OCSP_SINGLERESP_get_ext_by_critical(OCSP_SINGLERESP *x, int crit, int lastpos) argument
[all...]
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp648 int lastpos = -1; local
658 if (xpos <= lastpos) {
659 xpos = lastpos + 1;
661 for (int j = lastpos + 1; j < xpos; j ++) {
668 lastpos = xpos + pText->m_Text.GetLength();
/external/openssl/include/openssl/
H A Dx509.h936 int lastpos);
938 int lastpos);
1012 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1013 * lastpos, search after that position on. */
1014 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1016 int lastpos);
1043 int nid, int lastpos); variable
1045 ASN1_OBJECT *obj,int lastpos); variable
1047 int crit, int lastpos); variable
1054 int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1100 int lastpos); variable
1102 int lastpos); variable
1117 ASN1_OBJECT *obj, int lastpos, int type); variable
[all...]
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h892 int lastpos);
894 int lastpos);
975 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
976 * lastpos, search after that position on. */
977 OPENSSL_EXPORT int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
979 int lastpos);
1006 int nid, int lastpos); variable
1008 const ASN1_OBJECT *obj,int lastpos); variable
1010 int crit, int lastpos); variable
1017 OPENSSL_EXPORT int X509_get_ext_by_NID(X509 *x, int nid, int lastpos);
1063 int lastpos); variable
1065 int lastpos); variable
1080 ASN1_OBJECT *obj, int lastpos, int type); variable
[all...]
/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 446 milliseconds