Searched defs:Val (Results 1 – 4 of 4) sorted by relevance
| /linux/scripts/dtc/ |
| A D | dtc-parser.tab.c | 93 # define YY_CAST(Type, Val) static_cast<Type> (Val) argument 94 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) argument 96 # define YY_CAST(Type, Val) ((Type) (Val)) argument 97 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) argument
|
| /linux/scripts/kconfig/ |
| A D | parser.tab.c | 103 # define YY_CAST(Type, Val) static_cast<Type> (Val) argument 104 # define YY_REINTERPRET_CAST(Type, Val) reinterpret_cast<Type> (Val) argument 106 # define YY_CAST(Type, Val) ((Type) (Val)) argument 107 # define YY_REINTERPRET_CAST(Type, Val) ((Type) (Val)) argument
|
| /linux/drivers/usb/serial/ |
| A D | io_ionsp.h | 193 #define MAKE_CMD_WRITE_REG(ppBuf, pLen, Port, Reg, Val) \ argument
|
| /linux/fs/hfs/ |
| A D | hfs.h | 213 __be16 Val; /* Valence: number of files and member
|
Completed in 20 milliseconds