Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dmppcd.c75 getbyte(const uint8_t *buf, const uint32_t i, const uint32_t l) in getbyte() function
122 val = getbyte(isrc, i++, l); in MPPC_Decompress()
165 off = ((((val&0x1f)<<8)|getbyte(isrc, i++, l))+320); in MPPC_Decompress()
178 val = getbyte(isrc, i, l); in MPPC_Decompress()
197 val = (val << 8) | getbyte(isrc, ++i, l); in MPPC_Decompress()
216 val = (val << 8) | getbyte(isrc, ++i, l); in MPPC_Decompress()