Home
last modified time | relevance | path

Searched refs:byte (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() argument
162 *(buffer->p_fw++) = byte; in ac_put()