HomeSort by relevance Sort by last modified time
    Searched defs:lastpos (Results 1 - 11 of 11) sorted by null

  /external/icu4c/test/intltest/
tokiter.h 57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
  /external/eigen/demos/mandelbrot/
mandelbrot.h 43 QPoint lastpos; member in class:MandelbrotWidget
  /external/openssl/crypto/x509v3/
v3_lib.c 196 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++)
  /bootable/recovery/applypatch/
bsdiff.c 230 off_t lastscan,lastpos,lastoffset; local
282 lastscan=0;lastpos=0;lastoffset=0;
305 for(i=0;(lastscan+i<scan)&&(lastpos+i<oldsize);) {
306 if(old[lastpos+i]==new[lastscan+i]) s++;
325 old[lastpos+lenf-overlap+i]) s++;
336 db[dblen+i]=new[lastscan+i]-old[lastpos+i];
353 offtout((pos-lenb)-(lastpos+lenf),buf);
359 lastpos=pos-lenb;
  /external/bsdiff/
bsdiff.c 203 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;
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 115 const char **lastpos; /* [nplus+1] */ member in struct:match
226 m->lastpos = NULL;
274 if (g->nplus > 0 && m->lastpos == NULL)
275 m->lastpos = malloc((g->nplus+1) *
277 if (g->nplus > 0 && m->lastpos == NULL) {
289 assert(g->nplus == 0 || m->lastpos != NULL);
339 if (m->lastpos != NULL) {
340 free(m->lastpos);
341 m->lastpos = NULL;
697 assert(m->lastpos != NULL)
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 79 char **lastpos; /* [nplus+1] */ member in struct:match
168 m->lastpos = NULL;
184 free(m->lastpos);
218 if (g->nplus > 0 && m->lastpos == NULL)
219 m->lastpos = (char **)malloc((g->nplus+1) *
221 if (g->nplus > 0 && m->lastpos == NULL) {
234 assert(g->nplus == 0 || m->lastpos != NULL);
281 if (m->lastpos != NULL)
282 free((char *)m->lastpos);
600 assert(m->lastpos != NULL)
    [all...]
  /external/openssl/crypto/x509/
x509.h 936 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
1100 int lastpos); variable
1102 int lastpos); variable
1117 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
  /external/openssl/include/openssl/
x509.h 936 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
1100 int lastpos); variable
1102 int lastpos); variable
1117 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 

Completed in 224 milliseconds