Home
last modified time | relevance | path

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

/lib/842/
D842.h97 #define OP_BITS (5) macro
D842_compress.c233 ret = add_bits(p, t[4], OP_BITS); in add_template()
313 ret = add_bits(p, OP_REPEAT, OP_BITS); in add_repeat_template()
334 ret = add_bits(p, OP_SHORT_DATA, OP_BITS); in add_short_data_template()
356 int ret = add_bits(p, OP_ZEROS, OP_BITS); in add_zeros_template()
369 int ret = add_bits(p, OP_END, OP_BITS); in add_end_template()
D842_decompress.c297 ret = next_bits(&p, &op, OP_BITS); in sw842_decompress()