Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.cpp298 slen_t wdcpp=wd*cpp; in to8mul() local
315 toend=to+((wdcpp)&~7); in to8mul()
334 toend=to+((wdcpp)&~3); in to8mul()
349 toend=to+((wdcpp)&~1); in to8mul()
367 slen_t wdcpp=wd*cpp; in to8nomul() local
384 toend=to+((wdcpp)&~7); in to8nomul()
891 if (0!=(wdcpp&7)) p+=(wdcpp&7)-8; /* negative */ in separate()
943 if ((wdcpp&7)!=0) { in calcAlpha()
950 if (0!=(wdcpp&7)) p+=(wdcpp&7)-8; /* negative */ in calcAlpha()
1002 if (0!=(wdcpp&7)) p+=(wdcpp&7)-8; /* negative */ in setBpc()
[all …]