Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/x86emu/
H A Dvalidate.c258 #define VAL_START_UNARY(parm_type,max,incr) \ macro
310 VAL_START_UNARY(u8,0xFF,0x1) \
317 VAL_START_UNARY(u16,0xFF00,0x100) \
324 VAL_START_UNARY(u16,0xFF,0x1) \
331 VAL_START_UNARY(u32,0xFF000000,0x1000000) \