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

  /external/chromium_org/third_party/icu/source/test/intltest/
tokiter.h 57 // return reader.describePosition() + ':' + (lastpos+1);
68 int32_t lastpos; member in class:TokenIterator
  /external/icu/icu4c/source/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++)
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_lib.c 221 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++)
  /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;
  /external/chromium_org/ash/touch/
touch_uma.cc 190 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/courgette/third_party/
bsdiff_create.cc 291 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;
  /bionic/libc/upstream-netbsd/lib/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...]
  /external/chromium_org/chrome/installer/mac/third_party/bsdiff/
goobsdiff.c 339 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;
  /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/pdfium/core/src/fpdftext/
fpdf_text.cpp 648 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/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...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509.h 892 int lastpos);
894 int lastpos);
1006 int nid, int lastpos); variable
1008 const ASN1_OBJECT *obj,int lastpos); variable
1010 int crit, int lastpos); variable
1063 int lastpos); variable
1065 int lastpos); variable
1080 ASN1_OBJECT *obj, int lastpos, int type); variable
    [all...]
  /prebuilts/tools/common/m2/repository/org/freemarker/freemarker/2.3.20/
freemarker-2.3.20.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 451 milliseconds