Home
last modified time | relevance | path

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

/Linux-v5.10/fs/jfs/
Djfs_debug.h101 #define DECREMENT(x) ((x)--) macro
105 #define DECREMENT(x) macro
/Linux-v5.10/drivers/video/fbdev/i810/
Di810.h51 #define DECREMENT (0x01 << 30) macro
Di810_accel.c348 xdir = DECREMENT; in i810fb_copyarea()