Home
last modified time | relevance | path

Searched refs:cdp (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/gdi/
H A Doctree.cxx299 sal_uLong* cdp; in InverseColorMap() local
330 cdp = (sal_uLong*) pBuffer; in InverseColorMap()
337 …for( b = 0, bdist = gdist, bxx = cbinc; b < nColorMax; bdist += bxx, b++, cdp++, crgbp++, bxx += x… in InverseColorMap()
338 if ( !nIndex || ( (long) *cdp ) > bdist ) in InverseColorMap()
340 *cdp = bdist; in InverseColorMap()
/trunk/main/soltools/cpp/
H A D_unix.c229 unsigned char *cdp, *csp; in memmove() local
233 cdp = dp; in memmove()
235 if (cdp < csp) in memmove()
239 *cdp++ = *csp++; in memmove()
244 cdp += n; in memmove()
248 *--cdp = *--csp; in memmove()

Completed in 9 milliseconds