Home
last modified time | relevance | path

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

/linux-4.19.296/lib/842/
D842.h111 #define OP_ACTION_DATA (0x20) macro
119 #define D2 (OP_ACTION_DATA | OP_AMOUNT_2)
120 #define D4 (OP_ACTION_DATA | OP_AMOUNT_4)
121 #define D8 (OP_ACTION_DATA | OP_AMOUNT_8)
D842_compress.c255 else if (t[i] & OP_ACTION_DATA) in add_template()
261 if (b == 2 && t[i] & OP_ACTION_DATA) in add_template()
267 else if (t[i] & OP_ACTION_DATA) in add_template()
277 else if (t[i] & OP_ACTION_DATA) in add_template()
D842_decompress.c248 case OP_ACTION_DATA: in do_op()