Searched refs:r_off (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Ddecompress.c304 register int r_off, bits; local in function:getcode
342 r_off = file->offset;
347 bp += (r_off >> 3);
348 r_off &= 7;
351 code = ((*bp++ >> r_off) & rmask[8 - r_off]) & 0xff;
353 code = (*bp++ >> r_off);
355 bits -= (8 - r_off);
356 r_off = 8 - r_off; /* no
[all...]
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Ddecompress.c305 register int r_off, bits; local in function:getcode
343 r_off = file->offset;
348 bp += (r_off >> 3);
349 r_off &= 7;
352 code = ((*bp++ >> r_off) & rmask[8 - r_off]) & 0xff;
354 code = (*bp++ >> r_off);
356 bits -= (8 - r_off);
357 r_off = 8 - r_off; /* no
[all...]

Completed in 3 milliseconds