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

/freebsd-current/usr.bin/compress/
H A Dzopen.c367 int r_off; local
371 r_off = offset;
376 bp += (r_off >> 3);
377 r_off &= 7;
382 *bp = (*bp & rmask[r_off]) | ((ocode << r_off) & lmask[r_off]);
384 bits -= (8 - r_off);
385 ocode >>= 8 - r_off;
575 int r_off, bit local
[all...]
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c336 int r_off, bits, i; local
372 r_off = zs->u.r.zs_roffset;
376 bp += (r_off >> 3);
377 r_off &= 7;
380 gcode = (*bp++ >> r_off);
381 bits -= (8 - r_off);
382 r_off = 8 - r_off; /* Now, roffset into gcode word. */
386 gcode |= *bp++ << r_off;
387 r_off
[all...]
/freebsd-current/sys/contrib/dev/rtw88/
H A Drtw8822c.c672 u32 r_off = 0x2c; local
685 r_addr = rtw8822c_get_path_read_addr(path) + 0x10 + r_off;
847 u32 r_off = 0x2c; local
855 r_q = rtw8822c_get_path_read_addr(path) + 0x08 + r_off;

Completed in 78 milliseconds