Home
last modified time | relevance | path

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

/openbmc/linux/lib/842/
H A D842_compress.c161 ret = add_bits(p, d >> s, n - s); in __split_add_bits()
233 ret = add_bits(p, t[4], OP_BITS); in add_template()
247 ret = add_bits(p, p->data8[0], 64); in add_template()
313 ret = add_bits(p, OP_REPEAT, OP_BITS); in add_repeat_template()
317 ret = add_bits(p, r, REPEAT_BITS); in add_repeat_template()
334 ret = add_bits(p, OP_SHORT_DATA, OP_BITS); in add_short_data_template()
338 ret = add_bits(p, b, SHORT_DATA_BITS); in add_short_data_template()
343 ret = add_bits(p, p->in[i], 8); 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()
[all …]