Searched refs:ifnot (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/x86/tools/ |
| H A D | vdso2c.c | 103 #define GLE(x, bits, ifnot) \ argument 106 (__typeof__(*(x)))get_unaligned_le##bits(x), ifnot) 115 #define PLE(x, val, bits, ifnot) \ argument 118 put_unaligned_le##bits((val), (x)), ifnot)
|
| /linux/arch/sparc/vdso/ |
| H A D | vdso2c.c | 100 #define GBE(x, bits, ifnot) \ argument 103 (__typeof__(*(x)))get_unaligned_be##bits(x), ifnot) 111 #define PBE(x, val, bits, ifnot) \ argument 114 put_unaligned_be##bits((val), (x)), ifnot)
|