Home
last modified time | relevance | path

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

/linux-6.1.9/lib/842/ !
D842.h112 #define OP_ACTION_NOOP (0x40) macro
125 #define N0 (OP_ACTION_NOOP | OP_AMOUNT_0)
D842_decompress.c245 case OP_ACTION_NOOP: in do_op()
D842_compress.c274 inv = (b != 8) || !(t[i] & OP_ACTION_NOOP); in add_template()