Lines Matching full:bits
140 * Writes an unsigned int value of the specified length in bits. The
141 * value is implicitly zero-extended to the number of specified bits.
145 * @param[in] length the length (in bits) of the value
146 * @return the number of bits written, or a negative value to indicate an error
154 * Writes a signed int value of the specified length in bits. The
155 * value is implicitly sign-extended to the number of specified bits.
159 * @param[in] length the length (in bits) of the value
160 * @return the number of bits written, or a negative value to indicate an error
174 * Align the bitstream to next byte boundary, while filling in bits
179 * @return the number of bits written, or a negative value to indicate an error