Home
last modified time | relevance | path

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

/linux-6.1.9/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.c246 else if (t[i] & OP_ACTION_DATA) in add_template()
252 if (b == 2 && t[i] & OP_ACTION_DATA) in add_template()
258 else if (t[i] & OP_ACTION_DATA) in add_template()
268 else if (t[i] & OP_ACTION_DATA) in add_template()
D842_decompress.c239 case OP_ACTION_DATA: in do_op()