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

  /external/e2fsprogs/intl/
l10nflist.c 179 struct loaded_l10nfile **lastp; local
272 lastp = l10nfile_list;
287 lastp = &retval->next;
318 retval->next = *lastp;
319 *lastp = retval;
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 82 char *lastp = NULL; local
101 while ( *bufp && ( *bufp != '"' || (lastp && *lastp == '\\') ) ) {
102 lastp = bufp;
  /external/jpeg/
jchuff.c 184 int p, i, l, lastp, si, maxsymbol; local
219 lastp = p;
257 for (p = 0; p < lastp; p++) {
  /external/pdfium/core/src/fxcodec/libjpeg/
fpdfapi_jchuff.c 188 int p, i, l, lastp, _si, maxsymbol; local
223 lastp = p;
261 for (p = 0; p < lastp; p++) {
  /external/qemu/distrib/jpeg-6b/
jchuff.c 184 int p, i, l, lastp, si, maxsymbol; local
219 lastp = p;
257 for (p = 0; p < lastp; p++) {
  /external/chromium_org/third_party/libjpeg_turbo/
jchuff.c 222 int p, i, l, lastp, si, maxsymbol; local
257 lastp = p;
295 for (p = 0; p < lastp; p++) {
  /external/elfutils/0.153/src/
ld.c 1311 struct pathelement *lastp = *pathp; local
    [all...]
ldscript.c 2677 struct id_list *lastp = runp; local
2768 struct version *lastp = versions; local
    [all...]
  /external/mksh/src/
exec.c 499 const char **lastp; local
514 if (Flag(FTALKING) && *(lastp = ap)) {
515 while (*++lastp)
518 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp,
    [all...]
  /external/dnsmasq/src/
option.c 1870 char *cp, *lastp = NULL, last = 0; local
    [all...]

Completed in 363 milliseconds