Searched refs:getbyte (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/net/ |
| H A D | mppcd.c | 77 getbyte(const uint8_t *buf, const uint32_t i, const uint32_t l) in getbyte() function 124 val = getbyte(isrc, i++, l); in MPPC_Decompress() 167 off = ((((val&0x1f)<<8)|getbyte(isrc, i++, l))+320); in MPPC_Decompress() 180 val = getbyte(isrc, i, l); in MPPC_Decompress() 199 val = (val << 8) | getbyte(isrc, ++i, l); in MPPC_Decompress() 218 val = (val << 8) | getbyte(isrc, ++i, l); in MPPC_Decompress()
|