Searched refs:cb (Results 1 – 3 of 3) sorted by relevance
125 t2 = ToLinearF[cb = (wp[2] & mask)]; in horizontalAccumulateF()136 t2 = ToLinearF[(cb += wp[2]) & mask]; in horizontalAccumulateF()144 t2 = ToLinearF[cb = (wp[2] & mask)]; in horizontalAccumulateF()157 t2 = ToLinearF[(cb += wp[2]) & mask]; in horizontalAccumulateF()313 op[2] = (uint16)((cb += wp[2]) & mask); in horizontalAccumulate11()326 op[2] = (uint16)((cb += wp[2]) & mask); in horizontalAccumulate11()360 op[2] = ToLinear8[(cb += wp[2]) & mask]; in horizontalAccumulate8()401 t1 = ToLinear8[cb = (wp[2] & mask)]; in horizontalAccumulate8abgr()413 t1 = ToLinear8[(cb += wp[2]) & mask]; in horizontalAccumulate8abgr()422 t1 = ToLinear8[cb = (wp[2] & mask)]; in horizontalAccumulate8abgr()[all …]
296 unsigned int cb = cp[2]; in horAcc8() local302 cp[2] = (unsigned char) ((cb += cp[2]) & 0xff); in horAcc8()309 unsigned int cb = cp[2]; in horAcc8() local316 cp[2] = (unsigned char) ((cb += cp[2]) & 0xff); in horAcc8()
1085 if test -f /usr/options/cb.name; then1086 UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`