Searched refs:lastp (Results 1 – 9 of 9) 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/libjpeg-turbo/ |
D | jchuff.c | 226 int p, i, l, lastp, si, maxsymbol; in jpeg_make_c_derived_tbl() local 261 lastp = p; in jpeg_make_c_derived_tbl() 299 for (p = 0; p < lastp; p++) { in jpeg_make_c_derived_tbl()
|
/external/dnsmasq/src/ |
D | option.c | 1631 char *cp, *lastp = NULL, last = 0; in one_opt() local 1635 lastp = a[j] + strlen(a[j]) - 1; in one_opt() 1636 last = *lastp; in one_opt() 1652 *lastp = 0; in one_opt() 1660 if (lastp) *lastp = last; in one_opt()
|
/external/mksh/src/ |
D | exec.c | 490 const char **lastp; in comexec() local 502 if (Flag(FTALKING) && *(lastp = ap)) { in comexec() 509 while (*++lastp) in comexec() 512 setstr(typeset("_", LOCAL, 0, INTEGER, 0), *--lastp, in comexec()
|
/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/libchrome/third_party/ply/ |
D | yacc.py | 2726 lastp = None 2735 if not lastp: 2737 prodname = lastp 2741 lastp = prodname
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | yacc.py | 2901 lastp = None 2911 if not lastp: 2913 prodname = lastp 2917 lastp = prodname
|
/external/ply/ply/ply/ |
D | yacc.py | 2901 lastp = None 2911 if not lastp: 2913 prodname = lastp 2917 lastp = prodname
|