Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dmppcc.c58 putbits8(uint8_t *buf, uint32_t val, const uint32_t n, uint32_t *i, uint32_t *l) in putbits8() function
205 putbits8(*dst, (uint32_t) (*src)[i], 8, &olen, &l); in MPPC_Compress()
242 putbits8(*dst, 0, 1, &olen, &l); in MPPC_Compress()
244 putbits8(*dst, 0x08|(len&0x03), 4, &olen, &l); in MPPC_Compress()
246 putbits8(*dst, 0x30|(len&0x07), 6, &olen, &l); in MPPC_Compress()
248 putbits8(*dst, 0xe0|(len&0x0f), 8, &olen, &l); in MPPC_Compress()
274 putbits8(*dst, (uint32_t) (*src)[i++], 8, &olen, &l); in MPPC_Compress()
283 putbits8(*dst, 0, l, &olen, &l); in MPPC_Compress()