Home
last modified time | relevance | path

Searched refs:opb (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/
H A D_pydecimal.py3377 def _fill_logical(self, context, opa, opb):
3383 dif = context.prec - len(opb)
3385 opb = '0'*dif + opb
3387 opb = opb[-context.prec:]
3388 return opa, opb
3401 (opa, opb) = self._fill_logical(context, self._int, other._int)
3404 result = "".join([str(int(a)&int(b)) for a,b in zip(opa,opb)])
3425 (opa, opb)
[all...]
/third_party/backends/backend/
H A Dcoolscan.c2292 unsigned char *opr,*opg,*opb,*opi; in RGBIfix() local
2305 opb=opg+1; in RGBIfix()
2306 opi=opb+1; in RGBIfix()
2314 (*opb)=(*pb); in RGBIfix()
2360 unsigned short *opr,*opg,*opb,*opi; in RGBIfix16() local
2373 opb=opg+1; in RGBIfix16()
2374 opi=opb+1; in RGBIfix16()
2377 (*opb)=(((*pb)&0x00ff)<<8)+(((*pb)&0xff00)>>8); in RGBIfix16()
2455 unsigned char *opr,*opg,*opb,*opi;
2512 opb
[all...]
H A Dumax1220u-common.c647 unsigned char opb[34] = { in umaxinit() local
692 CHK (cwritev (scan, CMD_8, 34, opb, &s)); in umaxinit()

Completed in 11 milliseconds