Searched defs:oldpos (Results 1 - 11 of 11) sorted by relevance

/external/bsdiff/
H A Dbspatch.c68 off_t oldpos,newpos; local
144 oldpos=0;newpos=0;
172 if((oldpos+i>=0) && (oldpos+i<oldsize))
173 new[newpos+i]+=old[oldpos+i];
177 oldpos+=ctrl[0];
191 oldpos+=ctrl[2];
/external/icu/icu4c/source/tools/genrb/
H A Dreslist.h36 int32_t oldpos, newpos; member in struct:KeyMapEntry
H A Dreslist.c286 mapKey(struct SRBRoot *bundle, int32_t oldpos) { argument
295 if (oldpos < map[i].oldpos) {
301 assert(oldpos == map[start].oldpos);
1479 int32_t lPos = ((const KeyMapEntry *)l)->oldpos;
1480 int32_t rPos = ((const KeyMapEntry *)r)->oldpos;
1500 /* Sort pool bundle keys first (negative oldpos), and otherwise keys in parsing order. */
1511 return compareInt32(((const KeyMapEntry *)l)->oldpos, ((const KeyMapEntry *)r)->oldpos);
1600 int32_t oldpos, newpos, limit; local
[all...]
/external/pdfium/third_party/freetype/src/cid/
H A Dcidload.c579 FT_ULong oldpos = FT_STREAM_POS(); local
580 FT_ULong size = stream->size - oldpos;
592 plimit = p + FT_STREAM_POS() - oldpos;
/external/libvterm/src/
H A Dscreen.c383 static int movecursor(VTermPos pos, VTermPos oldpos, int visible, void *user) argument
388 return (*screen->callbacks->movecursor)(pos, oldpos, visible, screen->cbdata);
H A Dstate.c37 static void updatecursor(VTermState *state, VTermPos *oldpos, int cancel_phantom) argument
39 if(state->pos.col == oldpos->col && state->pos.row == oldpos->row)
46 if((*state->callbacks->movecursor)(state->pos, *oldpos, state->mode.cursor_visible, state->cbdata))
205 VTermPos oldpos = state->pos; local
344 updatecursor(state, &oldpos, 0);
353 VTermPos oldpos = state->pos; local
430 updatecursor(state, &oldpos, 1);
558 VTermPos oldpos = state->pos; local
568 updatecursor(state, &oldpos,
681 VTermPos oldpos = state->pos; local
684 (*state->callbacks->movecursor)(state->pos, oldpos, state->mode.cursor_visible, state->cbdata); local
743 VTermPos oldpos = state->pos; local
935 VTermPos oldpos = state->pos; local
1518 VTermPos oldpos = state->pos; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 341 milliseconds