Searched refs:plast (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Tools/scripts/ |
D | redemo.py | 143 plast = "1.0 + %d chars" % last 144 self.stringdisplay.tag_add(tag, pfirst, plast)
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 592 plast = coords[last] 594 plast = ((pthis[0]+plast[0])/2, (pthis[1]+plast[1])/2) 598 bbox = calcQuadraticBounds(plast, pthis, pnext)
|
/external/libcups/filter/ |
D | raster.c | 2001 *plast; /* Pointer to last pixel */ in cups_raster_write() local 2053 plast = pend - bpp; in cups_raster_write() 2082 for (count = 2; count < 128 && ptr < plast; count ++, ptr += bpp) in cups_raster_write() 2097 for (count = 1; count < 128 && ptr < plast; count ++, ptr += bpp) in cups_raster_write() 2101 if (ptr >= plast && count < 128) in cups_raster_write()
|
/external/python/cpython2/Doc/library/ |
D | itertools.rst | 42 :func:`cycle` p p0, p1, ... plast, p0, p1, ... … 51 :func:`chain` p, q, ... p0, p1, ... plast, q0, q1, ... …
|
/external/valgrind/perf/ |
D | tinycc.c | 12493 Sym **plast, *s, *first; in post_type() local 12502 plast = &first; in post_type() 12528 *plast = s; in post_type() 12529 plast = &s->next; in post_type()
|