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

  /external/icu4c/test/intltest/
tokiter.h 57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
  /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/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);
598 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);
598 assert(m->lastpos != NULL)
    [all...]
  /external/openssl/crypto/x509/
x509.h 928 int lastpos);
930 int lastpos);
1004 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1005 * lastpos, search after that position on. */
1006 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1008 int lastpos);
1035 int nid, int lastpos); variable
1037 ASN1_OBJECT *obj,int lastpos); variable
1039 int crit, int lastpos); variable
1092 int lastpos); variable
1094 int lastpos); variable
1109 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
  /external/openssl/include/openssl/
x509.h 928 int lastpos);
930 int lastpos);
1004 /* NOTE: you should be passsing -1, not 0 as lastpos. The functions that use
1005 * lastpos, search after that position on. */
1006 int X509_NAME_get_index_by_NID(X509_NAME *name,int nid,int lastpos);
1008 int lastpos);
1035 int nid, int lastpos); variable
1037 ASN1_OBJECT *obj,int lastpos); variable
1039 int crit, int lastpos); variable
1092 int lastpos); variable
1094 int lastpos); variable
1109 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]

Completed in 665 milliseconds