Lines Matching refs:emit_bits
246 * allows emit_bits to detect any attempt to emit such symbols.
295 * left-justified in this part. At most 16 bits can be passed to emit_bits
302 emit_bits (working_state * state, unsigned int code, int size)
342 if (! emit_bits(state, 0x7F, 7)) /* fill any partial byte with ones */
384 if (! emit_bits(state, dctbl->ehufco[nbits], dctbl->ehufsi[nbits]))
389 if (nbits) /* emit_bits rejects calls with size 0 */
390 if (! emit_bits(state, (unsigned int) temp2, nbits))
403 if (! emit_bits(state, actbl->ehufco[0xF0], actbl->ehufsi[0xF0]))
425 if (! emit_bits(state, actbl->ehufco[i], actbl->ehufsi[i]))
430 if (! emit_bits(state, (unsigned int) temp2, nbits))
439 if (! emit_bits(state, actbl->ehufco[0], actbl->ehufsi[0]))