Home
last modified time | relevance | path

Searched refs:lastp (Results 1 – 10 of 10) sorted by relevance

/external/e2fsprogs/intl/
Dl10nflist.c179 struct loaded_l10nfile **lastp; in _nl_make_l10nflist() local
272 lastp = l10nfile_list; in _nl_make_l10nflist()
287 lastp = &retval->next; in _nl_make_l10nflist()
318 retval->next = *lastp; in _nl_make_l10nflist()
319 *lastp = retval; in _nl_make_l10nflist()
/external/elfutils/src/
Dld.c1299 struct pathelement *lastp = *pathp; in normalize_dirlist() local
1305 lastp->pname = "."; in normalize_dirlist()
1307 lastp->pname = obstack_strndup (&ld_state.smem, pname, in normalize_dirlist()
1316 newp->next = lastp->next; in normalize_dirlist()
1318 lastp = lastp->next = newp; in normalize_dirlist()
1323 pathp = &lastp->next; in normalize_dirlist()
Dldscript.y694 struct id_list *lastp = runp; in add_id_list() local
703 lastp->next = NULL; in add_id_list()
785 struct version *lastp = versions; in add_versions() local
793 lastp->next = NULL; in add_versions()
/external/pdfium/third_party/libjpeg/
Dfpdfapi_jchuff.c187 int p, i, l, lastp, _si, maxsymbol; in jpeg_make_c_derived_tbl() local
222 lastp = p; in jpeg_make_c_derived_tbl()
260 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()
/external/libjpeg-turbo/
Djchuff.c220 int p, i, l, lastp, si, maxsymbol; in jpeg_make_c_derived_tbl() local
255 lastp = p; in jpeg_make_c_derived_tbl()
293 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()
/external/mksh/src/
Dexec.c502 const char **lastp; in comexec() local
514 if (Flag(FTALKING) && *(lastp = ap)) { in comexec()
521 while (*++lastp) in comexec()
524 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec()
/external/dnsmasq/src/
Doption.c1853 char *cp, *lastp = NULL, last = 0; in one_opt() local
1858 lastp = a[j] + strlen(a[j]) - 1; in one_opt()
1859 last = *lastp; in one_opt()
1876 *lastp = 0; in one_opt()
1886 if (lastp) in one_opt()
1887 *lastp = last; in one_opt()
/external/opencv3/3rdparty/libjpeg/
Djchuff.c166 int p, i, l, lastp, si, maxsymbol; in jpeg_make_c_derived_tbl() local
201 lastp = p; in jpeg_make_c_derived_tbl()
239 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()
/external/selinux/sepolgen/src/sepolgen/
Dyacc.py751 lastp = None
760 if not lastp:
763 prodname = lastp
770 lastp = prodname
/external/dng_sdk/source/
Ddng_lossless_jpeg.cpp155 int32 lastp = p; in FixHuffTbl() local
190 for (p = 0; p < lastp; p++) in FixHuffTbl()
236 for (p = 0; p < lastp; p++) in FixHuffTbl()