Searched refs:lastp (Results 1 – 11 of 11) sorted by relevance
/external/e2fsprogs/intl/ |
D | l10nflist.c | 179 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/ |
D | ld.c | 1299 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()
|
D | ldscript.y | 694 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/libjpeg-turbo/ |
D | jchuff.c | 227 int p, i, l, lastp, si, maxsymbol; in jpeg_make_c_derived_tbl() local 262 lastp = p; in jpeg_make_c_derived_tbl() 300 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()
|
/external/dnsmasq/src/ |
D | option.c | 1800 char *cp, *lastp = NULL, last = 0; in one_opt() local 1805 lastp = a[j] + strlen(a[j]) - 1; in one_opt() 1806 last = *lastp; in one_opt() 1823 *lastp = 0; in one_opt() 1833 if (lastp) in one_opt() 1834 *lastp = last; in one_opt()
|
/external/mksh/src/ |
D | exec.c | 483 const char **lastp; in comexec() local 495 if (Flag(FTALKING) && *(lastp = ap)) { in comexec() 502 while (*++lastp) in comexec() 505 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec()
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 751 lastp = None 760 if not lastp: 763 prodname = lastp 770 lastp = prodname
|
/external/dng_sdk/source/ |
D | dng_lossless_jpeg.cpp | 155 int32 lastp = p; in FixHuffTbl() local 190 for (p = 0; p < lastp; p++) in FixHuffTbl() 236 for (p = 0; p < lastp; p++) in FixHuffTbl()
|
/external/scapy/scapy/layers/ |
D | inet.py | 895 lastp = lst[-1] 896 if p.frag > 0 or lastp.flags & 1 != 0: # first or last fragment missing 956 lastp = lst[-1] 957 if p.frag > 0 or lastp.flags & 1 != 0: # first or last fragment missing
|
/external/libmojo/third_party/ply/ |
D | yacc.py | 2726 lastp = None 2735 if not lastp: 2737 prodname = lastp 2741 lastp = prodname
|
/external/ply/ply/ply/ |
D | yacc.py | 2899 lastp = None 2909 if not lastp: 2911 prodname = lastp 2915 lastp = prodname
|