Home
last modified time | relevance | path

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

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