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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo2a_9x.c74 #define putbyte(x) *op++ = LZO_BYTE(x) macro
218 putbyte(lit);
232 putbyte(swd->b_char);
249 putbyte(m_off - 1);
259 putbyte(m_off & 31);
260 putbyte(m_off >> 5);
266 putbyte(0);
268 putbyte(len);
280 putbyte(((m_len - 2) << 5) | (m_off & 31));
281 putbyte(m_of
[all...]

Completed in 161 milliseconds