Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dbits.c159 static inline void ac_put(struct lc3_bits_buffer *buffer, int byte) in ac_put() function
176 ac_put(buffer, ac->cache + ac->carry); in ac_shift()
179 ac_put(buffer, ac->carry ? 0x00 : 0xff); in ac_shift()
230 ac_put(buffer, ac->cache); in ac_terminate()
232 ac_put(buffer, 0xff); in ac_terminate()